diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a518e8ca..e4d2f665 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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/core@0.12.8...@mezzanine-ui/core@0.12.9) (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/core@0.12.7...@mezzanine-ui/core@0.12.8) (2023-06-17) **Note:** Version bump only for package @mezzanine-ui/core diff --git a/packages/core/package.json b/packages/core/package.json index fc593a05..82df1fee 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/core", - "version": "0.12.8", + "version": "0.12.9", "description": "Core for mezzanine-ui", "author": "Mezzanine", "repository": { @@ -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" } diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index bff453e5..b666527d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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/icons@0.12.8...@mezzanine-ui/icons@0.12.9) (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/icons@0.12.7...@mezzanine-ui/icons@0.12.8) (2023-06-17) **Note:** Version bump only for package @mezzanine-ui/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index e311b746..98cd5481 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/icons", - "version": "0.12.8", + "version": "0.12.9", "description": "Icons for mezzanine-ui", "author": "Mezzanine", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a0dcc215..0d73820d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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/react@0.12.8...@mezzanine-ui/react@0.12.9) (2023-06-19) + +**Note:** Version bump only for package @mezzanine-ui/react + ## [0.12.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.12.7...@mezzanine-ui/react@0.12.8) (2023-06-17) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index b3123d98..9838a889 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": { @@ -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", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 5cfcd4a3..6f0e0d5e 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -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/system@0.12.8...@mezzanine-ui/system@0.12.9) (2023-06-19) + +**Note:** Version bump only for package @mezzanine-ui/system + ## [0.12.8](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/system@0.12.7...@mezzanine-ui/system@0.12.8) (2023-06-17) **Note:** Version bump only for package @mezzanine-ui/system diff --git a/packages/system/package.json b/packages/system/package.json index 4f302e57..2d395797 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -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": {