Skip to content

Commit

Permalink
v5.11.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Jan 30, 2024
1 parent 7488b68 commit 2a78647
Show file tree
Hide file tree
Showing 126 changed files with 757 additions and 244 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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)


### Bug Fixes

* as props on CreateWuiComponent ([7488b68](https://github.com/WTTJ/welcome-ui/commit/7488b681951285b8eaa355b9d8a915b3d69336a1))





# [5.11.0-alpha.2](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.1...v5.11.0-alpha.2) (2024-01-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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





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


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.6.0",
"version": "5.11.0-alpha.3",
"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"
"@welcome-ui/icon": "^5.11.0-alpha.3"
}
}
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.11.0-alpha.2",
"version": "5.11.0-alpha.3",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





## [5.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


Expand Down
8 changes: 4 additions & 4 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.8.1",
"version": "5.11.0-alpha.3",
"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": {
"@ariakit/react": "0.3.4",
"@welcome-ui/box": "^5.0.0",
"@welcome-ui/icons": "^5.6.0",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/box": "^5.11.0-alpha.3",
"@welcome-ui/icons": "^5.11.0-alpha.3",
"@welcome-ui/system": "^5.11.0-alpha.3",
"react-animate-height": "^3.2.2"
},
"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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





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

**Note:** Version bump only for package @welcome-ui/alert
Expand Down
16 changes: 8 additions & 8 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.6.1",
"version": "5.11.0-alpha.3",
"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,13 +46,13 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/box": "^5.0.0",
"@welcome-ui/button": "^5.6.1",
"@welcome-ui/close-button": "^5.6.1",
"@welcome-ui/stack": "^5.1.0",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/text": "^5.6.1",
"@welcome-ui/variant-icon": "^5.6.0"
"@welcome-ui/box": "^5.11.0-alpha.3",
"@welcome-ui/button": "^5.11.0-alpha.3",
"@welcome-ui/close-button": "^5.11.0-alpha.3",
"@welcome-ui/stack": "^5.11.0-alpha.3",
"@welcome-ui/system": "^5.11.0-alpha.3",
"@welcome-ui/text": "^5.11.0-alpha.3",
"@welcome-ui/variant-icon": "^5.11.0-alpha.3"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/AspectRatio/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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





# [5.5.0](https://github.com/WTTJ/welcome-ui/compare/v5.4.0...v5.5.0) (2023-10-11)


Expand Down
6 changes: 3 additions & 3 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.5.0",
"version": "5.11.0-alpha.3",
"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/box": "^5.0.0",
"@welcome-ui/system": "^5.0.0"
"@welcome-ui/box": "^5.11.0-alpha.3",
"@welcome-ui/system": "^5.11.0-alpha.3"
},
"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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





## [5.6.1](https://github.com/WTTJ/welcome-ui/compare/v5.6.0...v5.6.1) (2023-10-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.6.1",
"version": "5.11.0-alpha.3",
"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",
"@welcome-ui/shape": "^5.6.1",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/text": "^5.6.1"
"@welcome-ui/box": "^5.11.0-alpha.3",
"@welcome-ui/shape": "^5.11.0-alpha.3",
"@welcome-ui/system": "^5.11.0-alpha.3",
"@welcome-ui/text": "^5.11.0-alpha.3"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

**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
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.6.1",
"version": "5.11.0-alpha.3",
"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"
"@welcome-ui/system": "^5.11.0-alpha.3"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/Box/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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





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


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",
"version": "5.11.0-alpha.3",
"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"
"@welcome-ui/system": "^5.11.0-alpha.3"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





# [5.9.0](https://github.com/WTTJ/welcome-ui/compare/v5.8.1...v5.9.0) (2024-01-05)


Expand Down
8 changes: 4 additions & 4 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.9.0",
"version": "5.11.0-alpha.3",
"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": {
"@juggle/resize-observer": "^3.3.0",
"@welcome-ui/box": "^5.0.0",
"@welcome-ui/icons": "^5.6.0",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/box": "^5.11.0-alpha.3",
"@welcome-ui/icons": "^5.11.0-alpha.3",
"@welcome-ui/system": "^5.11.0-alpha.3",
"@welcome-ui/utils": "^5.0.0"
},
"peerDependencies": {
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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





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


Expand Down
10 changes: 5 additions & 5 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.6.1",
"version": "5.11.0-alpha.3",
"description": "welcome-ui: A button component",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -48,13 +48,13 @@
},
"dependencies": {
"@ariakit/react": "0.3.4",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/system": "^5.11.0-alpha.3",
"@welcome-ui/utils": "^5.0.0"
},
"devDependencies": {
"@welcome-ui/icons": "^5.6.0",
"@welcome-ui/icons.font": "^5.5.0",
"@welcome-ui/link": "^5.6.0"
"@welcome-ui/icons": "^5.11.0-alpha.3",
"@welcome-ui/icons.font": "^5.11.0-alpha.3",
"@welcome-ui/link": "^5.11.0-alpha.3"
},
"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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





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

**Note:** Version bump only for package @welcome-ui/button-group
Expand Down
6 changes: 3 additions & 3 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.6.1",
"version": "5.11.0-alpha.3",
"description": "welcome-ui: A ButtonGroup component",
"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.6.1",
"@welcome-ui/system": "^5.0.0"
"@welcome-ui/button": "^5.11.0-alpha.3",
"@welcome-ui/system": "^5.11.0-alpha.3"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
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.11.0-alpha.3](https://github.com/WTTJ/welcome-ui/compare/v5.11.0-alpha.2...v5.11.0-alpha.3) (2024-01-30)

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





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

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

0 comments on commit 2a78647

Please sign in to comment.