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]
  • Loading branch information
travor20814 committed Jun 28, 2022
1 parent 6fb0cff commit 298f16d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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.10.5](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2022-06-28)

### Bug Fixes

- **core/table:** if given width on table cell, reset flex to auto ([49d95c0](https://github.com/Mezzanine-UI/mezzanine/commit/49d95c03e9f63cb62cdb43ca5a77ea0e1b030e47))
- **core/tooltip:** add white-space: pre-line property and remove max-width ([e2f7698](https://github.com/Mezzanine-UI/mezzanine/commit/e2f7698dfbf13930e7b1083b37264cf541429bda)), closes [#171](https://github.com/Mezzanine-UI/mezzanine/issues/171) [#171](https://github.com/Mezzanine-UI/mezzanine/issues/171)

## [0.10.4](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2022-05-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mezzanine-ui/core",
"version": "0.10.4",
"version": "0.10.5",
"description": "Core 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.10.5](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2022-06-28)

### Bug Fixes

- **react/notification:** correct severity icon typing ([6fb0cff](https://github.com/Mezzanine-UI/mezzanine/commit/6fb0cffe98d69bfe6a58c832e233ebb4d9ecfffe))
- **react/select:** add missing `disablePortal` property for `<Select />` props ([3d17074](https://github.com/Mezzanine-UI/mezzanine/commit/3d17074d32ed8dd9f61c04b95b5a884dcf2c0a78))

## [0.10.4](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2022-05-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.10.4",
"version": "0.10.5",
"description": "React components for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"@mezzanine-ui/core": "^0.10.4",
"@mezzanine-ui/core": "^0.10.5",
"@mezzanine-ui/icons": "^0.10.2",
"@mezzanine-ui/system": "^0.7.0",
"@popperjs/core": "^2.9.2",
Expand Down

0 comments on commit 298f16d

Please sign in to comment.