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]
 - @mezzanine-ui/[email protected]
 - @mezzanine-ui/[email protected]
  • Loading branch information
travor20814 committed Jul 28, 2023
1 parent ef31ca4 commit c9931ef
Show file tree
Hide file tree
Showing 8 changed files with 35 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.13.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-07-28)

### Features

- **core/tree:** add dynamicNodesFetching for tree typings ([73e804c](https://github.com/Mezzanine-UI/mezzanine/commit/73e804c4d962766fc619b3b9a31dec2330f70d63))

## [0.13.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-07-25)

### Features
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.13.1",
"version": "0.13.2",
"description": "Core for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
}
},
"dependencies": {
"@mezzanine-ui/icons": "^0.13.1",
"@mezzanine-ui/system": "^0.13.1",
"@mezzanine-ui/icons": "^0.13.2",
"@mezzanine-ui/system": "^0.13.2",
"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.13.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-07-28)

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

## [0.13.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-07-25)

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

## [0.13.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-07-28)

### Bug Fixes

- **react/loading:** correct loading component icon.size mapping ([1052770](https://github.com/Mezzanine-UI/mezzanine/commit/1052770a5e3b59783827a6d40aa0343352137275))

### Features

- **react/select:** add onMenuScroll to allow select options dynamic fetching ([aed9777](https://github.com/Mezzanine-UI/mezzanine/commit/aed977724ab633a2fb0fc335c70a31bfed61713e)), closes [#192](https://github.com/Mezzanine-UI/mezzanine/issues/192)
- **react/tree-select:** add onExpand to implement dynamic fetching ([bdd3d55](https://github.com/Mezzanine-UI/mezzanine/commit/bdd3d55c7173a3a159d8d7180d671a2b9dd6f23c)), closes [#193](https://github.com/Mezzanine-UI/mezzanine/issues/193) [#193](https://github.com/Mezzanine-UI/mezzanine/issues/193)
- **react/tree:** update onExpand logic to allow dynamicFetching ([19c0bcc](https://github.com/Mezzanine-UI/mezzanine/commit/19c0bcc0615a28496fb811a93185f5885f98c3bf)), closes [#193](https://github.com/Mezzanine-UI/mezzanine/issues/193)

## [0.13.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-07-25)

### Features
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.13.1",
"version": "0.13.2",
"description": "React components for mezzanine-ui",
"author": "Mezzanine",
"repository": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@mezzanine-ui/core": "^0.13.1",
"@mezzanine-ui/icons": "^0.13.1",
"@mezzanine-ui/system": "^0.13.1",
"@mezzanine-ui/core": "^0.13.2",
"@mezzanine-ui/icons": "^0.13.2",
"@mezzanine-ui/system": "^0.13.2",
"@popperjs/core": "^2.11.6",
"@types/react-transition-group": "^4.4.5",
"clsx": "^1.2.1",
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.13.2](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-07-28)

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

## [0.13.1](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]) (2023-07-25)

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

0 comments on commit c9931ef

Please sign in to comment.