Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
 - @mezzanine-ui/core@0.14.5
 - @mezzanine-ui/icons@0.14.5
 - @mezzanine-ui/react@0.14.5
 - @mezzanine-ui/system@0.14.5
  • Loading branch information
travor20814 committed Jan 29, 2024
1 parent b699ea0 commit 746098c
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 9 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.14.5](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/core@0.14.4...@mezzanine-ui/core@0.14.5) (2024-01-29)

### Features

- **core/typography:** custom font-weight for typography ([1a8b69f](https://github.com/Mezzanine-UI/mezzanine/commit/1a8b69ffa9fcd9044c9756dbcb9b7108919ef32a))

## [0.14.4](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/core@0.14.3...@mezzanine-ui/core@0.14.4) (2024-01-10)

**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.14.4",
"version": "0.14.5",
"description": "Core for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -40,8 +40,8 @@
}
},
"dependencies": {
"@mezzanine-ui/icons": "^0.14.4",
"@mezzanine-ui/system": "^0.14.4",
"@mezzanine-ui/icons": "^0.14.5",
"@mezzanine-ui/system": "^0.14.5",
"lodash": "^4.17.21",
"tslib": "^2.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/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.14.5](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/icons@0.14.4...@mezzanine-ui/icons@0.14.5) (2024-01-29)

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

## [0.14.4](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/icons@0.14.3...@mezzanine-ui/icons@0.14.4) (2024-01-10)

**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.14.4",
"version": "0.14.5",
"description": "Icons for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.5](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.14.4...@mezzanine-ui/react@0.14.5) (2024-01-29)

### Bug Fixes

- **react/input-trigger:** disabled event bubble inside popper portal to correct click away ([62e67a1](https://github.com/Mezzanine-UI/mezzanine/commit/62e67a1cb653f3d316938e8955dc08610a6db946)), closes [#215](https://github.com/Mezzanine-UI/mezzanine/issues/215) [#215](https://github.com/Mezzanine-UI/mezzanine/issues/215)
- **react/select:** remove unused ref and prevent event bubble when scrolling ([b699ea0](https://github.com/Mezzanine-UI/mezzanine/commit/b699ea0ee97c172644e57ccafae5fdb08a4fecf4)), closes [#215](https://github.com/Mezzanine-UI/mezzanine/issues/215) [#215](https://github.com/Mezzanine-UI/mezzanine/issues/215)

### Features

- **react/typography:** implement allow custom font-weight for typography ([07f890b](https://github.com/Mezzanine-UI/mezzanine/commit/07f890b8edbe4d986db3e17cbabb1efc9c8616a5))

## [0.14.4](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.14.3...@mezzanine-ui/react@0.14.4) (2024-01-10)

### 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.14.4",
"version": "0.14.5",
"description": "React components for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@mezzanine-ui/core": "^0.14.4",
"@mezzanine-ui/icons": "^0.14.4",
"@mezzanine-ui/system": "^0.14.4",
"@mezzanine-ui/core": "^0.14.5",
"@mezzanine-ui/icons": "^0.14.5",
"@mezzanine-ui/system": "^0.14.5",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.8",
"clsx": "^2.0.0",
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.14.5](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/system@0.14.4...@mezzanine-ui/system@0.14.5) (2024-01-29)

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

## [0.14.4](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/system@0.14.3...@mezzanine-ui/system@0.14.4) (2024-01-10)

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

0 comments on commit 746098c

Please sign in to comment.