Skip to content

Commit

Permalink
v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Nov 25, 2024
1 parent 14bcab3 commit 479a30d
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.3.1](https://github.com/WTTJ/welcome-ui/compare/v6.3.0...v6.3.1) (2024-11-25)


### Bug Fixes

* wrong margin when alert have no icon ([#2623](https://github.com/WTTJ/welcome-ui/issues/2623)) ([d92755f](https://github.com/WTTJ/welcome-ui/commit/d92755f50ea90896ced3f905a818b33b8c3051df))





## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08)

**Note:** Version bump only for package main
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.3.0",
"version": "6.3.1",
"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.3.1](https://github.com/WTTJ/welcome-ui/compare/v6.3.0...v6.3.1) (2024-11-25)


### Bug Fixes

* wrong margin when alert have no icon ([#2623](https://github.com/WTTJ/welcome-ui/issues/2623)) ([d92755f](https://github.com/WTTJ/welcome-ui/commit/d92755f50ea90896ced3f905a818b33b8c3051df))





# [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07)


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.3.0",
"version": "6.3.1",
"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.3.1](https://github.com/WTTJ/welcome-ui/compare/v6.3.0...v6.3.1) (2024-11-25)

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





# [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07)


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.3.0",
"version": "6.3.1",
"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.3.0",
"@welcome-ui/alert": "^6.3.1",
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/button": "^6.1.1",
"@welcome-ui/close-button": "^6.1.1",
Expand Down

0 comments on commit 479a30d

Please sign in to comment.