diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ced96a3..67995d38 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,22 +1,22 @@ { - "packages/ui-components": "5.31.0", + "packages/ui-components": "5.31.1", "packages/ui-hooks": "4.1.3", - "packages/ui-system": "1.4.10", - "packages/ui-private": "1.4.9", - "packages/ui-icons": "1.12.1", - "packages/ui-styles": "1.9.7", - "packages/ui-form": "1.3.16", + "packages/ui-system": "1.4.11", + "packages/ui-private": "1.4.10", + "packages/ui-icons": "1.12.2", + "packages/ui-styles": "1.9.8", + "packages/ui-form": "1.3.17", "packages/ui-fingerprint": "1.0.1", - "packages/ui-button": "1.1.0", - "packages/ui-anchor": "1.1.0", - "packages/ui-bubble": "1.0.0", - "packages/ui-card": "1.0.0", - "packages/ui-footer": "1.0.0", - "packages/ui-header": "1.0.0", - "packages/ui-main": "1.0.0", - "packages/ui-menu": "1.0.0", - "packages/ui-panel": "1.0.0", - "packages/ui-pill": "1.0.0", - "packages/ui-spinner": "1.0.0", - "packages/ui-table": "1.0.0" + "packages/ui-button": "1.1.1", + "packages/ui-anchor": "1.1.1", + "packages/ui-bubble": "1.0.1", + "packages/ui-card": "1.0.1", + "packages/ui-footer": "1.0.1", + "packages/ui-header": "1.0.1", + "packages/ui-main": "1.0.1", + "packages/ui-menu": "1.0.1", + "packages/ui-panel": "1.0.1", + "packages/ui-pill": "1.0.1", + "packages/ui-spinner": "1.0.1", + "packages/ui-table": "1.0.1" } diff --git a/packages/ui-anchor/CHANGELOG.md b/packages/ui-anchor/CHANGELOG.md index 47f94285..3726cd7e 100644 --- a/packages/ui-anchor/CHANGELOG.md +++ b/packages/ui-anchor/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.1](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.1.0...ui-anchor-v1.1.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.1 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## [1.1.0](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.0.1...ui-anchor-v1.1.0) (2024-09-17) diff --git a/packages/ui-anchor/package.json b/packages/ui-anchor/package.json index 94f99dec..d7bec9b0 100644 --- a/packages/ui-anchor/package.json +++ b/packages/ui-anchor/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-anchor", - "version": "1.1.0", + "version": "1.1.1", "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", @@ -43,5 +45,7 @@ "@versini/ui-button": "workspace:../ui-button", "tailwindcss": "3.4.12" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-bubble/CHANGELOG.md b/packages/ui-bubble/CHANGELOG.md index 3218c358..edb83b8a 100644 --- a/packages/ui-bubble/CHANGELOG.md +++ b/packages/ui-bubble/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-bubble-v1.0.0...ui-bubble-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.1 + * @versini/ui-icons bumped to 1.12.2 + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-bubble/package.json b/packages/ui-bubble/package.json index 137eecd6..db0aac52 100644 --- a/packages/ui-bubble/package.json +++ b/packages/ui-bubble/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-bubble", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-button/CHANGELOG.md b/packages/ui-button/CHANGELOG.md index 52ce7987..53858371 100644 --- a/packages/ui-button/CHANGELOG.md +++ b/packages/ui-button/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.1.1](https://github.com/versini-org/ui-components/compare/ui-button-v1.1.0...ui-button-v1.1.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-icons bumped to 1.12.2 + * @versini/ui-styles bumped to 1.9.8 + ## [1.1.0](https://github.com/versini-org/ui-components/compare/ui-button-v1.0.2...ui-button-v1.1.0) (2024-09-17) diff --git a/packages/ui-button/package.json b/packages/ui-button/package.json index 49a91893..c7493088 100644 --- a/packages/ui-button/package.json +++ b/packages/ui-button/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-button", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-card/CHANGELOG.md b/packages/ui-card/CHANGELOG.md index 94aeaeaf..deb2dd25 100644 --- a/packages/ui-card/CHANGELOG.md +++ b/packages/ui-card/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-card-v1.0.0...ui-card-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-card/package.json b/packages/ui-card/package.json index ca335c34..95a457c1 100644 --- a/packages/ui-card/package.json +++ b/packages/ui-card/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-card", - "version": "1.0.0", + "version": "1.0.1", "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", @@ -45,5 +47,7 @@ "clsx": "2.1.1", "tailwindcss": "3.4.12" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 2da4ac37..d174dcbb 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -192,6 +192,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [5.31.1](https://github.com/versini-org/ui-components/compare/ui-components-v5.31.0...ui-components-v5.31.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-anchor bumped to 1.1.1 + * @versini/ui-button bumped to 1.1.1 + * @versini/ui-bubble bumped to 1.0.1 + * @versini/ui-card bumped to 1.0.1 + * @versini/ui-footer bumped to 1.0.1 + * @versini/ui-header bumped to 1.0.1 + * @versini/ui-icons bumped to 1.12.2 + * @versini/ui-main bumped to 1.0.1 + * @versini/ui-menu bumped to 1.0.1 + * @versini/ui-panel bumped to 1.0.1 + * @versini/ui-pill bumped to 1.0.1 + * @versini/ui-private bumped to 1.4.10 + * @versini/ui-spinner bumped to 1.0.1 + * @versini/ui-table bumped to 1.0.1 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## [5.31.0](https://github.com/versini-org/ui-components/compare/ui-components-v5.30.0...ui-components-v5.31.0) (2024-09-17) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index f307d733..50a83082 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.31.0", + "version": "5.31.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index 6b77da6f..c7aae9f4 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -1218,5 +1218,25 @@ "limit": "67 KB", "passed": true } + }, + "5.31.1": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 9754, + "fileSizeGzip": 2279, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 75987, + "fileSizeGzip": 11151, + "limit": "12 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/vendor.js": { + "fileSize": 203647, + "fileSizeGzip": 67641, + "limit": "67 KB", + "passed": true + } } } diff --git a/packages/ui-footer/CHANGELOG.md b/packages/ui-footer/CHANGELOG.md index 67ec0682..35a64d4f 100644 --- a/packages/ui-footer/CHANGELOG.md +++ b/packages/ui-footer/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-footer-v1.0.0...ui-footer-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-footer/package.json b/packages/ui-footer/package.json index 7703f012..4faaaa8b 100644 --- a/packages/ui-footer/package.json +++ b/packages/ui-footer/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-footer", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-form/CHANGELOG.md b/packages/ui-form/CHANGELOG.md index d56b1225..d40add90 100644 --- a/packages/ui-form/CHANGELOG.md +++ b/packages/ui-form/CHANGELOG.md @@ -35,6 +35,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.3.17](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.16...ui-form-v1.3.17) (2024-09-17) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-button bumped to 1.1.1 + * @versini/ui-icons bumped to 1.12.2 + * @versini/ui-styles bumped to 1.9.8 + ## [1.3.16](https://github.com/versini-org/ui-components/compare/ui-form-v1.3.15...ui-form-v1.3.16) (2024-09-17) diff --git a/packages/ui-form/package.json b/packages/ui-form/package.json index a90b5ba8..444085de 100644 --- a/packages/ui-form/package.json +++ b/packages/ui-form/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-form", - "version": "1.3.16", + "version": "1.3.17", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-form/stats/stats.json b/packages/ui-form/stats/stats.json index 0494b5f1..017a8ae6 100644 --- a/packages/ui-form/stats/stats.json +++ b/packages/ui-form/stats/stats.json @@ -306,5 +306,19 @@ "limit": "67 KB", "passed": true } + }, + "1.3.17": { + "../bundlesize/dist/form/assets/index.js": { + "fileSize": 17771, + "fileSizeGzip": 5321, + "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-header/CHANGELOG.md b/packages/ui-header/CHANGELOG.md index b1da09e4..dc634486 100644 --- a/packages/ui-header/CHANGELOG.md +++ b/packages/ui-header/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-header-v1.0.0...ui-header-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-header/package.json b/packages/ui-header/package.json index b7b4d4d5..9def3421 100644 --- a/packages/ui-header/package.json +++ b/packages/ui-header/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-header", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-icons/CHANGELOG.md b/packages/ui-icons/CHANGELOG.md index eb6707ee..99e2ba8e 100644 --- a/packages/ui-icons/CHANGELOG.md +++ b/packages/ui-icons/CHANGELOG.md @@ -35,6 +35,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.12.2](https://github.com/versini-org/ui-components/compare/ui-icons-v1.12.1...ui-icons-v1.12.2) (2024-09-17) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-private bumped to 1.4.10 + ## [1.12.1](https://github.com/versini-org/ui-components/compare/ui-icons-v1.12.0...ui-icons-v1.12.1) (2024-09-15) diff --git a/packages/ui-icons/package.json b/packages/ui-icons/package.json index 21817bd0..e5de9edf 100644 --- a/packages/ui-icons/package.json +++ b/packages/ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-icons", - "version": "1.12.1", + "version": "1.12.2", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-main/CHANGELOG.md b/packages/ui-main/CHANGELOG.md index 4508f7f6..7df0806e 100644 --- a/packages/ui-main/CHANGELOG.md +++ b/packages/ui-main/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-main-v1.0.0...ui-main-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-main/package.json b/packages/ui-main/package.json index bc6c724b..5ffe1ebe 100644 --- a/packages/ui-main/package.json +++ b/packages/ui-main/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-main", - "version": "1.0.0", + "version": "1.0.1", "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", @@ -43,5 +45,7 @@ "@versini/ui-private": "workspace:../ui-private", "tailwindcss": "3.4.12" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-menu/CHANGELOG.md b/packages/ui-menu/CHANGELOG.md index 01e3556a..e5e845e8 100644 --- a/packages/ui-menu/CHANGELOG.md +++ b/packages/ui-menu/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-menu-v1.0.0...ui-menu-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @versini/ui-button bumped to 1.1.1 + * @versini/ui-icons bumped to 1.12.2 + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-menu/package.json b/packages/ui-menu/package.json index 33a87077..257e20d1 100644 --- a/packages/ui-menu/package.json +++ b/packages/ui-menu/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-menu", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-panel/CHANGELOG.md b/packages/ui-panel/CHANGELOG.md index 2523fc82..fd4c4ae9 100644 --- a/packages/ui-panel/CHANGELOG.md +++ b/packages/ui-panel/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-panel-v1.0.0...ui-panel-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.1 + * @versini/ui-icons bumped to 1.12.2 + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-panel/package.json b/packages/ui-panel/package.json index 011ed188..c2049a28 100644 --- a/packages/ui-panel/package.json +++ b/packages/ui-panel/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-panel", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-pill/CHANGELOG.md b/packages/ui-pill/CHANGELOG.md index ffced4f0..e89eb067 100644 --- a/packages/ui-pill/CHANGELOG.md +++ b/packages/ui-pill/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-pill-v1.0.0...ui-pill-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-pill/package.json b/packages/ui-pill/package.json index 36a92abf..b7ac2803 100644 --- a/packages/ui-pill/package.json +++ b/packages/ui-pill/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-pill", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-private/CHANGELOG.md b/packages/ui-private/CHANGELOG.md index 922b64c5..44ee9b9b 100644 --- a/packages/ui-private/CHANGELOG.md +++ b/packages/ui-private/CHANGELOG.md @@ -33,6 +33,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.4.10](https://github.com/versini-org/ui-components/compare/ui-private-v1.4.9...ui-private-v1.4.10) (2024-09-17) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## [1.4.9](https://github.com/versini-org/ui-components/compare/ui-private-v1.4.8...ui-private-v1.4.9) (2024-09-15) diff --git a/packages/ui-private/package.json b/packages/ui-private/package.json index c9363ef7..8acd98a9 100644 --- a/packages/ui-private/package.json +++ b/packages/ui-private/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-private", - "version": "1.4.9", + "version": "1.4.10", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-spinner/CHANGELOG.md b/packages/ui-spinner/CHANGELOG.md index 5d5708cc..cb88b6e6 100644 --- a/packages/ui-spinner/CHANGELOG.md +++ b/packages/ui-spinner/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-spinner-v1.0.0...ui-spinner-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-spinner/package.json b/packages/ui-spinner/package.json index 6105ff9c..325e3ada 100644 --- a/packages/ui-spinner/package.json +++ b/packages/ui-spinner/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-spinner", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-styles/CHANGELOG.md b/packages/ui-styles/CHANGELOG.md index f8cebe3e..9a437a29 100644 --- a/packages/ui-styles/CHANGELOG.md +++ b/packages/ui-styles/CHANGELOG.md @@ -38,6 +38,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.9.8](https://github.com/versini-org/ui-components/compare/ui-styles-v1.9.7...ui-styles-v1.9.8) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + ## [1.9.7](https://github.com/versini-org/ui-components/compare/ui-styles-v1.9.6...ui-styles-v1.9.7) (2024-09-15) diff --git a/packages/ui-styles/package.json b/packages/ui-styles/package.json index da742033..f797c34a 100644 --- a/packages/ui-styles/package.json +++ b/packages/ui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-styles", - "version": "1.9.7", + "version": "1.9.8", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-system/CHANGELOG.md b/packages/ui-system/CHANGELOG.md index 2c47801c..d4c19e06 100644 --- a/packages/ui-system/CHANGELOG.md +++ b/packages/ui-system/CHANGELOG.md @@ -31,6 +31,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.4.11](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.10...ui-system-v1.4.11) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-button bumped to 1.1.1 + * @versini/ui-styles bumped to 1.9.8 + ## [1.4.10](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.9...ui-system-v1.4.10) (2024-09-17) diff --git a/packages/ui-system/package.json b/packages/ui-system/package.json index b8627c4f..d4f87bd1 100644 --- a/packages/ui-system/package.json +++ b/packages/ui-system/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-system", - "version": "1.4.10", + "version": "1.4.11", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-system/stats/stats.json b/packages/ui-system/stats/stats.json index 7dff024b..bb147e4e 100644 --- a/packages/ui-system/stats/stats.json +++ b/packages/ui-system/stats/stats.json @@ -358,5 +358,25 @@ "limit": "46 KB", "passed": true } + }, + "1.4.11": { + "../bundlesize/dist/system/assets/style.css": { + "fileSize": 12627, + "fileSizeGzip": 2625, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/system/assets/index.js": { + "fileSize": 5604, + "fileSizeGzip": 1980, + "limit": "3 KB", + "passed": true + }, + "../bundlesize/dist/system/assets/vendor.js": { + "fileSize": 142129, + "fileSizeGzip": 45524, + "limit": "46 KB", + "passed": true + } } } diff --git a/packages/ui-table/CHANGELOG.md b/packages/ui-table/CHANGELOG.md index 9b90a3ec..c4decf54 100644 --- a/packages/ui-table/CHANGELOG.md +++ b/packages/ui-table/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.1](https://github.com/versini-org/ui-components/compare/ui-table-v1.0.0...ui-table-v1.0.1) (2024-09-17) + + +### Bug Fixes + +* cleanup dependency graph a little ([#670](https://github.com/versini-org/ui-components/issues/670)) ([cb61411](https://github.com/versini-org/ui-components/commit/cb61411b986c03e050a8d5c36f51d2945d90dd9f)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.1 + * @versini/ui-icons bumped to 1.12.2 + * @versini/ui-private bumped to 1.4.10 + * devDependencies + * @versini/ui-styles bumped to 1.9.8 + ## 1.0.0 (2024-09-17) diff --git a/packages/ui-table/package.json b/packages/ui-table/package.json index 379ed69e..bdb2ac82 100644 --- a/packages/ui-table/package.json +++ b/packages/ui-table/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-table", - "version": "1.0.0", + "version": "1.0.1", "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", @@ -46,5 +48,7 @@ "clsx": "2.1.1", "tailwindcss": "3.4.12" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] }