Skip to content

Commit

Permalink
v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Dec 16, 2024
1 parent b76cd4d commit 1112947
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.7.0](https://github.com/WTTJ/welcome-ui/compare/v6.6.0...v6.7.0) (2024-12-16)


### Features

* add AssetDrawer sub component ([#2635](https://github.com/WTTJ/welcome-ui/issues/2635)) ([b76cd4d](https://github.com/WTTJ/welcome-ui/commit/b76cd4d3e8220fe880d5f576932bcd73230c26ae))





# [6.5.0](https://github.com/WTTJ/welcome-ui/compare/v6.4.2...v6.5.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ignore": [
"website"
],
"version": "6.6.0",
"version": "6.7.0",
"npmClient": "yarn",
"useNx": false
}
11 changes: 11 additions & 0 deletions packages/Drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.7.0](https://github.com/WTTJ/welcome-ui/compare/v6.6.0...v6.7.0) (2024-12-16)


### Features

* add AssetDrawer sub component ([#2635](https://github.com/WTTJ/welcome-ui/issues/2635)) ([b76cd4d](https://github.com/WTTJ/welcome-ui/commit/b76cd4d3e8220fe880d5f576932bcd73230c26ae))





# [6.5.0](https://github.com/WTTJ/welcome-ui/compare/v6.4.2...v6.5.0) (2024-12-03)

**Note:** Version bump only for package @welcome-ui/drawer
Expand Down
4 changes: 2 additions & 2 deletions packages/Drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/drawer",
"version": "6.6.0",
"version": "6.7.0",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -47,8 +47,8 @@
},
"dependencies": {
"@ariakit/react": "0.4.15",
"@welcome-ui/button": "^6.6.0",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/button": "^6.6.0",
"@welcome-ui/close-button": "^6.6.0",
"@welcome-ui/icon": "^6.1.1",
"@welcome-ui/icons": "^6.5.0",
Expand Down

0 comments on commit 1112947

Please sign in to comment.