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 Jul 10, 2024
1 parent bd8f7aa commit 3b5060b
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 17 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.9](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-07-10)

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

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

### Features
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.8",
"version": "0.14.9",
"description": "Core for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -40,8 +40,8 @@
}
},
"dependencies": {
"@mezzanine-ui/icons": "^0.14.8",
"@mezzanine-ui/system": "^0.14.8",
"@mezzanine-ui/icons": "^0.14.9",
"@mezzanine-ui/system": "^0.14.9",
"lodash": "^4.17.21",
"tslib": "^2.4.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/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.9](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-07-10)

### Features

- **icons:** add drag icon ([fed3ca3](https://github.com/Mezzanine-UI/mezzanine/commit/fed3ca3d75dcef12020b2db92f802408cbd4cb85))

## [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
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.8",
"version": "0.14.9",
"description": "Icons for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.9](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-07-10)

### Bug Fixes

- **react/message:** assign undefined key when create notifier rendering to fix warning ([080ca75](https://github.com/Mezzanine-UI/mezzanine/commit/080ca75824b1635b4819861a065e57279d175d62))

### Features

- **react/table:** use @hello-pangea/dnd package to implement drag-n-drop ([77a94ab](https://github.com/Mezzanine-UI/mezzanine/commit/77a94abb0e545d04f5a608defc43dd43442ce466))

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

### 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.8",
"version": "0.14.9",
"description": "React components for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@mezzanine-ui/core": "^0.14.8",
"@mezzanine-ui/icons": "^0.14.8",
"@mezzanine-ui/system": "^0.14.8",
"@mezzanine-ui/core": "^0.14.9",
"@mezzanine-ui/icons": "^0.14.9",
"@mezzanine-ui/system": "^0.14.9",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.8",
"clsx": "^2.1.1",
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.9](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2024-07-10)

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

## [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
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.8",
"version": "0.14.9",
"description": "Design System for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3198,12 +3198,12 @@ __metadata:
languageName: node
linkType: hard

"@mezzanine-ui/core@npm:^0.14.8, @mezzanine-ui/core@workspace:packages/core":
"@mezzanine-ui/core@npm:^0.14.9, @mezzanine-ui/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@mezzanine-ui/core@workspace:packages/core"
dependencies:
"@mezzanine-ui/icons": "npm:^0.14.8"
"@mezzanine-ui/system": "npm:^0.14.8"
"@mezzanine-ui/icons": "npm:^0.14.9"
"@mezzanine-ui/system": "npm:^0.14.9"
"@types/luxon": "npm:^3.3.2"
lodash: "npm:^4.17.21"
tslib: "npm:^2.4.1"
Expand All @@ -3222,7 +3222,7 @@ __metadata:
languageName: unknown
linkType: soft

"@mezzanine-ui/icons@npm:^0.14.8, @mezzanine-ui/icons@workspace:packages/icons":
"@mezzanine-ui/icons@npm:^0.14.9, @mezzanine-ui/icons@workspace:packages/icons":
version: 0.0.0-use.local
resolution: "@mezzanine-ui/icons@workspace:packages/icons"
languageName: unknown
Expand All @@ -3233,9 +3233,9 @@ __metadata:
resolution: "@mezzanine-ui/react@workspace:packages/react"
dependencies:
"@hello-pangea/dnd": "npm:^16.6.0"
"@mezzanine-ui/core": "npm:^0.14.8"
"@mezzanine-ui/icons": "npm:^0.14.8"
"@mezzanine-ui/system": "npm:^0.14.8"
"@mezzanine-ui/core": "npm:^0.14.9"
"@mezzanine-ui/icons": "npm:^0.14.9"
"@mezzanine-ui/system": "npm:^0.14.9"
"@popperjs/core": "npm:^2.11.6"
"@testing-library/react": "npm:^13.4.0"
"@testing-library/react-hooks": "npm:^8.0.1"
Expand Down Expand Up @@ -3263,7 +3263,7 @@ __metadata:
languageName: unknown
linkType: soft

"@mezzanine-ui/system@npm:^0.14.8, @mezzanine-ui/system@workspace:packages/system":
"@mezzanine-ui/system@npm:^0.14.9, @mezzanine-ui/system@workspace:packages/system":
version: 0.0.0-use.local
resolution: "@mezzanine-ui/system@workspace:packages/system"
dependencies:
Expand Down

0 comments on commit 3b5060b

Please sign in to comment.