Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @mezzanine-ui/core@0.9.2
 - @mezzanine-ui/icons@0.9.2
 - @mezzanine-ui/react@0.9.2
  • Loading branch information
travor20814 committed Mar 4, 2022
1 parent 1c6c123 commit 9351362
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 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.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
Expand Down
4 changes: 2 additions & 2 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.9.0",
"version": "0.9.2",
"description": "Core for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand All @@ -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"
}
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.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
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.7.3",
"version": "0.9.2",
"description": "Icons for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react/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.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
Expand Down
6 changes: 3 additions & 3 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.9.1",
"version": "0.9.2",
"description": "React components for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 9351362

Please sign in to comment.