Skip to content

Commit

Permalink
v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Nov 26, 2024
1 parent 031f5d8 commit dc5e8d0
Show file tree
Hide file tree
Showing 104 changed files with 602 additions and 166 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)


### Features

* add new components WelcomeLoader ([#2624](https://github.com/WTTJ/welcome-ui/issues/2624)) ([af966a7](https://github.com/WTTJ/welcome-ui/commit/af966a73c51320befdaad505f6bcbd7005d353be))
* **Icon:** add TemporaryProfile Icon ([#2626](https://github.com/WTTJ/welcome-ui/issues/2626)) ([031f5d8](https://github.com/WTTJ/welcome-ui/commit/031f5d87282ad694580a6fd6b1ce0b167de6779c))
* rework hover on fields ([#2625](https://github.com/WTTJ/welcome-ui/issues/2625)) ([14fcd0e](https://github.com/WTTJ/welcome-ui/commit/14fcd0ec1e109e58873b6c02dd498ae1f8ca0679))





## [6.3.1](https://github.com/WTTJ/welcome-ui/compare/v6.3.0...v6.3.1) (2024-11-25)


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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)


### Features

* **Icon:** add TemporaryProfile Icon ([#2626](https://github.com/WTTJ/welcome-ui/issues/2626)) ([031f5d8](https://github.com/WTTJ/welcome-ui/commit/031f5d87282ad694580a6fd6b1ce0b167de6779c))





## [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
Expand Down
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/icons",
"version": "6.1.1",
"version": "6.4.0",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
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": "6.3.1",
"version": "6.4.0",
"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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





## [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
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": "6.1.1",
"version": "6.4.0",
"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": "^6.1.1",
"@welcome-ui/icons": "^6.1.1",
"@welcome-ui/icons": "^6.4.0",
"@welcome-ui/system": "^6.1.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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





## [6.3.1](https://github.com/WTTJ/welcome-ui/compare/v6.3.0...v6.3.1) (2024-11-25)


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": "6.3.1",
"version": "6.4.0",
"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,11 +47,11 @@
},
"dependencies": {
"@welcome-ui/box": "^6.1.1",
"@welcome-ui/button": "^6.1.1",
"@welcome-ui/close-button": "^6.1.1",
"@welcome-ui/button": "^6.4.0",
"@welcome-ui/close-button": "^6.4.0",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/text": "^6.2.0",
"@welcome-ui/variant-icon": "^6.1.1"
"@welcome-ui/variant-icon": "^6.4.0"
},
"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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





## [5.22.2](https://github.com/WTTJ/welcome-ui/compare/v5.22.1...v5.22.2) (2024-10-28)

**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": "6.2.0",
"version": "6.4.0",
"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": "^6.1.1",
"@welcome-ui/shape": "^6.1.1",
"@welcome-ui/shape": "^6.4.0",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/text": "^6.2.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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





## [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
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": "6.1.1",
"version": "6.4.0",
"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": "^6.1.1",
"@welcome-ui/icons": "^6.1.1",
"@welcome-ui/icons": "^6.4.0",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/utils": "^6.1.1"
"@welcome-ui/utils": "^6.4.0"
},
"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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





# [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07)


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": "6.1.1",
"version": "6.4.0",
"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": "^6.1.1",
"@welcome-ui/loader": "^6.1.1",
"@welcome-ui/loader": "^6.4.0",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/utils": "^6.1.1"
"@welcome-ui/utils": "^6.4.0"
},
"devDependencies": {
"@welcome-ui/icons": "^6.1.1",
"@welcome-ui/icons.font": "^6.1.1",
"@welcome-ui/link": "^6.1.1"
"@welcome-ui/icons": "^6.4.0",
"@welcome-ui/icons.font": "^6.4.0",
"@welcome-ui/link": "^6.4.0"
},
"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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





## [6.1.1-alpha.1](https://github.com/WTTJ/welcome-ui/compare/v6.1.0...v6.1.1-alpha.1) (2024-11-08)

**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": "6.1.1",
"version": "6.4.0",
"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": "^6.1.1",
"@welcome-ui/button": "^6.4.0",
"@welcome-ui/system": "^6.1.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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





## [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
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": "6.1.1",
"version": "6.4.0",
"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": "^6.1.1",
"@welcome-ui/shape": "^6.1.1",
"@welcome-ui/shape": "^6.4.0",
"@welcome-ui/system": "^6.1.1",
"@welcome-ui/utils": "^6.1.1"
"@welcome-ui/utils": "^6.4.0"
},
"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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





## [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
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": "6.1.1",
"version": "6.4.0",
"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": "^6.1.1",
"@welcome-ui/utils": "^6.1.1"
"@welcome-ui/utils": "^6.4.0"
},
"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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





# [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07)

**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": "6.1.1",
"version": "6.4.0",
"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": "^6.1.1",
"@welcome-ui/icons": "^6.1.1",
"@welcome-ui/button": "^6.4.0",
"@welcome-ui/icons": "^6.4.0",
"@welcome-ui/system": "^6.1.1"
},
"peerDependencies": {
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.

# [6.4.0](https://github.com/WTTJ/welcome-ui/compare/v6.3.1...v6.4.0) (2024-11-26)

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





# [6.1.0](https://github.com/WTTJ/welcome-ui/compare/v6.0.1...v6.1.0) (2024-11-07)

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

0 comments on commit dc5e8d0

Please sign in to comment.