Skip to content

Commit

Permalink
v6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Dec 17, 2024
1 parent 2905e43 commit 4e47b49
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 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.1](https://github.com/WTTJ/welcome-ui/compare/v6.7.0...v6.7.1) (2024-12-17)


### Bug Fixes

* component AssetDrawer header margin ([#2636](https://github.com/WTTJ/welcome-ui/issues/2636)) ([2905e43](https://github.com/WTTJ/welcome-ui/commit/2905e43900fc04ddd50f7b58fec82c9d43927a52))





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


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.7.0",
"version": "6.7.1",
"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.1](https://github.com/WTTJ/welcome-ui/compare/v6.7.0...v6.7.1) (2024-12-17)


### Bug Fixes

* component AssetDrawer header margin ([#2636](https://github.com/WTTJ/welcome-ui/issues/2636)) ([2905e43](https://github.com/WTTJ/welcome-ui/commit/2905e43900fc04ddd50f7b58fec82c9d43927a52))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/Drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/drawer",
"version": "6.7.0",
"version": "6.7.1",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 4e47b49

Please sign in to comment.