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 Jun 19, 2023
1 parent 0e3e74a commit d8f8037
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 9 deletions.
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.9](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-06-19)

### Bug Fixes

- **core/message:** correct message root position from absolute to fixed ([93b02ad](https://github.com/Mezzanine-UI/mezzanine/commit/93b02adcac90b6d08a5eba98aec771e11bcc99be))
- **core/tabs:** tabs border-bottom line should use pseudo element to render correctly ([0e3e74a](https://github.com/Mezzanine-UI/mezzanine/commit/0e3e74a9b02d950543e23dd5e079a5181f2b7d30))

## [0.12.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-06-17)

**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.12.8",
"version": "0.12.9",
"description": "Core for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
}
},
"dependencies": {
"@mezzanine-ui/icons": "^0.12.8",
"@mezzanine-ui/system": "^0.12.8",
"@mezzanine-ui/icons": "^0.12.9",
"@mezzanine-ui/system": "^0.12.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.12.9](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-06-19)

### Features

- **icons:** add some frequently used properties for IconDefinition ([e6c99e5](https://github.com/Mezzanine-UI/mezzanine/commit/e6c99e5ee92cb1894eadc732c820506b4ebb4824))

## [0.12.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-06-17)

**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.12.8",
"version": "0.12.9",
"description": "Icons for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/react/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.12.9](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-06-19)

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

## [0.12.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-06-17)

### 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.12.8",
"version": "0.12.9",
"description": "React components for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@mezzanine-ui/core": "^0.12.8",
"@mezzanine-ui/icons": "^0.12.8",
"@mezzanine-ui/system": "^0.12.8",
"@mezzanine-ui/core": "^0.12.9",
"@mezzanine-ui/icons": "^0.12.9",
"@mezzanine-ui/system": "^0.12.9",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.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.12.9](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-06-19)

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

## [0.12.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-06-17)

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

0 comments on commit d8f8037

Please sign in to comment.