Skip to content

Commit

Permalink
v5.0.0-alpha.46
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Aug 8, 2023
1 parent d344c4f commit be36314
Show file tree
Hide file tree
Showing 66 changed files with 396 additions and 71 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)


### Bug Fixes

* bump react-datepicker to hide unwanted text ([#2172](https://github.com/WTTJ/welcome-ui/issues/2172)) ([205c874](https://github.com/WTTJ/welcome-ui/commit/205c874c2eb43fb6cb7f2ec9aeaa4add2fe1cd5a))
* typescript consistency naming ([#2173](https://github.com/WTTJ/welcome-ui/issues/2173)) ([d344c4f](https://github.com/WTTJ/welcome-ui/commit/d344c4fec90356898a3d4c94b5565a96ba7076e2))





# [5.0.0-alpha.45](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.44...v5.0.0-alpha.45) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"icons"
],
"version": "5.0.0-alpha.45",
"version": "5.0.0-alpha.46",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
11 changes: 11 additions & 0 deletions packages/Accordion/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)


### Bug Fixes

* typescript consistency naming ([#2173](https://github.com/WTTJ/welcome-ui/issues/2173)) ([d344c4f](https://github.com/WTTJ/welcome-ui/commit/d344c4fec90356898a3d4c94b5565a96ba7076e2))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/Accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/accordion",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)

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





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


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.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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.0.0-alpha.44",
"@welcome-ui/close-button": "^5.0.0-alpha.44",
"@welcome-ui/close-button": "^5.0.0-alpha.46",
"@welcome-ui/stack": "^5.0.0-alpha.44",
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/text": "^5.0.0-alpha.44",
Expand Down
11 changes: 11 additions & 0 deletions packages/Button/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)


### Bug Fixes

* typescript consistency naming ([#2173](https://github.com/WTTJ/welcome-ui/issues/2173)) ([d344c4f](https://github.com/WTTJ/welcome-ui/commit/d344c4fec90356898a3d4c94b5565a96ba7076e2))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/Button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/button",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"description": "welcome-ui: A button component",
"main": "dist/index.js",
"module": "dist/index.mjs",
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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)

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





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


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.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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.0.0-alpha.44",
"@welcome-ui/button": "^5.0.0-alpha.46",
"@welcome-ui/system": "^5.0.0-alpha.44"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/Checkbox/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)


### Bug Fixes

* typescript consistency naming ([#2173](https://github.com/WTTJ/welcome-ui/issues/2173)) ([d344c4f](https://github.com/WTTJ/welcome-ui/commit/d344c4fec90356898a3d4c94b5565a96ba7076e2))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/Checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/checkbox",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)

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





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
4 changes: 2 additions & 2 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.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/button": "^5.0.0-alpha.44",
"@welcome-ui/button": "^5.0.0-alpha.46",
"@welcome-ui/icons": "^5.0.0-alpha.44",
"@welcome-ui/system": "^5.0.0-alpha.44"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/CloseButton/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)

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





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/CloseButton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/close-button",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/button": "^5.0.0-alpha.44",
"@welcome-ui/button": "^5.0.0-alpha.46",
"@welcome-ui/icons": "^5.0.0-alpha.44",
"@welcome-ui/system": "^5.0.0-alpha.44"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/DatePicker/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)


### Bug Fixes

* bump react-datepicker to hide unwanted text ([#2172](https://github.com/WTTJ/welcome-ui/issues/2172)) ([205c874](https://github.com/WTTJ/welcome-ui/commit/205c874c2eb43fb6cb7f2ec9aeaa4add2fe1cd5a))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/DatePicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/date-picker",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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": {
"@types/react-datepicker": "^4.15.0",
"@welcome-ui/date-time-picker-common": "^5.0.0-alpha.44",
"@welcome-ui/date-time-picker-common": "^5.0.0-alpha.46",
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/utils": "^5.0.0-alpha.44",
"react-datepicker": "^4.16.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/DateTimePicker/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)


### Bug Fixes

* bump react-datepicker to hide unwanted text ([#2172](https://github.com/WTTJ/welcome-ui/issues/2172)) ([205c874](https://github.com/WTTJ/welcome-ui/commit/205c874c2eb43fb6cb7f2ec9aeaa4add2fe1cd5a))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
14 changes: 7 additions & 7 deletions packages/DateTimePicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/date-time-picker",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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,15 +47,15 @@
},
"dependencies": {
"@types/react-datepicker": "^4.15.0",
"@welcome-ui/button": "^5.0.0-alpha.44",
"@welcome-ui/clear-button": "^5.0.0-alpha.44",
"@welcome-ui/date-picker": "^5.0.0-alpha.44",
"@welcome-ui/date-time-picker-common": "^5.0.0-alpha.44",
"@welcome-ui/button": "^5.0.0-alpha.46",
"@welcome-ui/clear-button": "^5.0.0-alpha.46",
"@welcome-ui/date-picker": "^5.0.0-alpha.46",
"@welcome-ui/date-time-picker-common": "^5.0.0-alpha.46",
"@welcome-ui/field": "^5.0.0-alpha.44",
"@welcome-ui/icons": "^5.0.0-alpha.44",
"@welcome-ui/select": "^5.0.0-alpha.44",
"@welcome-ui/select": "^5.0.0-alpha.46",
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/time-picker": "^5.0.0-alpha.44",
"@welcome-ui/time-picker": "^5.0.0-alpha.46",
"react-datepicker": "^4.16.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/DateTimePickerCommon/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.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)


### Bug Fixes

* bump react-datepicker to hide unwanted text ([#2172](https://github.com/WTTJ/welcome-ui/issues/2172)) ([205c874](https://github.com/WTTJ/welcome-ui/commit/205c874c2eb43fb6cb7f2ec9aeaa4add2fe1cd5a))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


Expand Down
8 changes: 4 additions & 4 deletions packages/DateTimePickerCommon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/date-time-picker-common",
"version": "5.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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,11 +48,11 @@
"homepage": "https://github.com/WTTJ/welcome-ui#readme",
"dependencies": {
"@types/react-datepicker": "^4.15.0",
"@welcome-ui/button": "^5.0.0-alpha.44",
"@welcome-ui/clear-button": "^5.0.0-alpha.44",
"@welcome-ui/button": "^5.0.0-alpha.46",
"@welcome-ui/clear-button": "^5.0.0-alpha.46",
"@welcome-ui/field": "^5.0.0-alpha.44",
"@welcome-ui/icons": "^5.0.0-alpha.44",
"@welcome-ui/select": "^5.0.0-alpha.44",
"@welcome-ui/select": "^5.0.0-alpha.46",
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/utils": "^5.0.0-alpha.44",
"lodash.range": "^3.2.0",
Expand Down
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.

# [5.0.0-alpha.46](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.45...v5.0.0-alpha.46) (2023-08-08)


### Bug Fixes

* typescript consistency naming ([#2173](https://github.com/WTTJ/welcome-ui/issues/2173)) ([d344c4f](https://github.com/WTTJ/welcome-ui/commit/d344c4fec90356898a3d4c94b5565a96ba7076e2))





# [5.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


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.0.0-alpha.44",
"version": "5.0.0-alpha.46",
"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.2.15",
"@welcome-ui/box": "^5.0.0-alpha.44",
"@welcome-ui/close-button": "^5.0.0-alpha.44",
"@welcome-ui/close-button": "^5.0.0-alpha.46",
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/text": "^5.0.0-alpha.44",
"@welcome-ui/utils": "^5.0.0-alpha.44"
Expand Down
Loading

0 comments on commit be36314

Please sign in to comment.