diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bf7f495..5911d529 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,26 +1,26 @@ { - "packages/ui-anchor": "1.1.6", - "packages/ui-bubble": "1.0.6", - "packages/ui-button": "1.1.6", - "packages/ui-card": "1.0.6", - "packages/ui-components": "5.31.7", + "packages/ui-anchor": "1.1.7", + "packages/ui-bubble": "1.0.7", + "packages/ui-button": "1.1.7", + "packages/ui-card": "1.0.7", + "packages/ui-components": "5.31.8", "packages/ui-fingerprint": "1.0.1", - "packages/ui-footer": "1.0.6", - "packages/ui-form": "1.6.6", - "packages/ui-header": "1.0.6", - "packages/ui-hooks": "4.2.0", - "packages/ui-icons": "1.12.7", - "packages/ui-main": "1.0.6", - "packages/ui-menu": "1.0.6", - "packages/ui-panel": "1.0.6", - "packages/ui-pill": "1.0.6", - "packages/ui-private": "1.4.15", - "packages/ui-spinner": "1.0.6", + "packages/ui-footer": "1.0.7", + "packages/ui-form": "1.6.7", + "packages/ui-header": "1.0.7", + "packages/ui-hooks": "4.2.1", + "packages/ui-icons": "1.12.8", + "packages/ui-main": "1.0.7", + "packages/ui-menu": "1.0.7", + "packages/ui-panel": "1.0.7", + "packages/ui-pill": "1.0.7", + "packages/ui-private": "1.4.16", + "packages/ui-spinner": "1.0.7", "packages/ui-styles": "1.10.2", - "packages/ui-system": "1.4.16", - "packages/ui-table": "1.0.6", - "packages/ui-textarea": "1.0.5", - "packages/ui-textinput": "1.1.1", - "packages/ui-toggle": "1.0.5", - "packages/ui-truncate": "1.0.3" + "packages/ui-system": "1.4.17", + "packages/ui-table": "1.0.7", + "packages/ui-textarea": "1.0.6", + "packages/ui-textinput": "1.1.2", + "packages/ui-toggle": "1.0.6", + "packages/ui-truncate": "1.0.4" } diff --git a/packages/ui-anchor/CHANGELOG.md b/packages/ui-anchor/CHANGELOG.md index 9138f065..c600fccf 100644 --- a/packages/ui-anchor/CHANGELOG.md +++ b/packages/ui-anchor/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.1.7](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.1.6...ui-anchor-v1.1.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.7 + ## [1.1.6](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.1.5...ui-anchor-v1.1.6) (2024-09-27) diff --git a/packages/ui-anchor/package.json b/packages/ui-anchor/package.json index 62fdc820..802a1dd4 100644 --- a/packages/ui-anchor/package.json +++ b/packages/ui-anchor/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-anchor", - "version": "1.1.6", + "version": "1.1.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-bubble/CHANGELOG.md b/packages/ui-bubble/CHANGELOG.md index fc5535cd..82380402 100644 --- a/packages/ui-bubble/CHANGELOG.md +++ b/packages/ui-bubble/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-bubble-v1.0.6...ui-bubble-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.7 + * @versini/ui-icons bumped to 1.12.8 + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-bubble-v1.0.5...ui-bubble-v1.0.6) (2024-09-27) diff --git a/packages/ui-bubble/package.json b/packages/ui-bubble/package.json index c39b475f..bec6b625 100644 --- a/packages/ui-bubble/package.json +++ b/packages/ui-bubble/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-bubble", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-button/CHANGELOG.md b/packages/ui-button/CHANGELOG.md index 946a478e..80fbeb3e 100644 --- a/packages/ui-button/CHANGELOG.md +++ b/packages/ui-button/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.1.7](https://github.com/versini-org/ui-components/compare/ui-button-v1.1.6...ui-button-v1.1.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + * devDependencies + * @versini/ui-icons bumped to 1.12.8 + ## [1.1.6](https://github.com/versini-org/ui-components/compare/ui-button-v1.1.5...ui-button-v1.1.6) (2024-09-27) diff --git a/packages/ui-button/package.json b/packages/ui-button/package.json index 0a44e589..80dc231f 100644 --- a/packages/ui-button/package.json +++ b/packages/ui-button/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-button", - "version": "1.1.6", + "version": "1.1.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-card/CHANGELOG.md b/packages/ui-card/CHANGELOG.md index 5eddaa28..96a7ceff 100644 --- a/packages/ui-card/CHANGELOG.md +++ b/packages/ui-card/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-card-v1.0.6...ui-card-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-hooks bumped to 4.2.1 + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-card-v1.0.5...ui-card-v1.0.6) (2024-09-27) diff --git a/packages/ui-card/package.json b/packages/ui-card/package.json index 9d702fc3..46072294 100644 --- a/packages/ui-card/package.json +++ b/packages/ui-card/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-card", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index a5afb288..7efdbd20 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -192,6 +192,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [5.31.8](https://github.com/versini-org/ui-components/compare/ui-components-v5.31.7...ui-components-v5.31.8) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-anchor bumped to 1.1.7 + * @versini/ui-button bumped to 1.1.7 + * @versini/ui-bubble bumped to 1.0.7 + * @versini/ui-card bumped to 1.0.7 + * @versini/ui-footer bumped to 1.0.7 + * @versini/ui-header bumped to 1.0.7 + * @versini/ui-hooks bumped to 4.2.1 + * @versini/ui-icons bumped to 1.12.8 + * @versini/ui-main bumped to 1.0.7 + * @versini/ui-menu bumped to 1.0.7 + * @versini/ui-panel bumped to 1.0.7 + * @versini/ui-pill bumped to 1.0.7 + * @versini/ui-private bumped to 1.4.16 + * @versini/ui-spinner bumped to 1.0.7 + * @versini/ui-table bumped to 1.0.7 + ## [5.31.7](https://github.com/versini-org/ui-components/compare/ui-components-v5.31.6...ui-components-v5.31.7) (2024-09-27) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 41881164..3858cf50 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.31.7", + "version": "5.31.8", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index db180426..b9ad454c 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -1358,5 +1358,25 @@ "limit": "67 KB", "passed": true } + }, + "5.31.8": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 49320, + "fileSizeGzip": 7517, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 75987, + "fileSizeGzip": 11139, + "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 6268e5b0..33b544d4 100644 --- a/packages/ui-footer/CHANGELOG.md +++ b/packages/ui-footer/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-footer-v1.0.6...ui-footer-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-footer-v1.0.5...ui-footer-v1.0.6) (2024-09-27) diff --git a/packages/ui-footer/package.json b/packages/ui-footer/package.json index f4b26f26..7338f04a 100644 --- a/packages/ui-footer/package.json +++ b/packages/ui-footer/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-footer", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-form/CHANGELOG.md b/packages/ui-form/CHANGELOG.md index 25cc4d74..07c60437 100644 --- a/packages/ui-form/CHANGELOG.md +++ b/packages/ui-form/CHANGELOG.md @@ -35,6 +35,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.6.7](https://github.com/versini-org/ui-components/compare/ui-form-v1.6.6...ui-form-v1.6.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-hooks bumped to 4.2.1 + * @versini/ui-textarea bumped to 1.0.6 + * @versini/ui-textinput bumped to 1.1.2 + * @versini/ui-toggle bumped to 1.0.6 + * @versini/ui-private bumped to 1.4.16 + * devDependencies + * @versini/ui-button bumped to 1.1.7 + * @versini/ui-icons bumped to 1.12.8 + ## [1.6.6](https://github.com/versini-org/ui-components/compare/ui-form-v1.6.5...ui-form-v1.6.6) (2024-09-27) diff --git a/packages/ui-form/package.json b/packages/ui-form/package.json index 53e41136..c99eefeb 100644 --- a/packages/ui-form/package.json +++ b/packages/ui-form/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-form", - "version": "1.6.6", + "version": "1.6.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-form/stats/stats.json b/packages/ui-form/stats/stats.json index a6951de8..e4e3ca8e 100644 --- a/packages/ui-form/stats/stats.json +++ b/packages/ui-form/stats/stats.json @@ -446,5 +446,19 @@ "limit": "67 KB", "passed": true } + }, + "1.6.7": { + "../bundlesize/dist/form/assets/index.js": { + "fileSize": 22697, + "fileSizeGzip": 5798, + "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 21e64103..be5922b9 100644 --- a/packages/ui-header/CHANGELOG.md +++ b/packages/ui-header/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-header-v1.0.6...ui-header-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-header-v1.0.5...ui-header-v1.0.6) (2024-09-27) diff --git a/packages/ui-header/package.json b/packages/ui-header/package.json index cb39f73f..12b9bd4b 100644 --- a/packages/ui-header/package.json +++ b/packages/ui-header/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-header", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-hooks/CHANGELOG.md b/packages/ui-hooks/CHANGELOG.md index 8740c1ba..c999bd6b 100644 --- a/packages/ui-hooks/CHANGELOG.md +++ b/packages/ui-hooks/CHANGELOG.md @@ -40,6 +40,13 @@ https://usehooks-ts.com/react-hook/use-local-storage # Changelog +## [4.2.1](https://github.com/versini-org/ui-components/compare/ui-hooks-v4.2.0...ui-hooks-v4.2.1) (2024-09-27) + + +### Bug Fixes + +* **ui-hooks:** useHotkeys is not exported ([#698](https://github.com/versini-org/ui-components/issues/698)) ([463fc86](https://github.com/versini-org/ui-components/commit/463fc86b19cf743eb8636aceaa1cce1b209f0909)) + ## [4.2.0](https://github.com/versini-org/ui-components/compare/ui-hooks-v4.1.3...ui-hooks-v4.2.0) (2024-09-27) diff --git a/packages/ui-hooks/package.json b/packages/ui-hooks/package.json index f2b1ba13..35fd8305 100644 --- a/packages/ui-hooks/package.json +++ b/packages/ui-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-hooks", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-icons/CHANGELOG.md b/packages/ui-icons/CHANGELOG.md index af86b174..0f163d19 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.8](https://github.com/versini-org/ui-components/compare/ui-icons-v1.12.7...ui-icons-v1.12.8) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + * devDependencies + * @versini/ui-private bumped to 1.4.16 + ## [1.12.7](https://github.com/versini-org/ui-components/compare/ui-icons-v1.12.6...ui-icons-v1.12.7) (2024-09-27) diff --git a/packages/ui-icons/package.json b/packages/ui-icons/package.json index df862df1..88794e1d 100644 --- a/packages/ui-icons/package.json +++ b/packages/ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-icons", - "version": "1.12.7", + "version": "1.12.8", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-main/CHANGELOG.md b/packages/ui-main/CHANGELOG.md index 062c313e..4edd4e6a 100644 --- a/packages/ui-main/CHANGELOG.md +++ b/packages/ui-main/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-main-v1.0.6...ui-main-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-main-v1.0.5...ui-main-v1.0.6) (2024-09-27) diff --git a/packages/ui-main/package.json b/packages/ui-main/package.json index 4518a89f..79b51839 100644 --- a/packages/ui-main/package.json +++ b/packages/ui-main/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-main", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-menu/CHANGELOG.md b/packages/ui-menu/CHANGELOG.md index 68384f8a..6378584d 100644 --- a/packages/ui-menu/CHANGELOG.md +++ b/packages/ui-menu/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-menu-v1.0.6...ui-menu-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @versini/ui-button bumped to 1.1.7 + * @versini/ui-icons bumped to 1.12.8 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-menu-v1.0.5...ui-menu-v1.0.6) (2024-09-27) diff --git a/packages/ui-menu/package.json b/packages/ui-menu/package.json index fcca54d2..b4984d71 100644 --- a/packages/ui-menu/package.json +++ b/packages/ui-menu/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-menu", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-panel/CHANGELOG.md b/packages/ui-panel/CHANGELOG.md index ccbf0ee5..4f6ddb6c 100644 --- a/packages/ui-panel/CHANGELOG.md +++ b/packages/ui-panel/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-panel-v1.0.6...ui-panel-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.7 + * @versini/ui-icons bumped to 1.12.8 + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-panel-v1.0.5...ui-panel-v1.0.6) (2024-09-27) diff --git a/packages/ui-panel/package.json b/packages/ui-panel/package.json index 0dd7ccce..112cadd7 100644 --- a/packages/ui-panel/package.json +++ b/packages/ui-panel/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-panel", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-pill/CHANGELOG.md b/packages/ui-pill/CHANGELOG.md index 69d506cb..5558d2a2 100644 --- a/packages/ui-pill/CHANGELOG.md +++ b/packages/ui-pill/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-pill-v1.0.6...ui-pill-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-pill-v1.0.5...ui-pill-v1.0.6) (2024-09-27) diff --git a/packages/ui-pill/package.json b/packages/ui-pill/package.json index 7a578012..902f79da 100644 --- a/packages/ui-pill/package.json +++ b/packages/ui-pill/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-pill", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-private/CHANGELOG.md b/packages/ui-private/CHANGELOG.md index 16fce83c..1fa8b3d0 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.16](https://github.com/versini-org/ui-components/compare/ui-private-v1.4.15...ui-private-v1.4.16) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-hooks bumped to 4.2.1 + ## [1.4.15](https://github.com/versini-org/ui-components/compare/ui-private-v1.4.14...ui-private-v1.4.15) (2024-09-27) diff --git a/packages/ui-private/package.json b/packages/ui-private/package.json index 41814590..d62dc71b 100644 --- a/packages/ui-private/package.json +++ b/packages/ui-private/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-private", - "version": "1.4.15", + "version": "1.4.16", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-spinner/CHANGELOG.md b/packages/ui-spinner/CHANGELOG.md index ede397ba..f7357cff 100644 --- a/packages/ui-spinner/CHANGELOG.md +++ b/packages/ui-spinner/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-spinner-v1.0.6...ui-spinner-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-spinner-v1.0.5...ui-spinner-v1.0.6) (2024-09-27) diff --git a/packages/ui-spinner/package.json b/packages/ui-spinner/package.json index 22a9c2dd..63c199e3 100644 --- a/packages/ui-spinner/package.json +++ b/packages/ui-spinner/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-spinner", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-system/CHANGELOG.md b/packages/ui-system/CHANGELOG.md index 258bea09..47f996e6 100644 --- a/packages/ui-system/CHANGELOG.md +++ b/packages/ui-system/CHANGELOG.md @@ -31,6 +31,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [1.4.17](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.16...ui-system-v1.4.17) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + * devDependencies + * @versini/ui-button bumped to 1.1.7 + ## [1.4.16](https://github.com/versini-org/ui-components/compare/ui-system-v1.4.15...ui-system-v1.4.16) (2024-09-27) diff --git a/packages/ui-system/package.json b/packages/ui-system/package.json index d651d579..a7cc29fc 100644 --- a/packages/ui-system/package.json +++ b/packages/ui-system/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-system", - "version": "1.4.16", + "version": "1.4.17", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-system/stats/stats.json b/packages/ui-system/stats/stats.json index 4012557f..dfe59e8d 100644 --- a/packages/ui-system/stats/stats.json +++ b/packages/ui-system/stats/stats.json @@ -478,5 +478,25 @@ "limit": "46 KB", "passed": true } + }, + "1.4.17": { + "../bundlesize/dist/system/assets/style.css": { + "fileSize": 23003, + "fileSizeGzip": 4051, + "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 3353e42e..73b73503 100644 --- a/packages/ui-table/CHANGELOG.md +++ b/packages/ui-table/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.7](https://github.com/versini-org/ui-components/compare/ui-table-v1.0.6...ui-table-v1.0.7) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.7 + * @versini/ui-icons bumped to 1.12.8 + * @versini/ui-private bumped to 1.4.16 + ## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-table-v1.0.5...ui-table-v1.0.6) (2024-09-27) diff --git a/packages/ui-table/package.json b/packages/ui-table/package.json index 375d9e8a..31a14cf7 100644 --- a/packages/ui-table/package.json +++ b/packages/ui-table/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-table", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-textarea/CHANGELOG.md b/packages/ui-textarea/CHANGELOG.md index 408ac5e9..32733a74 100644 --- a/packages/ui-textarea/CHANGELOG.md +++ b/packages/ui-textarea/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-textarea-v1.0.5...ui-textarea-v1.0.6) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-hooks bumped to 4.2.1 + * @versini/ui-private bumped to 1.4.16 + ## [1.0.5](https://github.com/versini-org/ui-components/compare/ui-textarea-v1.0.4...ui-textarea-v1.0.5) (2024-09-27) diff --git a/packages/ui-textarea/package.json b/packages/ui-textarea/package.json index 717c39ca..148be2ef 100644 --- a/packages/ui-textarea/package.json +++ b/packages/ui-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-textarea", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-textinput/CHANGELOG.md b/packages/ui-textinput/CHANGELOG.md index bef4d67c..4bf22fab 100644 --- a/packages/ui-textinput/CHANGELOG.md +++ b/packages/ui-textinput/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.2](https://github.com/versini-org/ui-components/compare/ui-textinput-v1.1.1...ui-textinput-v1.1.2) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-hooks bumped to 4.2.1 + * @versini/ui-private bumped to 1.4.16 + * devDependencies + * @versini/ui-button bumped to 1.1.7 + * @versini/ui-icons bumped to 1.12.8 + ## [1.1.1](https://github.com/versini-org/ui-components/compare/ui-textinput-v1.1.0...ui-textinput-v1.1.1) (2024-09-27) diff --git a/packages/ui-textinput/package.json b/packages/ui-textinput/package.json index 8a6b64a1..c7811ad2 100644 --- a/packages/ui-textinput/package.json +++ b/packages/ui-textinput/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-textinput", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-toggle/CHANGELOG.md b/packages/ui-toggle/CHANGELOG.md index cf03ef60..75a920d7 100644 --- a/packages/ui-toggle/CHANGELOG.md +++ b/packages/ui-toggle/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.6](https://github.com/versini-org/ui-components/compare/ui-toggle-v1.0.5...ui-toggle-v1.0.6) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-private bumped to 1.4.16 + ## [1.0.5](https://github.com/versini-org/ui-components/compare/ui-toggle-v1.0.4...ui-toggle-v1.0.5) (2024-09-27) diff --git a/packages/ui-toggle/package.json b/packages/ui-toggle/package.json index 2dcfa403..16d33c74 100644 --- a/packages/ui-toggle/package.json +++ b/packages/ui-toggle/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-toggle", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-truncate/CHANGELOG.md b/packages/ui-truncate/CHANGELOG.md index 11907957..e28f83fd 100644 --- a/packages/ui-truncate/CHANGELOG.md +++ b/packages/ui-truncate/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.4](https://github.com/versini-org/ui-components/compare/ui-truncate-v1.0.3...ui-truncate-v1.0.4) (2024-09-27) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 1.1.7 + ## [1.0.3](https://github.com/versini-org/ui-components/compare/ui-truncate-v1.0.2...ui-truncate-v1.0.3) (2024-09-27) diff --git a/packages/ui-truncate/package.json b/packages/ui-truncate/package.json index cb14879f..1d06b3c1 100644 --- a/packages/ui-truncate/package.json +++ b/packages/ui-truncate/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-truncate", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "author": "Arno Versini", "publishConfig": {