diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 817f947c..a887372a 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.14.0](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/core@0.13.11...@mezzanine-ui/core@0.14.0) (2023-12-06) + +### Features + +- **core/table:** refactor table column typings, re [#203](https://github.com/Mezzanine-UI/mezzanine/issues/203), re [#136](https://github.com/Mezzanine-UI/mezzanine/issues/136) ([fda7116](https://github.com/Mezzanine-UI/mezzanine/commit/fda7116106e98b1cbc67e2f1ecdb5f226726fad1)) + ## [0.13.11](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/core@0.13.10...@mezzanine-ui/core@0.13.11) (2023-12-05) **Note:** Version bump only for package @mezzanine-ui/core diff --git a/packages/core/package.json b/packages/core/package.json index 440dbe65..6f325f9d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/core", - "version": "0.13.11", + "version": "0.14.0", "description": "Core for mezzanine-ui", "author": "Mezzanine", "repository": { @@ -40,8 +40,8 @@ } }, "dependencies": { - "@mezzanine-ui/icons": "^0.13.11", - "@mezzanine-ui/system": "^0.13.11", + "@mezzanine-ui/icons": "^0.14.0", + "@mezzanine-ui/system": "^0.14.0", "lodash": "^4.17.21", "tslib": "^2.4.1" }, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index f3cb056f..57d15ee9 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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.0](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/icons@0.13.11...@mezzanine-ui/icons@0.14.0) (2023-12-06) + +**Note:** Version bump only for package @mezzanine-ui/icons + ## [0.13.11](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/icons@0.13.10...@mezzanine-ui/icons@0.13.11) (2023-12-05) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index 0cdcfde6..78109c5e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/icons", - "version": "0.13.11", + "version": "0.14.0", "description": "Icons for mezzanine-ui", "author": "Mezzanine", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 420dc08e..740cc14f 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.14.0](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.13.11...@mezzanine-ui/react@0.14.0) (2023-12-06) + +### Features + +- **react/table:** implementing new table columns typings, resolve [#203](https://github.com/Mezzanine-UI/mezzanine/issues/203), resolve [#136](https://github.com/Mezzanine-UI/mezzanine/issues/136) ([60515a2](https://github.com/Mezzanine-UI/mezzanine/commit/60515a2a65992428f4e3ad97949abcf4b6a78072)) +- **react/table:** use crypto.getRandomValues to gen id for better browser support ([0854361](https://github.com/Mezzanine-UI/mezzanine/commit/0854361084dd346a44ecac58dff3ac2b67914904)) + ## [0.13.11](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/react@0.13.10...@mezzanine-ui/react@0.13.11) (2023-12-05) ### Bug Fixes diff --git a/packages/react/package.json b/packages/react/package.json index c66847b8..ebaa01b3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/react", - "version": "0.13.11", + "version": "0.14.0", "description": "React components for mezzanine-ui", "author": "Mezzanine", "repository": { @@ -28,9 +28,9 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@mezzanine-ui/core": "^0.13.11", - "@mezzanine-ui/icons": "^0.13.11", - "@mezzanine-ui/system": "^0.13.11", + "@mezzanine-ui/core": "^0.14.0", + "@mezzanine-ui/icons": "^0.14.0", + "@mezzanine-ui/system": "^0.14.0", "@popperjs/core": "^2.11.6", "@types/react-transition-group": "^4.4.8", "clsx": "^2.0.0", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index c328389f..15c739e3 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -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.0](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/system@0.13.11...@mezzanine-ui/system@0.14.0) (2023-12-06) + +**Note:** Version bump only for package @mezzanine-ui/system + ## [0.13.11](https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/system@0.13.10...@mezzanine-ui/system@0.13.11) (2023-12-05) **Note:** Version bump only for package @mezzanine-ui/system diff --git a/packages/system/package.json b/packages/system/package.json index 30855ac5..5015d56c 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@mezzanine-ui/system", - "version": "0.13.11", + "version": "0.14.0", "description": "Design System for mezzanine-ui", "author": "Mezzanine", "repository": {