From 9cdb4118f5abdd9435aae76611d5bf74cafeb4c6 Mon Sep 17 00:00:00 2001 From: Arno V Date: Sat, 6 Apr 2024 17:17:27 -0700 Subject: [PATCH] chore: release main (#469) :robot: I have created a release *beep* *boop* ---
ui-components: 5.13.0 ## [5.13.0](https://github.com/aversini/ui-components/compare/ui-components-v5.12.0...ui-components-v5.13.0) (2024-04-07) ### Features * **ui-components:** adding colors to Header component ([#468](https://github.com/aversini/ui-components/issues/468)) ([23f978a](https://github.com/aversini/ui-components/commit/23f978af7e147003d7daef0bb7e38d7d42255624))
ui-styles: 1.7.0 ## [1.7.0](https://github.com/aversini/ui-components/compare/ui-styles-v1.6.1...ui-styles-v1.7.0) (2024-04-07) ### Features * **ui-components:** adding colors to Header component ([#468](https://github.com/aversini/ui-components/issues/468)) ([23f978a](https://github.com/aversini/ui-components/commit/23f978af7e147003d7daef0bb7e38d7d42255624))
--- 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-styles/CHANGELOG.md | 7 +++++++ packages/ui-styles/package.json | 2 +- 6 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5b1128a9..72c8fa16 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.12.0", + "packages/ui-components": "5.13.0", "packages/ui-hooks": "2.2.0", "packages/ui-system": "1.3.0", "packages/ui-private": "1.4.1", "packages/ui-icons": "1.4.0", - "packages/ui-styles": "1.6.1", + "packages/ui-styles": "1.7.0", "packages/ui-form": "1.2.0" } diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index ab4613d0..d898a767 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.13.0](https://github.com/aversini/ui-components/compare/ui-components-v5.12.0...ui-components-v5.13.0) (2024-04-07) + + +### Features + +* **ui-components:** adding colors to Header component ([#468](https://github.com/aversini/ui-components/issues/468)) ([23f978a](https://github.com/aversini/ui-components/commit/23f978af7e147003d7daef0bb7e38d7d42255624)) + ## [5.12.0](https://github.com/aversini/ui-components/compare/ui-components-v5.11.1...ui-components-v5.12.0) (2024-04-06) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index a14ea8d8..b8f25d70 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.12.0", + "version": "5.13.0", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index 3dc47030..69faf553 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -358,5 +358,25 @@ "limit": "67 KB", "passed": true } + }, + "5.13.0": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 46724, + "fileSizeGzip": 7118, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 29924, + "fileSizeGzip": 8583, + "limit": "20 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/vendor.js": { + "fileSize": 199813, + "fileSizeGzip": 66629, + "limit": "67 KB", + "passed": true + } } } diff --git a/packages/ui-styles/CHANGELOG.md b/packages/ui-styles/CHANGELOG.md index 464fc20a..9394f8dc 100644 --- a/packages/ui-styles/CHANGELOG.md +++ b/packages/ui-styles/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/aversini/ui-components/compare/ui-styles-v1.6.1...ui-styles-v1.7.0) (2024-04-07) + + +### Features + +* **ui-components:** adding colors to Header component ([#468](https://github.com/aversini/ui-components/issues/468)) ([23f978a](https://github.com/aversini/ui-components/commit/23f978af7e147003d7daef0bb7e38d7d42255624)) + ## [1.6.1](https://github.com/aversini/ui-components/compare/ui-styles-v1.6.0...ui-styles-v1.6.1) (2024-03-30) diff --git a/packages/ui-styles/package.json b/packages/ui-styles/package.json index a0946b5c..83b1595d 100644 --- a/packages/ui-styles/package.json +++ b/packages/ui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-styles", - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "author": "Arno Versini", "publishConfig": {