From 4021e9487b50c62f1d64a9e6891ac04dc4214522 Mon Sep 17 00:00:00 2001 From: Arno V Date: Wed, 17 Apr 2024 14:14:19 -0400 Subject: [PATCH] chore: release main (#516) :robot: I have created a release *beep* *boop* ---
ui-components: 5.18.1 ## [5.18.1](https://github.com/aversini/ui-components/compare/ui-components-v5.18.0...ui-components-v5.18.1) (2024-04-17) ### Bug Fixes * **Table:** slightly larger sort indicator icons ([#515](https://github.com/aversini/ui-components/issues/515)) ([fed2541](https://github.com/aversini/ui-components/commit/fed2541e2d321104bf73a70a9af150c654cc001e))
--- 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 5a8c0e56..29de0123 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/eslint-plugin-client": "1.0.2", - "packages/ui-components": "5.18.0", + "packages/ui-components": "5.18.1", "packages/ui-hooks": "2.2.0", "packages/ui-system": "1.3.0", "packages/ui-private": "1.4.2", diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index d9a92ee0..5a50f7a9 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.18.1](https://github.com/aversini/ui-components/compare/ui-components-v5.18.0...ui-components-v5.18.1) (2024-04-17) + + +### Bug Fixes + +* **Table:** slightly larger sort indicator icons ([#515](https://github.com/aversini/ui-components/issues/515)) ([fed2541](https://github.com/aversini/ui-components/commit/fed2541e2d321104bf73a70a9af150c654cc001e)) + ## [5.18.0](https://github.com/aversini/ui-components/compare/ui-components-v5.17.2...ui-components-v5.18.0) (2024-04-17) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index bc9c34d8..9e0548ea 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.18.0", + "version": "5.18.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index 7e1a8e35..abdc6950 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -658,5 +658,25 @@ "limit": "67 KB", "passed": true } + }, + "5.18.1": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 48620, + "fileSizeGzip": 7388, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 35451, + "fileSizeGzip": 9682, + "limit": "20 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/vendor.js": { + "fileSize": 200133, + "fileSizeGzip": 66728, + "limit": "67 KB", + "passed": true + } } }