From e9ccc97106515a06feb887c20828f494c1595460 Mon Sep 17 00:00:00 2001 From: Arno V Date: Tue, 19 Mar 2024 14:37:46 -0400 Subject: [PATCH] chore: release main (#438) :robot: I have created a release *beep* *boop* ---
ui-components: 5.10.0 ## [5.10.0](https://github.com/aversini/ui-components/compare/ui-components-v5.9.0...ui-components-v5.10.0) (2024-03-19) ### Features * **Table:** adding TableFooter and better sticky visual clues ([#437](https://github.com/aversini/ui-components/issues/437)) ([33d73c6](https://github.com/aversini/ui-components/commit/33d73c6dde1b414d6b1d01feb605e4ad0e110335))
--- 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 a3149dcf..c4cd401e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/eslint-plugin-client": "1.0.1", - "packages/ui-components": "5.9.0", + "packages/ui-components": "5.10.0", "packages/ui-hooks": "2.2.0", "packages/ui-system": "1.2.0", "packages/ui-private": "1.4.0", diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 2060d057..aff48155 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.10.0](https://github.com/aversini/ui-components/compare/ui-components-v5.9.0...ui-components-v5.10.0) (2024-03-19) + + +### Features + +* **Table:** adding TableFooter and better sticky visual clues ([#437](https://github.com/aversini/ui-components/issues/437)) ([33d73c6](https://github.com/aversini/ui-components/commit/33d73c6dde1b414d6b1d01feb605e4ad0e110335)) + ## [5.9.0](https://github.com/aversini/ui-components/compare/ui-components-v5.8.0...ui-components-v5.9.0) (2024-03-17) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 33065810..744dbfe3 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.9.0", + "version": "5.10.0", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index 00843623..fb71aaee 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -238,5 +238,25 @@ "limit": "67 KB", "passed": true } + }, + "5.10.0": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 45052, + "fileSizeGzip": 6950, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 29364, + "fileSizeGzip": 8414, + "limit": "20 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/vendor.js": { + "fileSize": 199813, + "fileSizeGzip": 66629, + "limit": "67 KB", + "passed": true + } } }