Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @mezzanine-ui/[email protected]
 - @mezzanine-ui/[email protected]
 - @mezzanine-ui/[email protected]
 - @mezzanine-ui/[email protected]
  • Loading branch information
travor20814 committed Apr 12, 2024
1 parent 6c80b35 commit cb4b709
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-04-12)

### Features

- **core/table:** add disabledRowKeys typing for rowSelection ([b35ea68](https://github.com/Mezzanine-UI/mezzanine/commit/b35ea68e8c6791b5f04958b4ce1cb47371384390))

## [0.14.7](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-03-06)

**Note:** Version bump only for package @mezzanine-ui/core
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.7",
"version": "0.14.8",
"description": "Core for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -40,8 +40,8 @@
}
},
"dependencies": {
"@mezzanine-ui/icons": "^0.14.7",
"@mezzanine-ui/system": "^0.14.7",
"@mezzanine-ui/icons": "^0.14.8",
"@mezzanine-ui/system": "^0.14.8",
"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.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-04-12)

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

## [0.14.7](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-03-06)

**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.7",
"version": "0.14.8",
"description": "Icons for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.

## [0.14.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-04-12)

### Bug Fixes

- **react/table:** fix type of bodyRowClassName ([28fd407](https://github.com/Mezzanine-UI/mezzanine/commit/28fd40764ef9d6b2ff4289a827265db10c7124f9))

### Features

- **react/table:** export useTableRowSelection & SELECTED_ALL_KEY ([b09ae73](https://github.com/Mezzanine-UI/mezzanine/commit/b09ae735243ce073e0af68277ce976d8736feff1))
- **react/table:** implement rowSelection.disabledRowKeys for table ([f00560e](https://github.com/Mezzanine-UI/mezzanine/commit/f00560eb1bbfc42f8a98cff6ca30e66018e9b289))

## [0.14.7](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-03-06)

### Features
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.7",
"version": "0.14.8",
"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.7",
"@mezzanine-ui/icons": "^0.14.7",
"@mezzanine-ui/system": "^0.14.7",
"@mezzanine-ui/core": "^0.14.8",
"@mezzanine-ui/icons": "^0.14.8",
"@mezzanine-ui/system": "^0.14.8",
"@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.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-04-12)

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

## [0.14.7](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-03-06)

**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.7",
"version": "0.14.8",
"description": "Design System for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down

0 comments on commit cb4b709

Please sign in to comment.