Skip to content

Commit

Permalink
v5.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Oct 15, 2024
1 parent 7b88105 commit 999d172
Show file tree
Hide file tree
Showing 116 changed files with 642 additions and 178 deletions.
8 changes: 8 additions & 0 deletions 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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

**Note:** Version bump only for package main





## [5.21.2](https://github.com/WTTJ/welcome-ui/compare/v5.21.1...v5.21.2) (2024-09-30)


Expand Down
8 changes: 8 additions & 0 deletions icons/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





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


Expand Down
4 changes: 2 additions & 2 deletions icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/icons",
"version": "5.21.0",
"version": "5.22.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,6 +49,6 @@
"homepage": "https://welcome-ui.com/components/icons",
"component": "Icons",
"dependencies": {
"@welcome-ui/icon": "^5.17.1"
"@welcome-ui/icon": "^5.22.1"
}
}
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.22.0",
"version": "5.22.1",
"npmClient": "yarn",
"useNx": false
}
8 changes: 8 additions & 0 deletions packages/Accordion/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





# [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/accordion
Expand Down
4 changes: 2 additions & 2 deletions packages/Accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/accordion",
"version": "5.21.0",
"version": "5.22.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 @@ -48,7 +48,7 @@
"dependencies": {
"@ariakit/react": "0.4.3",
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/icons": "^5.21.0",
"@welcome-ui/icons": "^5.22.1",
"@welcome-ui/system": "^5.17.1"
},
"peerDependencies": {
Expand Down
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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





## [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
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "5.22.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 @@ -47,12 +47,12 @@
},
"dependencies": {
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/button": "^5.21.0",
"@welcome-ui/close-button": "^5.21.0",
"@welcome-ui/button": "^5.22.1",
"@welcome-ui/close-button": "^5.22.1",
"@welcome-ui/stack": "^5.20.0",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.21.1",
"@welcome-ui/variant-icon": "^5.21.0"
"@welcome-ui/variant-icon": "^5.22.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





## [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
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.21.1",
"version": "5.22.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 @@ -47,7 +47,7 @@
},
"dependencies": {
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/shape": "^5.20.0",
"@welcome-ui/shape": "^5.22.1",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.21.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/Badge/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





## [5.6.1](https://github.com/WTTJ/welcome-ui/compare/v5.6.0...v5.6.1) (2023-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/Badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/badge",
"version": "5.17.1",
"version": "5.22.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/Breadcrumb/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





# [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/breadcrumb
Expand Down
6 changes: 3 additions & 3 deletions packages/Breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/breadcrumb",
"version": "5.21.0",
"version": "5.22.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 @@ -48,9 +48,9 @@
"dependencies": {
"@juggle/resize-observer": "^3.3.0",
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/icons": "^5.21.0",
"@welcome-ui/icons": "^5.22.1",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/utils": "^5.18.1"
"@welcome-ui/utils": "^5.22.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/Button/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





# [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/button
Expand Down
12 changes: 6 additions & 6 deletions packages/Button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/button",
"version": "5.21.0",
"version": "5.22.1",
"description": "welcome-ui: A button component",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -48,14 +48,14 @@
"dependencies": {
"@ariakit/react": "0.4.3",
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/loader": "^5.20.0",
"@welcome-ui/loader": "^5.22.1",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/utils": "^5.18.1"
"@welcome-ui/utils": "^5.22.1"
},
"devDependencies": {
"@welcome-ui/icons": "^5.21.0",
"@welcome-ui/icons.font": "^5.21.0",
"@welcome-ui/link": "^5.21.0"
"@welcome-ui/icons": "^5.22.1",
"@welcome-ui/icons.font": "^5.22.1",
"@welcome-ui/link": "^5.22.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/ButtonGroup/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





# [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/button-group
Expand Down
4 changes: 2 additions & 2 deletions packages/ButtonGroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/button-group",
"version": "5.21.0",
"version": "5.22.1",
"description": "welcome-ui: A ButtonGroup component",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -46,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/button": "^5.21.0",
"@welcome-ui/button": "^5.22.1",
"@welcome-ui/system": "^5.17.1"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/Card/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





## [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/card
Expand Down
6 changes: 3 additions & 3 deletions packages/Card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/card",
"version": "5.20.0",
"version": "5.22.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 @@ -47,9 +47,9 @@
},
"dependencies": {
"@welcome-ui/box": "^5.20.0",
"@welcome-ui/shape": "^5.20.0",
"@welcome-ui/shape": "^5.22.1",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/utils": "^5.18.1"
"@welcome-ui/utils": "^5.22.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/Checkbox/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





## [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/checkbox
Expand Down
4 changes: 2 additions & 2 deletions packages/Checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/checkbox",
"version": "5.18.1",
"version": "5.22.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 @@ -48,7 +48,7 @@
"dependencies": {
"@ariakit/react": "0.4.3",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/utils": "^5.18.1"
"@welcome-ui/utils": "^5.22.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/ClearButton/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.22.1](https://github.com/WTTJ/welcome-ui/compare/v5.22.0...v5.22.1) (2024-10-15)

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





# [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/clear-button
Expand Down
6 changes: 3 additions & 3 deletions packages/ClearButton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/clear-button",
"version": "5.21.0",
"version": "5.22.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 @@ -46,8 +46,8 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/button": "^5.21.0",
"@welcome-ui/icons": "^5.21.0",
"@welcome-ui/button": "^5.22.1",
"@welcome-ui/icons": "^5.22.1",
"@welcome-ui/system": "^5.17.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 999d172

Please sign in to comment.