From a582bd5a7210005f0107ef4545c57a00c1ef35b7 Mon Sep 17 00:00:00 2001 From: Arno V Date: Sat, 6 Jul 2024 10:23:23 -0400 Subject: [PATCH] chore: release main (#577) :robot: I have created a release *beep* *boop* ---
ui-components: 5.20.0 ## [5.20.0](https://github.com/aversini/ui-components/compare/ui-components-v5.19.6...ui-components-v5.20.0) (2024-07-06) ### Features * **Card:** adding support for darker mode and noBorder options ([#576](https://github.com/aversini/ui-components/issues/576)) ([40c03e9](https://github.com/aversini/ui-components/commit/40c03e9a79213d212023e6ec38fdfae8cef298c6))
--- 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 | 2 +- packages/ui-components/CHANGELOG.md | 7 +++++++ packages/ui-components/package.json | 2 +- packages/ui-components/stats/stats.json | 20 ++++++++++++++++++++ 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d419219..070df511 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/ui-components": "5.19.6", + "packages/ui-components": "5.20.0", "packages/ui-hooks": "4.0.1", "packages/ui-system": "1.4.2", "packages/ui-private": "1.4.6", diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 1774073b..799e883b 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.20.0](https://github.com/aversini/ui-components/compare/ui-components-v5.19.6...ui-components-v5.20.0) (2024-07-06) + + +### Features + +* **Card:** adding support for darker mode and noBorder options ([#576](https://github.com/aversini/ui-components/issues/576)) ([40c03e9](https://github.com/aversini/ui-components/commit/40c03e9a79213d212023e6ec38fdfae8cef298c6)) + ## [5.19.6](https://github.com/aversini/ui-components/compare/ui-components-v5.19.5...ui-components-v5.19.6) (2024-07-05) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index cfa49ef5..9e39d81f 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.19.6", + "version": "5.20.0", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index e7511f60..3b2e331e 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -838,5 +838,25 @@ "limit": "67 KB", "passed": true } + }, + "5.20.0": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 49237, + "fileSizeGzip": 7536, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 35515, + "fileSizeGzip": 10032, + "limit": "10 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/vendor.js": { + "fileSize": 202795, + "fileSizeGzip": 67064, + "limit": "67 KB", + "passed": true + } } }