Skip to content

Commit

Permalink
v5.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Sep 24, 2024
1 parent 0db5c22 commit 4ceff5b
Show file tree
Hide file tree
Showing 20 changed files with 105 additions and 19 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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)


### Bug Fixes

* crash text component when variant is set to null ([#2544](https://github.com/WTTJ/welcome-ui/issues/2544)) ([0db5c22](https://github.com/WTTJ/welcome-ui/commit/0db5c22efc899c65a7102b49b8a48e2e68c8e7c3))





# [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17)


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": "5.21.0",
"version": "5.21.1",
"npmClient": "yarn",
"useNx": false
}
8 changes: 8 additions & 0 deletions packages/Alert/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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)

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





# [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17)

**Note:** Version bump only for package @welcome-ui/alert
Expand Down
4 changes: 2 additions & 2 deletions packages/Alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/alert",
"version": "5.21.0",
"version": "5.21.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 @@ -51,7 +51,7 @@
"@welcome-ui/close-button": "^5.21.0",
"@welcome-ui/stack": "^5.20.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0",
"@welcome-ui/text": "^5.21.1",
"@welcome-ui/variant-icon": "^5.21.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/Avatar/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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)

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





## [5.18.1](https://github.com/WTTJ/welcome-ui/compare/v5.18.0...v5.18.1) (2024-08-07)

**Note:** Version bump only for package @welcome-ui/avatar
Expand Down
4 changes: 2 additions & 2 deletions packages/Avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/avatar",
"version": "5.20.0",
"version": "5.21.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 @@
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/shape": "^5.20.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0"
"@welcome-ui/text": "^5.21.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/Drawer/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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)

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





# [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17)

**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": "5.21.0",
"version": "5.21.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 @@ -50,7 +50,7 @@
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/close-button": "^5.21.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0",
"@welcome-ui/text": "^5.21.1",
"@welcome-ui/utils": "^5.18.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/EmojiPicker/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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)

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





# [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17)

**Note:** Version bump only for package @welcome-ui/emoji-picker
Expand Down
4 changes: 2 additions & 2 deletions packages/EmojiPicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/emoji-picker",
"version": "5.21.0",
"version": "5.21.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 @@ -54,7 +54,7 @@
"@welcome-ui/popover": "^5.21.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/tabs": "^5.18.1",
"@welcome-ui/text": "^5.18.0",
"@welcome-ui/text": "^5.21.1",
"@welcome-ui/utils": "^5.18.1",
"lodash.debounce": "^4.0.8",
"lodash.escaperegexp": "^4.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/FileDrop/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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)

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





# [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17)

**Note:** Version bump only for package @welcome-ui/file-drop
Expand Down
4 changes: 2 additions & 2 deletions packages/FileDrop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/file-drop",
"version": "5.21.0",
"version": "5.21.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 @@ -50,7 +50,7 @@
"@welcome-ui/files": "^5.21.0",
"@welcome-ui/icons": "^5.21.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0",
"@welcome-ui/text": "^5.21.1",
"@welcome-ui/utils": "^5.18.1",
"react-dropzone": "14.2.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/Modal/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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)

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





# [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17)

**Note:** Version bump only for package @welcome-ui/modal
Expand Down
4 changes: 2 additions & 2 deletions packages/Modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/modal",
"version": "5.21.0",
"version": "5.21.1",
"description": "Modal from Ariakit with a really nice theme 👀",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@welcome-ui/shape": "^5.20.0",
"@welcome-ui/swiper": "^5.21.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0",
"@welcome-ui/text": "^5.21.1",
"@welcome-ui/utils": "^5.18.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/Slider/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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)

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





# [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17)

**Note:** Version bump only for package @welcome-ui/slider
Expand Down
4 changes: 2 additions & 2 deletions packages/Slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/slider",
"version": "5.21.0",
"version": "5.21.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 @@ -50,7 +50,7 @@
"@welcome-ui/hint": "^5.17.1",
"@welcome-ui/input-text": "^5.21.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0"
"@welcome-ui/text": "^5.21.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/Text/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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)


### Bug Fixes

* crash text component when variant is set to null ([#2544](https://github.com/WTTJ/welcome-ui/issues/2544)) ([0db5c22](https://github.com/WTTJ/welcome-ui/commit/0db5c22efc899c65a7102b49b8a48e2e68c8e7c3))





# [5.18.0](https://github.com/WTTJ/welcome-ui/compare/v5.17.3...v5.18.0) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/Text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/text",
"version": "5.18.0",
"version": "5.21.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.

## [5.21.1](https://github.com/WTTJ/welcome-ui/compare/v5.21.0...v5.21.1) (2024-09-24)

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





# [5.21.0](https://github.com/WTTJ/welcome-ui/compare/v5.20.0...v5.21.0) (2024-09-17)

**Note:** Version bump only for package @welcome-ui/toast
Expand Down
6 changes: 3 additions & 3 deletions packages/Toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/toast",
"version": "5.21.0",
"version": "5.21.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,11 +49,11 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/alert": "^5.21.0",
"@welcome-ui/alert": "^5.21.1",
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/close-button": "^5.21.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0",
"@welcome-ui/text": "^5.21.1",
"@welcome-ui/utils": "^5.18.1",
"react-hot-toast": "^2.4.1"
},
Expand Down

0 comments on commit 4ceff5b

Please sign in to comment.