From 50cdcea89f3a2fe910fe22c526e51523d7f0f410 Mon Sep 17 00:00:00 2001 From: Arno V Date: Tue, 31 Dec 2024 09:00:15 -0500 Subject: [PATCH] chore: release main (#862) :rocket: Automated Release ---
ui-anchor: 1.3.0 ## [1.3.0](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.2.15...ui-anchor-v1.3.0) (2024-12-31) ### Features * **Button:** variable padding based on the size - take 2 ([#861](https://github.com/versini-org/ui-components/issues/861)) ([241f4dd](https://github.com/versini-org/ui-components/commit/241f4ddec7046c28ef7f00dbf7570be011fd20f3)) ### Dependencies * The following workspace dependencies were updated * dependencies * @versini/ui-button bumped to 3.2.0
ui-bubble: 2.0.11 ## [2.0.11](https://github.com/versini-org/ui-components/compare/ui-bubble-v2.0.10...ui-bubble-v2.0.11) (2024-12-31) ### Dependencies * The following workspace dependencies were updated * dependencies * @versini/ui-button bumped to 3.2.0
ui-button: 3.2.0 ## [3.2.0](https://github.com/versini-org/ui-components/compare/ui-button-v3.1.0...ui-button-v3.2.0) (2024-12-31) ### Features * **Button:** variable padding based on the size - take 2 ([#861](https://github.com/versini-org/ui-components/issues/861)) ([241f4dd](https://github.com/versini-org/ui-components/commit/241f4ddec7046c28ef7f00dbf7570be011fd20f3))
ui-components: 5.33.18 ## [5.33.18](https://github.com/versini-org/ui-components/compare/ui-components-v5.33.17...ui-components-v5.33.18) (2024-12-31) ### Dependencies * The following workspace dependencies were updated * dependencies * @versini/ui-anchor bumped to 1.3.0 * @versini/ui-button bumped to 3.2.0 * @versini/ui-bubble bumped to 2.0.11 * @versini/ui-panel bumped to 1.2.13 * @versini/ui-table bumped to 2.0.8
ui-panel: 1.2.13 ## [1.2.13](https://github.com/versini-org/ui-components/compare/ui-panel-v1.2.12...ui-panel-v1.2.13) (2024-12-31) ### Dependencies * The following workspace dependencies were updated * dependencies * @versini/ui-button bumped to 3.2.0
ui-table: 2.0.8 ## [2.0.8](https://github.com/versini-org/ui-components/compare/ui-table-v2.0.7...ui-table-v2.0.8) (2024-12-31) ### Dependencies * The following workspace dependencies were updated * dependencies * @versini/ui-button bumped to 3.2.0
ui-truncate: 2.0.8 ## [2.0.8](https://github.com/versini-org/ui-components/compare/ui-truncate-v2.0.7...ui-truncate-v2.0.8) (2024-12-31) ### Dependencies * The following workspace dependencies were updated * dependencies * @versini/ui-button bumped to 3.2.0
--- 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 | 14 +++++++------- packages/ui-anchor/CHANGELOG.md | 14 ++++++++++++++ packages/ui-anchor/package.json | 2 +- packages/ui-bubble/CHANGELOG.md | 9 +++++++++ packages/ui-bubble/package.json | 2 +- packages/ui-button/CHANGELOG.md | 7 +++++++ packages/ui-button/package.json | 2 +- packages/ui-components/CHANGELOG.md | 13 +++++++++++++ packages/ui-components/package.json | 2 +- packages/ui-components/stats/stats.json | 20 ++++++++++++++++++++ packages/ui-panel/CHANGELOG.md | 9 +++++++++ packages/ui-panel/package.json | 2 +- packages/ui-table/CHANGELOG.md | 9 +++++++++ packages/ui-table/package.json | 2 +- packages/ui-truncate/CHANGELOG.md | 9 +++++++++ packages/ui-truncate/package.json | 2 +- 16 files changed, 104 insertions(+), 14 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c84c3130..6f232026 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { - "packages/ui-anchor": "1.2.15", - "packages/ui-bubble": "2.0.10", - "packages/ui-button": "3.1.0", + "packages/ui-anchor": "1.3.0", + "packages/ui-bubble": "2.0.11", + "packages/ui-button": "3.2.0", "packages/ui-card": "2.0.5", - "packages/ui-components": "5.33.17", + "packages/ui-components": "5.33.18", "packages/ui-fingerprint": "1.1.0", "packages/ui-footer": "2.0.5", "packages/ui-form": "1.9.8", @@ -14,17 +14,17 @@ "packages/ui-main": "2.0.5", "packages/ui-menu": "2.0.6", "packages/ui-modal": "1.1.7", - "packages/ui-panel": "1.2.12", + "packages/ui-panel": "1.2.13", "packages/ui-pill": "2.0.5", "packages/ui-spinner": "2.0.5", "packages/ui-styles": "2.0.0", "packages/ui-svgicon": "3.0.2", "packages/ui-system": "2.0.6", - "packages/ui-table": "2.0.7", + "packages/ui-table": "2.0.8", "packages/ui-textarea": "2.0.5", "packages/ui-textinput": "2.0.5", "packages/ui-toggle": "2.0.5", "packages/ui-togglegroup": "2.0.5", - "packages/ui-truncate": "2.0.7", + "packages/ui-truncate": "2.0.8", "packages/ui-types": "3.0.2" } diff --git a/packages/ui-anchor/CHANGELOG.md b/packages/ui-anchor/CHANGELOG.md index fc371574..7122c3b5 100644 --- a/packages/ui-anchor/CHANGELOG.md +++ b/packages/ui-anchor/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.3.0](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.2.15...ui-anchor-v1.3.0) (2024-12-31) + + +### Features + +* **Button:** variable padding based on the size - take 2 ([#861](https://github.com/versini-org/ui-components/issues/861)) ([241f4dd](https://github.com/versini-org/ui-components/commit/241f4ddec7046c28ef7f00dbf7570be011fd20f3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 3.2.0 + ## [1.2.15](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.2.14...ui-anchor-v1.2.15) (2024-12-31) diff --git a/packages/ui-anchor/package.json b/packages/ui-anchor/package.json index dd347b96..8c4952cc 100644 --- a/packages/ui-anchor/package.json +++ b/packages/ui-anchor/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-anchor", - "version": "1.2.15", + "version": "1.3.0", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-bubble/CHANGELOG.md b/packages/ui-bubble/CHANGELOG.md index 235835db..8f67acc7 100644 --- a/packages/ui-bubble/CHANGELOG.md +++ b/packages/ui-bubble/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.11](https://github.com/versini-org/ui-components/compare/ui-bubble-v2.0.10...ui-bubble-v2.0.11) (2024-12-31) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 3.2.0 + ## [2.0.10](https://github.com/versini-org/ui-components/compare/ui-bubble-v2.0.9...ui-bubble-v2.0.10) (2024-12-31) diff --git a/packages/ui-bubble/package.json b/packages/ui-bubble/package.json index a9ac11b3..07ac31db 100644 --- a/packages/ui-bubble/package.json +++ b/packages/ui-bubble/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-bubble", - "version": "2.0.10", + "version": "2.0.11", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-button/CHANGELOG.md b/packages/ui-button/CHANGELOG.md index 310c0521..f9b4054f 100644 --- a/packages/ui-button/CHANGELOG.md +++ b/packages/ui-button/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/versini-org/ui-components/compare/ui-button-v3.1.0...ui-button-v3.2.0) (2024-12-31) + + +### Features + +* **Button:** variable padding based on the size - take 2 ([#861](https://github.com/versini-org/ui-components/issues/861)) ([241f4dd](https://github.com/versini-org/ui-components/commit/241f4ddec7046c28ef7f00dbf7570be011fd20f3)) + ## [3.1.0](https://github.com/versini-org/ui-components/compare/ui-button-v3.0.2...ui-button-v3.1.0) (2024-12-31) diff --git a/packages/ui-button/package.json b/packages/ui-button/package.json index 4fed61ae..dc6104c4 100644 --- a/packages/ui-button/package.json +++ b/packages/ui-button/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-button", - "version": "3.1.0", + "version": "3.2.0", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index e112b90f..cfc0d78d 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -192,6 +192,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [5.33.18](https://github.com/versini-org/ui-components/compare/ui-components-v5.33.17...ui-components-v5.33.18) (2024-12-31) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-anchor bumped to 1.3.0 + * @versini/ui-button bumped to 3.2.0 + * @versini/ui-bubble bumped to 2.0.11 + * @versini/ui-panel bumped to 1.2.13 + * @versini/ui-table bumped to 2.0.8 + ## [5.33.17](https://github.com/versini-org/ui-components/compare/ui-components-v5.33.16...ui-components-v5.33.17) (2024-12-31) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 2b95ff81..ea990bd3 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.33.17", + "version": "5.33.18", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index ea777870..8ca627b0 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -2098,5 +2098,25 @@ "limit": "80 KB", "passed": true } + }, + "5.33.18": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 49309, + "fileSizeGzip": 7015, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 81117, + "fileSizeGzip": 11682, + "limit": "12 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/vendor.js": { + "fileSize": 246674, + "fileSizeGzip": 80613, + "limit": "80 KB", + "passed": true + } } } diff --git a/packages/ui-panel/CHANGELOG.md b/packages/ui-panel/CHANGELOG.md index aff48f23..1165fd9a 100644 --- a/packages/ui-panel/CHANGELOG.md +++ b/packages/ui-panel/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.13](https://github.com/versini-org/ui-components/compare/ui-panel-v1.2.12...ui-panel-v1.2.13) (2024-12-31) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 3.2.0 + ## [1.2.12](https://github.com/versini-org/ui-components/compare/ui-panel-v1.2.11...ui-panel-v1.2.12) (2024-12-31) diff --git a/packages/ui-panel/package.json b/packages/ui-panel/package.json index 31f867f5..72069eff 100644 --- a/packages/ui-panel/package.json +++ b/packages/ui-panel/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-panel", - "version": "1.2.12", + "version": "1.2.13", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-table/CHANGELOG.md b/packages/ui-table/CHANGELOG.md index 7e19a096..5059887a 100644 --- a/packages/ui-table/CHANGELOG.md +++ b/packages/ui-table/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.8](https://github.com/versini-org/ui-components/compare/ui-table-v2.0.7...ui-table-v2.0.8) (2024-12-31) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 3.2.0 + ## [2.0.7](https://github.com/versini-org/ui-components/compare/ui-table-v2.0.6...ui-table-v2.0.7) (2024-12-31) diff --git a/packages/ui-table/package.json b/packages/ui-table/package.json index ef6d798b..1efbd122 100644 --- a/packages/ui-table/package.json +++ b/packages/ui-table/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-table", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-truncate/CHANGELOG.md b/packages/ui-truncate/CHANGELOG.md index 85edc4f3..9f211d99 100644 --- a/packages/ui-truncate/CHANGELOG.md +++ b/packages/ui-truncate/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.8](https://github.com/versini-org/ui-components/compare/ui-truncate-v2.0.7...ui-truncate-v2.0.8) (2024-12-31) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 3.2.0 + ## [2.0.7](https://github.com/versini-org/ui-components/compare/ui-truncate-v2.0.6...ui-truncate-v2.0.7) (2024-12-31) diff --git a/packages/ui-truncate/package.json b/packages/ui-truncate/package.json index 70d0b6c3..38eb6342 100644 --- a/packages/ui-truncate/package.json +++ b/packages/ui-truncate/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-truncate", - "version": "2.0.7", + "version": "2.0.8", "license": "MIT", "author": "Arno Versini", "publishConfig": {