From 935136241ccaa29dcda3ca490d769fa75360b5b7 Mon Sep 17 00:00:00 2001 From: travor20814 Date: Fri, 4 Mar 2022 15:38:25 +0800 Subject: [PATCH] chore: release - @mezzanine-ui/core@0.9.2 - @mezzanine-ui/icons@0.9.2 - @mezzanine-ui/react@0.9.2 --- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 4 ++-- packages/icons/CHANGELOG.md | 6 ++++++ packages/icons/package.json | 2 +- packages/react/CHANGELOG.md | 7 +++++++ packages/react/package.json | 6 +++--- 6 files changed, 25 insertions(+), 6 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4495270c..60a996b1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.9.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/core@0.9.0...@mezzanine-ui/core@0.9.2) (2022-03-04) + +### Features + +- **core/table:** add className props in expandedRowRender ([0a218c0](https://github.com/Mezzanine-UI/mezzanine/commit/0a218c083a9dee6fca1d4b04bd73e461654b3f85)) + # [0.9.0](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/core@0.8.1...@mezzanine-ui/core@0.9.0) (2022-02-15) **Note:** Version bump only for package @mezzanine-ui/core diff --git a/packages/core/package.json b/packages/core/package.json index ff53d781..3cf8e12e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/core", - "version": "0.9.0", + "version": "0.9.2", "description": "Core for mezzanine-ui", "author": "Mezzanine", "repository": { @@ -23,7 +23,7 @@ "build:clean": "node ../../scripts/cleanBuild.js" }, "dependencies": { - "@mezzanine-ui/icons": "^0.7.3", + "@mezzanine-ui/icons": "^0.9.2", "@mezzanine-ui/system": "^0.7.0", "tslib": "^2.1.0" } diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index da7dbdcc..01c7afcc 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.9.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/icons@0.7.3...@mezzanine-ui/icons@0.9.2) (2022-03-04) + +### Features + +- **icons:** add arrow-up and arrow-down icons ([5f554c2](https://github.com/Mezzanine-UI/mezzanine/commit/5f554c2f54c421f3b28587f276bdda23431931c1)) + ## [0.7.3](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/icons@0.5.0...@mezzanine-ui/icons@0.7.3) (2022-01-05) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index 3caa1fa8..f1de42b6 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/icons", - "version": "0.7.3", + "version": "0.9.2", "description": "Icons for mezzanine-ui", "author": "Mezzanine", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fd3daf55..c295b8fa 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.9.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.9.1...@mezzanine-ui/react@0.9.2) (2022-03-04) + +### Features + +- **icons:** add arrow-up and arrow-down icons ([5f554c2](https://github.com/Mezzanine-UI/mezzanine/commit/5f554c2f54c421f3b28587f276bdda23431931c1)) +- **react/table:** can give className props of row in expanded table ([7995e5a](https://github.com/Mezzanine-UI/mezzanine/commit/7995e5a96cd83c0adc1934041d71592c6b12a7c7)) + ## [0.9.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.9.0...@mezzanine-ui/react@0.9.1) (2022-03-03) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index 6ec23100..7f17f1e4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/react", - "version": "0.9.1", + "version": "0.9.2", "description": "React components for mezzanine-ui", "author": "Mezzanine", "repository": { @@ -32,8 +32,8 @@ "react-dom": "^17.0.1" }, "dependencies": { - "@mezzanine-ui/core": "^0.9.0", - "@mezzanine-ui/icons": "^0.7.3", + "@mezzanine-ui/core": "^0.9.2", + "@mezzanine-ui/icons": "^0.9.2", "@mezzanine-ui/system": "^0.7.0", "@popperjs/core": "^2.9.2", "@types/react-transition-group": "4.4.1",