Skip to content

Commit

Permalink
v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Dec 27, 2023
1 parent 1257b1a commit c1b3ed3
Show file tree
Hide file tree
Showing 28 changed files with 164 additions and 27 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.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


### Bug Fixes

* "unrecognised props" ssr warnings ([#2382](https://github.com/WTTJ/welcome-ui/issues/2382)) ([1257b1a](https://github.com/WTTJ/welcome-ui/commit/1257b1a8d634b8f797bfea9cb2c937bc8372f400))
* malformed font-face directive and copy woff/2 files to S3 properly ([#2380](https://github.com/WTTJ/welcome-ui/issues/2380)) ([f1bbdf1](https://github.com/WTTJ/welcome-ui/commit/f1bbdf181f210cba33ae8ca68755b07352030bc0))





## [5.7.1-alpha.0](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.7.1-alpha.0) (2023-12-20)


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.7.1-alpha.0",
"version": "5.8.1",
"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.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


### Bug Fixes

* "unrecognised props" ssr warnings ([#2382](https://github.com/WTTJ/welcome-ui/issues/2382)) ([1257b1a](https://github.com/WTTJ/welcome-ui/commit/1257b1a8d634b8f797bfea9cb2c937bc8372f400))





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

**Note:** Version bump only for package @welcome-ui/accordion
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.6.0",
"version": "5.8.1",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/Core/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.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


### Bug Fixes

* malformed font-face directive and copy woff/2 files to S3 properly ([#2380](https://github.com/WTTJ/welcome-ui/issues/2380)) ([f1bbdf1](https://github.com/WTTJ/welcome-ui/commit/f1bbdf181f210cba33ae8ca68755b07352030bc0))





## [5.7.1-alpha.0](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.7.1-alpha.0) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/Core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/core",
"version": "5.7.1-alpha.0",
"version": "5.8.1",
"description": "welcome-ui: Core utils",
"main": "dist/index.js",
"module": "dist/index.mjs",
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.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





# [5.7.0](https://github.com/WTTJ/welcome-ui/compare/v5.6.7...v5.7.0) (2023-12-20)


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.7.0",
"version": "5.8.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.6.7",
"@welcome-ui/date-time-picker-common": "^5.8.1",
"@welcome-ui/system": "^5.0.0",
"react-datepicker": "^4.16.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/DateTimePicker/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.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-time-picker





# [5.7.0](https://github.com/WTTJ/welcome-ui/compare/v5.6.7...v5.7.0) (2023-12-20)

**Note:** Version bump only for package @welcome-ui/date-time-picker
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "5.8.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,10 +46,10 @@
"url": "https://github.com/WTTJ/welcome-ui/issues"
},
"dependencies": {
"@welcome-ui/date-picker": "^5.7.0",
"@welcome-ui/date-time-picker-common": "^5.6.7",
"@welcome-ui/date-picker": "^5.8.1",
"@welcome-ui/date-time-picker-common": "^5.8.1",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/time-picker": "^5.6.7"
"@welcome-ui/time-picker": "^5.8.1"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/DateTimePickerCommon/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.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-time-picker-common





## [5.6.7](https://github.com/WTTJ/welcome-ui/compare/v5.6.6...v5.6.7) (2023-12-14)


Expand Down
4 changes: 2 additions & 2 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.6.7",
"version": "5.8.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 @@ -53,7 +53,7 @@
"@welcome-ui/field": "^5.6.0",
"@welcome-ui/icon": "^5.0.0",
"@welcome-ui/icons": "^5.6.0",
"@welcome-ui/select": "^5.6.4",
"@welcome-ui/select": "^5.8.1",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/utils": "^5.0.0",
"date-fns": "^2.30.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/DropdownMenu/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.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


### Bug Fixes

* malformed font-face directive and copy woff/2 files to S3 properly ([#2380](https://github.com/WTTJ/welcome-ui/issues/2380)) ([f1bbdf1](https://github.com/WTTJ/welcome-ui/commit/f1bbdf181f210cba33ae8ca68755b07352030bc0))





## [5.7.1-alpha.0](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.7.1-alpha.0) (2023-12-20)

**Note:** Version bump only for package @welcome-ui/dropdown-menu
Expand Down
4 changes: 2 additions & 2 deletions packages/DropdownMenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/dropdown-menu",
"version": "5.7.1-alpha.0",
"version": "5.8.1",
"description": "welcome-ui: A DropdownMenu component",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@ariakit/react": "0.3.4",
"@welcome-ui/box": "^5.0.0",
"@welcome-ui/core": "^5.7.1-alpha.0",
"@welcome-ui/core": "^5.8.1",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/utils": "^5.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/FileUpload/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.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/file-upload





## [5.6.4](https://github.com/WTTJ/welcome-ui/compare/v5.6.3...v5.6.4) (2023-11-15)

**Note:** Version bump only for package @welcome-ui/file-upload
Expand Down
4 changes: 2 additions & 2 deletions packages/FileUpload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/file-upload",
"version": "5.6.4",
"version": "5.8.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/button": "^5.6.1",
"@welcome-ui/files": "^5.6.0",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/tag": "^5.6.4",
"@welcome-ui/tag": "^5.8.1",
"@welcome-ui/utils": "^5.0.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/Select/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.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/select





## [5.6.4](https://github.com/WTTJ/welcome-ui/compare/v5.6.3...v5.6.4) (2023-11-15)

**Note:** Version bump only for package @welcome-ui/select
Expand Down
4 changes: 2 additions & 2 deletions packages/Select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/select",
"version": "5.6.4",
"version": "5.8.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 @@ -51,7 +51,7 @@
"@welcome-ui/icon": "^5.0.0",
"@welcome-ui/icons": "^5.6.0",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/tag": "^5.6.4",
"@welcome-ui/tag": "^5.8.1",
"@welcome-ui/utils": "^5.0.0",
"downshift": "^7.4.1",
"match-sorter": "^6.3.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/Tag/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.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


### Bug Fixes

* "unrecognised props" ssr warnings ([#2382](https://github.com/WTTJ/welcome-ui/issues/2382)) ([1257b1a](https://github.com/WTTJ/welcome-ui/commit/1257b1a8d634b8f797bfea9cb2c937bc8372f400))





## [5.6.4](https://github.com/WTTJ/welcome-ui/compare/v5.6.3...v5.6.4) (2023-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/Tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/tag",
"version": "5.6.4",
"version": "5.8.1",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/Themes/Dark/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.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


### Bug Fixes

* malformed font-face directive and copy woff/2 files to S3 properly ([#2380](https://github.com/WTTJ/welcome-ui/issues/2380)) ([f1bbdf1](https://github.com/WTTJ/welcome-ui/commit/f1bbdf181f210cba33ae8ca68755b07352030bc0))





## [5.7.1-alpha.0](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.7.1-alpha.0) (2023-12-20)

**Note:** Version bump only for package @welcome-ui/themes.dark
Expand Down
4 changes: 2 additions & 2 deletions packages/Themes/Dark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/themes.dark",
"version": "5.7.1-alpha.0",
"version": "5.8.1",
"description": "welcome-ui: Dark theme",
"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/core": "^5.7.1-alpha.0"
"@welcome-ui/core": "^5.8.1"
},
"gitHead": "974e7bfd71f8cfe846cbffd678c3860a8952f9e9",
"sideEffects": false,
Expand Down
11 changes: 11 additions & 0 deletions packages/Themes/Welcome/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.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


### Bug Fixes

* malformed font-face directive and copy woff/2 files to S3 properly ([#2380](https://github.com/WTTJ/welcome-ui/issues/2380)) ([f1bbdf1](https://github.com/WTTJ/welcome-ui/commit/f1bbdf181f210cba33ae8ca68755b07352030bc0))





## [5.7.1-alpha.0](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.7.1-alpha.0) (2023-12-20)

**Note:** Version bump only for package @welcome-ui/themes.welcome
Expand Down
4 changes: 2 additions & 2 deletions packages/Themes/Welcome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/themes.welcome",
"version": "5.7.1-alpha.0",
"version": "5.8.1",
"description": "welcome-ui: Welcome theme",
"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/core": "^5.7.1-alpha.0"
"@welcome-ui/core": "^5.8.1"
},
"gitHead": "974e7bfd71f8cfe846cbffd678c3860a8952f9e9",
"sideEffects": false,
Expand Down
11 changes: 11 additions & 0 deletions packages/Themes/WelcomeDark/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.8.1](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.8.1) (2023-12-27)


### Bug Fixes

* malformed font-face directive and copy woff/2 files to S3 properly ([#2380](https://github.com/WTTJ/welcome-ui/issues/2380)) ([f1bbdf1](https://github.com/WTTJ/welcome-ui/commit/f1bbdf181f210cba33ae8ca68755b07352030bc0))





## [5.7.1-alpha.0](https://github.com/WTTJ/welcome-ui/compare/v5.7.0...v5.7.1-alpha.0) (2023-12-20)

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

0 comments on commit c1b3ed3

Please sign in to comment.