Skip to content

Commit

Permalink
v6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Nov 26, 2024
1 parent 1a4d933 commit f6fc9c2
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 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.4.2](https://github.com/WTTJ/welcome-ui/compare/v6.4.1...v6.4.2) (2024-11-26)


### Bug Fixes

* **alert:** icon centered on medium size ([#2631](https://github.com/WTTJ/welcome-ui/issues/2631)) ([1a4d933](https://github.com/WTTJ/welcome-ui/commit/1a4d933edd3ac85bd9349262d81e7f6ba36816b4))





## [6.4.1](https://github.com/WTTJ/welcome-ui/compare/v6.4.0...v6.4.1) (2024-11-26)


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.4.1",
"version": "6.4.2",
"npmClient": "yarn",
"useNx": false
}
11 changes: 11 additions & 0 deletions packages/Alert/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.4.2](https://github.com/WTTJ/welcome-ui/compare/v6.4.1...v6.4.2) (2024-11-26)


### Bug Fixes

* **alert:** icon centered on medium size ([#2631](https://github.com/WTTJ/welcome-ui/issues/2631)) ([1a4d933](https://github.com/WTTJ/welcome-ui/commit/1a4d933edd3ac85bd9349262d81e7f6ba36816b4))





## [6.4.1](https://github.com/WTTJ/welcome-ui/compare/v6.4.0...v6.4.1) (2024-11-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/Alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/alert",
"version": "6.4.1",
"version": "6.4.2",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/Toast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.4.2](https://github.com/WTTJ/welcome-ui/compare/v6.4.1...v6.4.2) (2024-11-26)

**Note:** Version bump only for package @welcome-ui/toast





## [6.4.1](https://github.com/WTTJ/welcome-ui/compare/v6.4.0...v6.4.1) (2024-11-26)

**Note:** Version bump only for package @welcome-ui/toast
Expand Down
4 changes: 2 additions & 2 deletions packages/Toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/toast",
"version": "6.4.1",
"version": "6.4.2",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -49,7 +49,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/alert": "^6.4.1",
"@welcome-ui/alert": "^6.4.2",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/button": "^6.4.0",
"@welcome-ui/close-button": "^6.4.0",
Expand Down

0 comments on commit f6fc9c2

Please sign in to comment.