v1.0.0-next.1

This commit is contained in:
Enrico Sacchetti 2024-01-17 11:03:48 -05:00 committed by Eric Liu
commit e4670a1a51
5 changed files with 262 additions and 381 deletions

View file

@ -1,6 +1,6 @@
{
"name": "carbon-components-svelte",
"version": "1.0.0-next.0",
"version": "1.0.0-next.1",
"license": "Apache-2.0",
"description": "Svelte implementation of the Carbon Design System",
"svelte": "./src/index.js",
@ -37,7 +37,7 @@
"build:lib": "rollup -c",
"format": "prettier --write \"./**/*.{svelte,js,md}\"",
"postinstall": "ibmtelemetry --config=telemetry.yml",
"release": "standard-version && yarn build:docs"
"release": "standard-version --first-release && npm run build:docs"
},
"dependencies": {
"@ibm/telemetry-js": "^1.2.1",