Skip to content

Commit

Permalink
v5.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leiksa committed Aug 7, 2024
1 parent d52ce74 commit da8a0e6
Show file tree
Hide file tree
Showing 100 changed files with 553 additions and 144 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.18.1](https://github.com/WTTJ/welcome-ui/compare/v5.18.0...v5.18.1) (2024-08-07)


### Bug Fixes

* **toast:** update notifications to use react portal ([#2510](https://github.com/WTTJ/welcome-ui/issues/2510)) ([d52ce74](https://github.com/WTTJ/welcome-ui/commit/d52ce74a3449849ba9b7bb2d0806f7d543e42af5))





# [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 lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"icons"
],
"version": "5.18.0",
"version": "5.18.1",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
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.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/alert





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

**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.18.0",
"version": "5.18.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.17.1",
"@welcome-ui/button": "^5.17.2",
"@welcome-ui/close-button": "^5.17.2",
"@welcome-ui/button": "^5.18.1",
"@welcome-ui/close-button": "^5.18.1",
"@welcome-ui/stack": "^5.17.1",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0",
"@welcome-ui/variant-icon": "^5.17.2"
"@welcome-ui/variant-icon": "^5.18.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.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





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

**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.18.0",
"version": "5.18.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.17.1",
"@welcome-ui/shape": "^5.17.1",
"@welcome-ui/shape": "^5.18.1",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/text": "^5.18.0"
},
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.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/breadcrumb





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


Expand Down
4 changes: 2 additions & 2 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.17.2",
"version": "5.18.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.17.1",
"@welcome-ui/icons": "^5.17.2",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/utils": "^5.17.1"
"@welcome-ui/utils": "^5.18.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.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/button





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


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.17.2",
"version": "5.18.1",
"description": "welcome-ui: A button component",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -48,9 +48,9 @@
"dependencies": {
"@ariakit/react": "0.4.3",
"@welcome-ui/box": "^5.17.1",
"@welcome-ui/loader": "^5.17.1",
"@welcome-ui/loader": "^5.18.1",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/utils": "^5.17.1"
"@welcome-ui/utils": "^5.18.1"
},
"devDependencies": {
"@welcome-ui/icons": "^5.17.2",
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.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/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
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.17.2",
"version": "5.18.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.17.2",
"@welcome-ui/button": "^5.18.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.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





## [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
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.17.1",
"version": "5.18.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.17.1",
"@welcome-ui/shape": "^5.17.1",
"@welcome-ui/shape": "^5.18.1",
"@welcome-ui/system": "^5.17.1",
"@welcome-ui/utils": "^5.17.1"
"@welcome-ui/utils": "^5.18.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.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





## [5.10.1](https://github.com/WTTJ/welcome-ui/compare/v5.10.0...v5.10.1) (2024-02-01)

**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.17.1",
"version": "5.18.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.17.1"
"@welcome-ui/utils": "^5.18.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.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/clear-button





## [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/clear-button
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.17.2",
"version": "5.18.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,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/button": "^5.17.2",
"@welcome-ui/button": "^5.18.1",
"@welcome-ui/icons": "^5.17.2",
"@welcome-ui/system": "^5.17.1"
},
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.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/close-button





## [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/close-button
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.17.2",
"version": "5.18.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,7 +46,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/button": "^5.17.2",
"@welcome-ui/button": "^5.18.1",
"@welcome-ui/icons": "^5.17.2",
"@welcome-ui/system": "^5.17.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/Core/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.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/core





## [5.10.2](https://github.com/WTTJ/welcome-ui/compare/v5.10.1...v5.10.2) (2024-02-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/Core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/core",
"version": "5.17.2",
"version": "5.18.1",
"description": "welcome-ui: Core utils",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/utils": "^5.17.1",
"@welcome-ui/utils": "^5.18.1",
"ramda": "^0.29.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/DatePicker/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.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/date-picker





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

**Note:** Version bump only for package @welcome-ui/date-picker
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.17.3",
"version": "5.18.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": {
"@types/react-datepicker": "^4.15.0",
"@welcome-ui/date-time-picker-common": "^5.17.3",
"@welcome-ui/date-time-picker-common": "^5.18.1",
"@welcome-ui/system": "^5.17.1",
"react-datepicker": "^4.16.0"
},
Expand Down
Loading

0 comments on commit da8a0e6

Please sign in to comment.