Skip to content

Commit

Permalink
v5.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Dec 11, 2023
1 parent f112919 commit cff07b7
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 10 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.6.6](https://github.com/WTTJ/welcome-ui/compare/v5.6.5...v5.6.6) (2023-12-11)


### Bug Fixes

* only display year selector when Datepicker shows months only ([#2368](https://github.com/WTTJ/welcome-ui/issues/2368)) ([f112919](https://github.com/WTTJ/welcome-ui/commit/f11291982540111828720dbfa2022653e00a7f3f))





## [5.6.5](https://github.com/WTTJ/welcome-ui/compare/v5.6.4...v5.6.5) (2023-11-30)


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.6.5",
"version": "5.6.6",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
11 changes: 11 additions & 0 deletions packages/DatePicker/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.6.6](https://github.com/WTTJ/welcome-ui/compare/v5.6.5...v5.6.6) (2023-12-11)


### Bug Fixes

* only display year selector when Datepicker shows months only ([#2368](https://github.com/WTTJ/welcome-ui/issues/2368)) ([f112919](https://github.com/WTTJ/welcome-ui/commit/f11291982540111828720dbfa2022653e00a7f3f))





## [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/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.6.4",
"version": "5.6.6",
"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.4",
"@welcome-ui/date-time-picker-common": "^5.6.6",
"@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.6.6](https://github.com/WTTJ/welcome-ui/compare/v5.6.5...v5.6.6) (2023-12-11)

**Note:** Version bump only for package @welcome-ui/date-time-picker





## [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/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.6.4",
"version": "5.6.6",
"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.6.4",
"@welcome-ui/date-time-picker-common": "^5.6.4",
"@welcome-ui/date-picker": "^5.6.6",
"@welcome-ui/date-time-picker-common": "^5.6.6",
"@welcome-ui/system": "^5.0.0",
"@welcome-ui/time-picker": "^5.6.4"
"@welcome-ui/time-picker": "^5.6.6"
},
"peerDependencies": {
"@xstyled/styled-components": "^3.7.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/DateTimePickerCommon/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.6.6](https://github.com/WTTJ/welcome-ui/compare/v5.6.5...v5.6.6) (2023-12-11)


### Bug Fixes

* only display year selector when Datepicker shows months only ([#2368](https://github.com/WTTJ/welcome-ui/issues/2368)) ([f112919](https://github.com/WTTJ/welcome-ui/commit/f11291982540111828720dbfa2022653e00a7f3f))





## [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/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.4",
"version": "5.6.6",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/TimePicker/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.6.6](https://github.com/WTTJ/welcome-ui/compare/v5.6.5...v5.6.6) (2023-12-11)

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





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


Expand Down
4 changes: 2 additions & 2 deletions packages/TimePicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/time-picker",
"version": "5.6.4",
"version": "5.6.6",
"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.4",
"@welcome-ui/date-time-picker-common": "^5.6.6",
"@welcome-ui/system": "^5.0.0",
"react-datepicker": "^4.16.0"
},
Expand Down

0 comments on commit cff07b7

Please sign in to comment.