Skip to content

Commit

Permalink
v5.0.0-alpha.44
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Aug 3, 2023
1 parent 9d506d8 commit 42ebcfb
Show file tree
Hide file tree
Showing 138 changed files with 1,042 additions and 283 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.0.0-alpha.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.43](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.42...v5.0.0-alpha.43) (2023-07-31)


Expand Down
11 changes: 11 additions & 0 deletions icons/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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.41](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.40...v5.0.0-alpha.41) (2023-07-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.0.0-alpha.41",
"version": "5.0.0-alpha.44",
"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.0.0-alpha.40"
"@welcome-ui/icon": "^5.0.0-alpha.44"
}
}
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.43",
"version": "5.0.0-alpha.44",
"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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.41](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.40...v5.0.0-alpha.41) (2023-07-17)

**Note:** Version bump only for package @welcome-ui/accordion
Expand Down
6 changes: 3 additions & 3 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.0.0-alpha.41",
"version": "5.0.0-alpha.44",
"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,8 +47,8 @@
},
"dependencies": {
"@ariakit/react": "0.2.14",
"@welcome-ui/icons": "^5.0.0-alpha.41",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/icons": "^5.0.0-alpha.44",
"@welcome-ui/system": "^5.0.0-alpha.44",
"react-animate-height": "^3.2.2"
},
"peerDependencies": {
Expand Down
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.

# [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)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.43](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.42...v5.0.0-alpha.43) (2023-07-31)

**Note:** Version bump only for package @welcome-ui/alert
Expand Down
14 changes: 7 additions & 7 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.43",
"version": "5.0.0-alpha.44",
"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,12 +46,12 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/close-button": "^5.0.0-alpha.43",
"@welcome-ui/stack": "^5.0.0-alpha.40",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/text": "^5.0.0-alpha.40",
"@welcome-ui/variant-icon": "^5.0.0-alpha.43"
"@welcome-ui/box": "^5.0.0-alpha.44",
"@welcome-ui/close-button": "^5.0.0-alpha.44",
"@welcome-ui/stack": "^5.0.0-alpha.44",
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/text": "^5.0.0-alpha.44",
"@welcome-ui/variant-icon": "^5.0.0-alpha.44"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/AspectRatio/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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.40](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.39...v5.0.0-alpha.40) (2023-06-15)

**Note:** Version bump only for package @welcome-ui/aspect-ratio
Expand Down
4 changes: 2 additions & 2 deletions packages/AspectRatio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/aspect-ratio",
"version": "5.0.0-alpha.40",
"version": "5.0.0-alpha.44",
"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/box": "^5.0.0-alpha.40"
"@welcome-ui/box": "^5.0.0-alpha.44"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/Avatar/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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.43](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.42...v5.0.0-alpha.43) (2023-07-31)

**Note:** Version bump only for package @welcome-ui/avatar
Expand Down
10 changes: 5 additions & 5 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.0.0-alpha.43",
"version": "5.0.0-alpha.44",
"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,10 +46,10 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/shape": "^5.0.0-alpha.43",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/text": "^5.0.0-alpha.40"
"@welcome-ui/box": "^5.0.0-alpha.44",
"@welcome-ui/shape": "^5.0.0-alpha.44",
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/text": "^5.0.0-alpha.44"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/Badge/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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.40](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.39...v5.0.0-alpha.40) (2023-06-15)

**Note:** Version bump only for package @welcome-ui/badge
Expand Down
4 changes: 2 additions & 2 deletions packages/Badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/badge",
"version": "5.0.0-alpha.40",
"version": "5.0.0-alpha.44",
"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/system": "^5.0.0-alpha.40"
"@welcome-ui/system": "^5.0.0-alpha.44"
},
"peerDependencies": {
"react": "^16.10.2 || ^17.0.1 || ^18.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/Box/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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.40](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.39...v5.0.0-alpha.40) (2023-06-15)

**Note:** Version bump only for package @welcome-ui/box
Expand Down
4 changes: 2 additions & 2 deletions packages/Box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/box",
"version": "5.0.0-alpha.40",
"version": "5.0.0-alpha.44",
"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/system": "^5.0.0-alpha.40"
"@welcome-ui/system": "^5.0.0-alpha.44"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/Breadcrumb/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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.43](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.42...v5.0.0-alpha.43) (2023-07-31)

**Note:** Version bump only for package @welcome-ui/breadcrumb
Expand Down
10 changes: 5 additions & 5 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.0.0-alpha.43",
"version": "5.0.0-alpha.44",
"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,10 +47,10 @@
},
"dependencies": {
"@juggle/resize-observer": "^3.3.0",
"@welcome-ui/box": "^5.0.0-alpha.40",
"@welcome-ui/icons": "^5.0.0-alpha.41",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/utils": "^5.0.0-alpha.43"
"@welcome-ui/box": "^5.0.0-alpha.44",
"@welcome-ui/icons": "^5.0.0-alpha.44",
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/utils": "^5.0.0-alpha.44"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.43](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.42...v5.0.0-alpha.43) (2023-07-31)

**Note:** Version bump only for package @welcome-ui/button
Expand Down
6 changes: 3 additions & 3 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.0.0-alpha.43",
"version": "5.0.0-alpha.44",
"description": "welcome-ui: A button component",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"@ariakit/react": "0.2.14",
"@welcome-ui/system": "^5.0.0-alpha.40",
"@welcome-ui/utils": "^5.0.0-alpha.43"
"@welcome-ui/system": "^5.0.0-alpha.44",
"@welcome-ui/utils": "^5.0.0-alpha.44"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/ButtonGroup/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.44](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.43...v5.0.0-alpha.44) (2023-08-03)


### Features

* migrate from reakit to ariakit ([#2101](https://github.com/WTTJ/welcome-ui/issues/2101)) ([9d506d8](https://github.com/WTTJ/welcome-ui/commit/9d506d872e9f34380b8727a82b7569aafd0ee5f9))





# [5.0.0-alpha.43](https://github.com/WTTJ/welcome-ui/compare/v5.0.0-alpha.42...v5.0.0-alpha.43) (2023-07-31)

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

0 comments on commit 42ebcfb

Please sign in to comment.