Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @mezzanine-ui/core@0.14.2
 - @mezzanine-ui/icons@0.14.2
 - @mezzanine-ui/react@0.14.2
 - @mezzanine-ui/system@0.14.2
  • Loading branch information
travor20814 committed Dec 18, 2023
1 parent 1d94f1f commit a9fc7a4
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/core@0.14.1...@mezzanine-ui/core@0.14.2) (2023-12-18)

**Note:** Version bump only for package @mezzanine-ui/core

## [0.14.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/core@0.14.0...@mezzanine-ui/core@0.14.1) (2023-12-14)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mezzanine-ui/core",
"version": "0.14.1",
"version": "0.14.2",
"description": "Core for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -40,8 +40,8 @@
}
},
"dependencies": {
"@mezzanine-ui/icons": "^0.14.1",
"@mezzanine-ui/system": "^0.14.1",
"@mezzanine-ui/icons": "^0.14.2",
"@mezzanine-ui/system": "^0.14.2",
"lodash": "^4.17.21",
"tslib": "^2.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/icons@0.14.1...@mezzanine-ui/icons@0.14.2) (2023-12-18)

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

## [0.14.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/icons@0.14.0...@mezzanine-ui/icons@0.14.1) (2023-12-14)

**Note:** Version bump only for package @mezzanine-ui/icons
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mezzanine-ui/icons",
"version": "0.14.1",
"version": "0.14.2",
"description": "Icons for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.14.1...@mezzanine-ui/react@0.14.2) (2023-12-18)

### Bug Fixes

- **react/calendar:** implement isYearDisabled isMonthDisabled on mode day & week ([9d66a8a](https://github.com/Mezzanine-UI/mezzanine/commit/9d66a8a5090838c72b2ac19349c24e5652ff998e)), closes [#213](https://github.com/Mezzanine-UI/mezzanine/issues/213) [#213](https://github.com/Mezzanine-UI/mezzanine/issues/213)
- **react/date-picker:** implement missing isWeekDisabled ([10f5969](https://github.com/Mezzanine-UI/mezzanine/commit/10f5969cbb68b86ae111c71ca31bfce3aeddd66e))
- **react/date-range-picker:** implement missing isWeekDisabled ([c399b53](https://github.com/Mezzanine-UI/mezzanine/commit/c399b53ec14ac11946f4b18f387643609bcfd853))
- **react/date-time-picker:** implement missing isWeekDisabled ([e569ae2](https://github.com/Mezzanine-UI/mezzanine/commit/e569ae2ab9f255a1a6c5af5cc1c61fcb62487438))

### Features

- **react/calendar:** implement disabledMonthSwitch, disabledYearSwitch on calendar ([7b6525f](https://github.com/Mezzanine-UI/mezzanine/commit/7b6525fdf6aaa77453427704c5e7dc4b1eb699d0))
- **react/date-picker:** disabledMonthSwitch disabledYearSwitch props drilling ([6da04d1](https://github.com/Mezzanine-UI/mezzanine/commit/6da04d15570d5c3ab8ad1913ee78a702407a9c06))
- **react/date-range-picker:** disabledMonthSwitch disabledYearSwitch props drilling ([882ac8c](https://github.com/Mezzanine-UI/mezzanine/commit/882ac8ce06e0d0b3a853052e6ebe1a908e9d3410))
- **react/date-time-picker:** disabledMonthSwitch disabledYearSwitch props drilling ([8944313](https://github.com/Mezzanine-UI/mezzanine/commit/8944313501caf0d3e08a072bbdcd5cf794602de1))

## [0.14.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.14.0...@mezzanine-ui/react@0.14.1) (2023-12-14)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mezzanine-ui/react",
"version": "0.14.1",
"version": "0.14.2",
"description": "React components for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@mezzanine-ui/core": "^0.14.1",
"@mezzanine-ui/icons": "^0.14.1",
"@mezzanine-ui/system": "^0.14.1",
"@mezzanine-ui/core": "^0.14.2",
"@mezzanine-ui/icons": "^0.14.2",
"@mezzanine-ui/system": "^0.14.2",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.8",
"clsx": "^2.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/system/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/system@0.14.1...@mezzanine-ui/system@0.14.2) (2023-12-18)

**Note:** Version bump only for package @mezzanine-ui/system

## [0.14.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/system@0.14.0...@mezzanine-ui/system@0.14.1) (2023-12-14)

**Note:** Version bump only for package @mezzanine-ui/system
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mezzanine-ui/system",
"version": "0.14.1",
"version": "0.14.2",
"description": "Design System for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down

0 comments on commit a9fc7a4

Please sign in to comment.