diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6c2b134..83f606ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "packages/ui-components": "5.23.0", + "packages/ui-components": "5.24.0", "packages/ui-hooks": "4.1.3", - "packages/ui-system": "1.4.8", + "packages/ui-system": "1.4.9", "packages/ui-private": "1.4.9", "packages/ui-icons": "1.12.1", "packages/ui-styles": "1.9.7", - "packages/ui-form": "1.3.14", + "packages/ui-form": "1.3.15", "packages/ui-fingerprint": "1.0.1", "packages/ui-button": "1.0.2", "packages/ui-anchor": "1.0.1" diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index cee03878..4514a87c 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -192,6 +192,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [5.24.0](https://github.com/versini-org/ui-components/compare/ui-components-v5.23.0...ui-components-v5.24.0) (2024-09-16) + + +### Features + +* **Card:** extracting Card as a standalone package ([#648](https://github.com/versini-org/ui-components/issues/648)) ([1a08557](https://github.com/versini-org/ui-components/commit/1a0855708584f41c825efe170da4aa13ff163453)) + ## [5.23.0](https://github.com/versini-org/ui-components/compare/ui-components-v5.22.2...ui-components-v5.23.0) (2024-09-16) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 4e51cb79..ed7d1936 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.23.0", + "version": "5.24.0", "license": "MIT", "author": "Arno Versini", "publishConfig": { @@ -14,7 +14,9 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "build:check": "tsc", "build:js": "vite build", @@ -55,5 +57,7 @@ "clsx": "2.1.1", "tailwindcss": "3.4.11" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index fbe3380b..eec12cb1 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -1038,5 +1038,25 @@ "limit": "67 KB", "passed": true } + }, + "5.24.0": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 37613, + "fileSizeGzip": 6245, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 55447, + "fileSizeGzip": 11024, + "limit": "12 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/vendor.js": { + "fileSize": 202712, + "fileSizeGzip": 67201, + "limit": "67 KB", + "passed": true + } } } diff --git a/packages/ui-form/CHANGELOG.md b/packages/ui-form/CHANGELOG.md index e0fd8639..a00c57a2 100644 --- a/packages/ui-form/CHANGELOG.md +++ b/packages/ui-form/CHANGELOG.md @@ -35,6 +35,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.3.15](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.14...ui-form-v1.3.15) (2024-09-16) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @versini/ui-components bumped to 5.24.0 + ## [1.3.14](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.13...ui-form-v1.3.14) (2024-09-16) diff --git a/packages/ui-form/package.json b/packages/ui-form/package.json index e992b102..322c2501 100644 --- a/packages/ui-form/package.json +++ b/packages/ui-form/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-form", - "version": "1.3.14", + "version": "1.3.15", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-form/stats/stats.json b/packages/ui-form/stats/stats.json index 1039aef2..edcd45a1 100644 --- a/packages/ui-form/stats/stats.json +++ b/packages/ui-form/stats/stats.json @@ -278,5 +278,19 @@ "limit": "67 KB", "passed": true } + }, + "1.3.15": { + "../bundlesize/dist/form/assets/index.js": { + "fileSize": 17769, + "fileSizeGzip": 5320, + "limit": "20 KB", + "passed": true + }, + "../bundlesize/dist/form/assets/vendor.js": { + "fileSize": 142129, + "fileSizeGzip": 45524, + "limit": "67 KB", + "passed": true + } } } diff --git a/packages/ui-system/CHANGELOG.md b/packages/ui-system/CHANGELOG.md index bab63d0f..f464bebb 100644 --- a/packages/ui-system/CHANGELOG.md +++ b/packages/ui-system/CHANGELOG.md @@ -31,6 +31,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.4.9](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.8...ui-system-v1.4.9) (2024-09-16) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @versini/ui-components bumped to 5.24.0 + ## [1.4.8](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.7...ui-system-v1.4.8) (2024-09-16) diff --git a/packages/ui-system/package.json b/packages/ui-system/package.json index 2f1c8945..c8263af1 100644 --- a/packages/ui-system/package.json +++ b/packages/ui-system/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-system", - "version": "1.4.8", + "version": "1.4.9", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-system/stats/stats.json b/packages/ui-system/stats/stats.json index c00ed487..a1fd1936 100644 --- a/packages/ui-system/stats/stats.json +++ b/packages/ui-system/stats/stats.json @@ -318,5 +318,25 @@ "limit": "46 KB", "passed": true } + }, + "1.4.9": { + "../bundlesize/dist/system/assets/style.css": { + "fileSize": 51950, + "fileSizeGzip": 7861, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/system/assets/index.js": { + "fileSize": 5602, + "fileSizeGzip": 1979, + "limit": "3 KB", + "passed": true + }, + "../bundlesize/dist/system/assets/vendor.js": { + "fileSize": 142129, + "fileSizeGzip": 45524, + "limit": "46 KB", + "passed": true + } } }