Skip to content

Commit

Permalink
v0.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain committed Jan 25, 2023
1 parent 8cb5d53 commit 57b6ea6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.72.1](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.72.0...v0.72.1) (2023-01-25)


### Bug Fixes

* **dropdown:** fix ssr issue ([#1639](https://github.com/carbon-design-system/carbon-components-svelte/issues/1639)) ([8cb5d53](https://github.com/carbon-design-system/carbon-components-svelte/commit/8cb5d538f7ad10d7c93e10c04f01d2c77b4eba44)), closes [#1638](https://github.com/carbon-design-system/carbon-components-svelte/issues/1638)

## [0.72.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.71.0...v0.72.0) (2023-01-18)


Expand Down
2 changes: 1 addition & 1 deletion COMPONENT_INDEX.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Component Index

> 165 components exported from carbon-components-svelte@0.72.0.
> 165 components exported from carbon-components-svelte@0.72.1.
## Components

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -45,7 +45,8 @@
},
"standard-version": {
"skip": {
"commit": true
"commit": true,
"tag": true
}
},
"prettier": {
Expand Down Expand Up @@ -75,4 +76,4 @@
"Eric Liu (https://github.com/metonym)",
"Enrico Sacchetti (https://github.com/theetrain)"
]
}
}

0 comments on commit 57b6ea6

Please sign in to comment.