From d9827672c88fea633c866bd71cf17489ba856338 Mon Sep 17 00:00:00 2001 From: Arno V Date: Mon, 15 Apr 2024 12:25:25 -0400 Subject: [PATCH] chore: release main (#499) :robot: I have created a release *beep* *boop* ---
ui-components: 5.15.0 ## [5.15.0](https://github.com/aversini/ui-components/compare/ui-components-v5.14.5...ui-components-v5.15.0) (2024-04-15) ### Features * **ButtonIcon:** adding support for prop "align" ([#498](https://github.com/aversini/ui-components/issues/498)) ([3a96dbe](https://github.com/aversini/ui-components/commit/3a96dbea52b48db73921618dd479091c038984c8))
ui-icons: 1.6.0 ## [1.6.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.5.0...ui-icons-v1.6.0) (2024-04-15) ### Features * adding IconSort ([#500](https://github.com/aversini/ui-components/issues/500)) ([9f8b17b](https://github.com/aversini/ui-components/commit/9f8b17bbcfe63183717079fc374699547f3f6c25))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: aversini --- .release-please-manifest.json | 4 ++-- packages/ui-components/CHANGELOG.md | 7 +++++++ packages/ui-components/package.json | 2 +- packages/ui-components/stats/stats.json | 20 ++++++++++++++++++++ packages/ui-icons/CHANGELOG.md | 7 +++++++ packages/ui-icons/package.json | 2 +- 6 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48834b82..35b96de5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { "packages/eslint-plugin-client": "1.0.2", - "packages/ui-components": "5.14.5", + "packages/ui-components": "5.15.0", "packages/ui-hooks": "2.2.0", "packages/ui-system": "1.3.0", "packages/ui-private": "1.4.2", - "packages/ui-icons": "1.5.0", + "packages/ui-icons": "1.6.0", "packages/ui-styles": "1.8.2", "packages/ui-form": "1.3.0" } diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index d99256ae..6af181b5 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.15.0](https://github.com/aversini/ui-components/compare/ui-components-v5.14.5...ui-components-v5.15.0) (2024-04-15) + + +### Features + +* **ButtonIcon:** adding support for prop "align" ([#498](https://github.com/aversini/ui-components/issues/498)) ([3a96dbe](https://github.com/aversini/ui-components/commit/3a96dbea52b48db73921618dd479091c038984c8)) + ## [5.14.5](https://github.com/aversini/ui-components/compare/ui-components-v5.14.4...ui-components-v5.14.5) (2024-04-14) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 1881607b..fee48d3d 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.14.5", + "version": "5.15.0", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index c4c40c9c..33febd43 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -518,5 +518,25 @@ "limit": "67 KB", "passed": true } + }, + "5.15.0": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 47386, + "fileSizeGzip": 7221, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 31121, + "fileSizeGzip": 8801, + "limit": "20 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/vendor.js": { + "fileSize": 200133, + "fileSizeGzip": 66728, + "limit": "67 KB", + "passed": true + } } } diff --git a/packages/ui-icons/CHANGELOG.md b/packages/ui-icons/CHANGELOG.md index 4a5b45a8..fcd458b5 100644 --- a/packages/ui-icons/CHANGELOG.md +++ b/packages/ui-icons/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.5.0...ui-icons-v1.6.0) (2024-04-15) + + +### Features + +* adding IconSort ([#500](https://github.com/aversini/ui-components/issues/500)) ([9f8b17b](https://github.com/aversini/ui-components/commit/9f8b17bbcfe63183717079fc374699547f3f6c25)) + ## [1.5.0](https://github.com/aversini/ui-components/compare/ui-icons-v1.4.0...ui-icons-v1.5.0) (2024-04-07) diff --git a/packages/ui-icons/package.json b/packages/ui-icons/package.json index 9363dfc4..d50bc390 100644 --- a/packages/ui-icons/package.json +++ b/packages/ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-icons", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "author": "Arno Versini", "publishConfig": {