mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
v0.72.1
This commit is contained in:
parent
8cb5d538f7
commit
57b6ea68b5
3 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "carbon-components-svelte",
|
||||
"version": "0.72.0",
|
||||
"version": "0.72.1",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
"svelte": "./src/index.js",
|
||||
|
@ -45,7 +45,8 @@
|
|||
},
|
||||
"standard-version": {
|
||||
"skip": {
|
||||
"commit": true
|
||||
"commit": true,
|
||||
"tag": true
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
|
@ -75,4 +76,4 @@
|
|||
"Eric Liu (https://github.com/metonym)",
|
||||
"Enrico Sacchetti (https://github.com/theetrain)"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue