diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de5b158f..34160ddf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,30 +1,30 @@ { - "packages/ui-anchor": "1.4.3", - "packages/ui-bubble": "3.1.0", - "packages/ui-button": "4.0.3", - "packages/ui-card": "3.0.0", - "packages/ui-components": "5.34.6", + "packages/ui-anchor": "1.4.4", + "packages/ui-bubble": "3.1.1", + "packages/ui-button": "4.0.4", + "packages/ui-card": "3.0.1", + "packages/ui-components": "5.34.7", "packages/ui-fingerprint": "1.1.0", - "packages/ui-footer": "3.0.0", - "packages/ui-form": "1.10.0", - "packages/ui-header": "3.0.0", + "packages/ui-footer": "3.0.1", + "packages/ui-form": "1.10.1", + "packages/ui-header": "3.0.1", "packages/ui-hooks": "4.3.0", - "packages/ui-icons": "4.2.0", - "packages/ui-liveregion": "1.3.0", - "packages/ui-main": "3.0.0", - "packages/ui-menu": "3.0.2", - "packages/ui-modal": "1.2.0", - "packages/ui-panel": "1.3.3", - "packages/ui-pill": "3.0.0", - "packages/ui-spinner": "3.0.0", + "packages/ui-icons": "4.2.1", + "packages/ui-liveregion": "1.3.1", + "packages/ui-main": "3.0.1", + "packages/ui-menu": "3.0.3", + "packages/ui-modal": "1.2.1", + "packages/ui-panel": "1.3.4", + "packages/ui-pill": "3.0.1", + "packages/ui-spinner": "3.0.1", "packages/ui-styles": "3.1.0", - "packages/ui-svgicon": "4.0.0", - "packages/ui-system": "3.0.0", - "packages/ui-table": "3.0.4", - "packages/ui-textarea": "3.0.0", - "packages/ui-textinput": "3.0.0", - "packages/ui-toggle": "3.0.0", - "packages/ui-togglegroup": "3.0.0", - "packages/ui-truncate": "3.0.3", + "packages/ui-svgicon": "4.0.1", + "packages/ui-system": "3.0.1", + "packages/ui-table": "3.0.5", + "packages/ui-textarea": "3.0.1", + "packages/ui-textinput": "3.0.1", + "packages/ui-toggle": "3.0.1", + "packages/ui-togglegroup": "3.0.1", + "packages/ui-truncate": "3.0.4", "packages/ui-types": "4.0.0" } diff --git a/packages/ui-anchor/CHANGELOG.md b/packages/ui-anchor/CHANGELOG.md index 1a3ed4e7..c7e3c177 100644 --- a/packages/ui-anchor/CHANGELOG.md +++ b/packages/ui-anchor/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.4](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.4.3...ui-anchor-v1.4.4) (2025-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 4.0.4 + ## [1.4.3](https://github.com/versini-org/ui-components/compare/ui-anchor-v1.4.2...ui-anchor-v1.4.3) (2025-01-04) diff --git a/packages/ui-anchor/package.json b/packages/ui-anchor/package.json index 3893bf69..cd169ee5 100644 --- a/packages/ui-anchor/package.json +++ b/packages/ui-anchor/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-anchor", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-bubble/CHANGELOG.md b/packages/ui-bubble/CHANGELOG.md index c3376b42..497c50b9 100644 --- a/packages/ui-bubble/CHANGELOG.md +++ b/packages/ui-bubble/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.1.1](https://github.com/versini-org/ui-components/compare/ui-bubble-v3.1.0...ui-bubble-v3.1.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 4.0.4 + * @versini/ui-icons bumped to 4.2.1 + ## [3.1.0](https://github.com/versini-org/ui-components/compare/ui-bubble-v3.0.4...ui-bubble-v3.1.0) (2025-01-07) diff --git a/packages/ui-bubble/package.json b/packages/ui-bubble/package.json index e3870385..55367ae1 100644 --- a/packages/ui-bubble/package.json +++ b/packages/ui-bubble/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-bubble", - "version": "3.1.0", + "version": "3.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", @@ -45,5 +47,7 @@ "clsx": "2.1.1", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-button/CHANGELOG.md b/packages/ui-button/CHANGELOG.md index 92734e35..da395d6a 100644 --- a/packages/ui-button/CHANGELOG.md +++ b/packages/ui-button/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [4.0.4](https://github.com/versini-org/ui-components/compare/ui-button-v4.0.3...ui-button-v4.0.4) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-icons bumped to 4.2.1 + * devDependencies + * @versini/ui-svgicon bumped to 4.0.1 + ## [4.0.3](https://github.com/versini-org/ui-components/compare/ui-button-v4.0.2...ui-button-v4.0.3) (2025-01-04) diff --git a/packages/ui-button/package.json b/packages/ui-button/package.json index 64ca281e..e5069bbc 100644 --- a/packages/ui-button/package.json +++ b/packages/ui-button/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-button", - "version": "4.0.3", + "version": "4.0.4", "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.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-card/CHANGELOG.md b/packages/ui-card/CHANGELOG.md index f995cd40..871ffc20 100644 --- a/packages/ui-card/CHANGELOG.md +++ b/packages/ui-card/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-card-v3.0.0...ui-card-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-card-v2.0.6...ui-card-v3.0.0) (2025-01-03) diff --git a/packages/ui-card/package.json b/packages/ui-card/package.json index ce589b06..54e6ccb3 100644 --- a/packages/ui-card/package.json +++ b/packages/ui-card/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-card", - "version": "3.0.0", + "version": "3.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", @@ -44,5 +46,7 @@ "clsx": "2.1.1", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index f519d808..b8115b9a 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -192,6 +192,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline # Changelog +## [5.34.7](https://github.com/versini-org/ui-components/compare/ui-components-v5.34.6...ui-components-v5.34.7) (2025-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-anchor bumped to 1.4.4 + * @versini/ui-button bumped to 4.0.4 + * @versini/ui-bubble bumped to 3.1.1 + * @versini/ui-card bumped to 3.0.1 + * @versini/ui-footer bumped to 3.0.1 + * @versini/ui-header bumped to 3.0.1 + * @versini/ui-icons bumped to 4.2.1 + * @versini/ui-main bumped to 3.0.1 + * @versini/ui-menu bumped to 3.0.3 + * @versini/ui-panel bumped to 1.3.4 + * @versini/ui-pill bumped to 3.0.1 + * @versini/ui-spinner bumped to 3.0.1 + * @versini/ui-table bumped to 3.0.5 + ## [5.34.6](https://github.com/versini-org/ui-components/compare/ui-components-v5.34.5...ui-components-v5.34.6) (2025-01-07) diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 1054126b..3be1be9f 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-components", - "version": "5.34.6", + "version": "5.34.7", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-components/stats/stats.json b/packages/ui-components/stats/stats.json index 2e102bc7..5bf9774d 100644 --- a/packages/ui-components/stats/stats.json +++ b/packages/ui-components/stats/stats.json @@ -2318,5 +2318,25 @@ "limit": "80 KB", "passed": true } + }, + "5.34.7": { + "../bundlesize/dist/components/assets/style.css": { + "fileSize": 47360, + "fileSizeGzip": 7009, + "limit": "8 KB", + "passed": true + }, + "../bundlesize/dist/components/assets/index.js": { + "fileSize": 78511, + "fileSizeGzip": 12110, + "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-footer/CHANGELOG.md b/packages/ui-footer/CHANGELOG.md index aedce23a..72810d51 100644 --- a/packages/ui-footer/CHANGELOG.md +++ b/packages/ui-footer/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-footer-v3.0.0...ui-footer-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-footer-v2.0.6...ui-footer-v3.0.0) (2025-01-03) diff --git a/packages/ui-footer/package.json b/packages/ui-footer/package.json index dc805395..9aeb5e3f 100644 --- a/packages/ui-footer/package.json +++ b/packages/ui-footer/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-footer", - "version": "3.0.0", + "version": "3.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", @@ -42,5 +44,7 @@ "@tailwindcss/typography": "0.5.15", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-form/CHANGELOG.md b/packages/ui-form/CHANGELOG.md index 419d1d68..9d86a0a5 100644 --- a/packages/ui-form/CHANGELOG.md +++ b/packages/ui-form/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [1.10.1](https://github.com/versini-org/ui-components/compare/ui-form-v1.10.0...ui-form-v1.10.1) (2025-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-textarea bumped to 3.0.1 + * @versini/ui-textinput bumped to 3.0.1 + * @versini/ui-toggle bumped to 3.0.1 + * @versini/ui-togglegroup bumped to 3.0.1 + ## [1.10.0](https://github.com/versini-org/ui-components/compare/ui-form-v1.9.11...ui-form-v1.10.0) (2025-01-03) diff --git a/packages/ui-form/package.json b/packages/ui-form/package.json index 59f59010..05a0c6a3 100644 --- a/packages/ui-form/package.json +++ b/packages/ui-form/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-form", - "version": "1.10.0", + "version": "1.10.1", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-form/stats/stats.json b/packages/ui-form/stats/stats.json index 3c912cd2..642c2534 100644 --- a/packages/ui-form/stats/stats.json +++ b/packages/ui-form/stats/stats.json @@ -838,5 +838,19 @@ "limit": "57 KB", "passed": true } + }, + "1.10.1": { + "../bundlesize/dist/form/assets/index.js": { + "fileSize": 34178, + "fileSizeGzip": 9866, + "limit": "20 KB", + "passed": true + }, + "../bundlesize/dist/form/assets/vendor.js": { + "fileSize": 184717, + "fileSizeGzip": 58162, + "limit": "57 KB", + "passed": true + } } } diff --git a/packages/ui-header/CHANGELOG.md b/packages/ui-header/CHANGELOG.md index de39ac8e..c1fd5737 100644 --- a/packages/ui-header/CHANGELOG.md +++ b/packages/ui-header/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-header-v3.0.0...ui-header-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-header-v2.1.1...ui-header-v3.0.0) (2025-01-03) diff --git a/packages/ui-header/package.json b/packages/ui-header/package.json index 420a55e2..77b20aaf 100644 --- a/packages/ui-header/package.json +++ b/packages/ui-header/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-header", - "version": "3.0.0", + "version": "3.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 @@ "clsx": "2.1.1", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-icons/CHANGELOG.md b/packages/ui-icons/CHANGELOG.md index 3cf61aa9..9336a3bf 100644 --- a/packages/ui-icons/CHANGELOG.md +++ b/packages/ui-icons/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.2.1](https://github.com/versini-org/ui-components/compare/ui-icons-v4.2.0...ui-icons-v4.2.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-svgicon bumped to 4.0.1 + ## [4.2.0](https://github.com/versini-org/ui-components/compare/ui-icons-v4.1.0...ui-icons-v4.2.0) (2025-01-04) diff --git a/packages/ui-icons/package.json b/packages/ui-icons/package.json index 298a3291..ff83350b 100644 --- a/packages/ui-icons/package.json +++ b/packages/ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-icons", - "version": "4.2.0", + "version": "4.2.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:icons": "node lib/buildIcons.js", @@ -42,5 +44,7 @@ "dependencies": { "@versini/ui-svgicon": "workspace:../ui-svgicon" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-liveregion/CHANGELOG.md b/packages/ui-liveregion/CHANGELOG.md index 1b991dee..cf80d08f 100644 --- a/packages/ui-liveregion/CHANGELOG.md +++ b/packages/ui-liveregion/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/versini-org/ui-components/compare/ui-liveregion-v1.3.0...ui-liveregion-v1.3.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [1.3.0](https://github.com/versini-org/ui-components/compare/ui-liveregion-v1.2.8...ui-liveregion-v1.3.0) (2025-01-03) diff --git a/packages/ui-liveregion/package.json b/packages/ui-liveregion/package.json index 621fa9a4..e8a1838d 100644 --- a/packages/ui-liveregion/package.json +++ b/packages/ui-liveregion/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-liveregion", - "version": "1.3.0", + "version": "1.3.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", @@ -38,5 +40,7 @@ "devDependencies": { "@versini/ui-types": "workspace:../ui-types" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-main/CHANGELOG.md b/packages/ui-main/CHANGELOG.md index 52a66d25..72eb4213 100644 --- a/packages/ui-main/CHANGELOG.md +++ b/packages/ui-main/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-main-v3.0.0...ui-main-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-main-v2.1.1...ui-main-v3.0.0) (2025-01-03) diff --git a/packages/ui-main/package.json b/packages/ui-main/package.json index 2a5ead31..66c3ec3c 100644 --- a/packages/ui-main/package.json +++ b/packages/ui-main/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-main", - "version": "3.0.0", + "version": "3.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", @@ -42,5 +44,7 @@ "@tailwindcss/typography": "0.5.15", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-menu/CHANGELOG.md b/packages/ui-menu/CHANGELOG.md index 1c70c355..dfd3b10c 100644 --- a/packages/ui-menu/CHANGELOG.md +++ b/packages/ui-menu/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.0.3](https://github.com/versini-org/ui-components/compare/ui-menu-v3.0.2...ui-menu-v3.0.3) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @versini/ui-icons bumped to 4.2.1 + ## [3.0.2](https://github.com/versini-org/ui-components/compare/ui-menu-v3.0.1...ui-menu-v3.0.2) (2025-01-04) diff --git a/packages/ui-menu/package.json b/packages/ui-menu/package.json index 728b3a2b..5283bf74 100644 --- a/packages/ui-menu/package.json +++ b/packages/ui-menu/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-menu", - "version": "3.0.2", + "version": "3.0.3", "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.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-modal/CHANGELOG.md b/packages/ui-modal/CHANGELOG.md index bb93d1dd..54ee559d 100644 --- a/packages/ui-modal/CHANGELOG.md +++ b/packages/ui-modal/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/versini-org/ui-components/compare/ui-modal-v1.2.0...ui-modal-v1.2.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [1.2.0](https://github.com/versini-org/ui-components/compare/ui-modal-v1.1.8...ui-modal-v1.2.0) (2025-01-03) diff --git a/packages/ui-modal/package.json b/packages/ui-modal/package.json index 4a76d2c0..8fb41671 100644 --- a/packages/ui-modal/package.json +++ b/packages/ui-modal/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-modal", - "version": "1.2.0", + "version": "1.2.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", @@ -38,5 +40,7 @@ "@floating-ui/react": "0.27.2", "clsx": "2.1.1" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-panel/CHANGELOG.md b/packages/ui-panel/CHANGELOG.md index d3ae5e76..5f09ef7d 100644 --- a/packages/ui-panel/CHANGELOG.md +++ b/packages/ui-panel/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.3.4](https://github.com/versini-org/ui-components/compare/ui-panel-v1.3.3...ui-panel-v1.3.4) (2025-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 4.0.4 + * @versini/ui-icons bumped to 4.2.1 + * @versini/ui-modal bumped to 1.2.1 + ## [1.3.3](https://github.com/versini-org/ui-components/compare/ui-panel-v1.3.2...ui-panel-v1.3.3) (2025-01-04) diff --git a/packages/ui-panel/package.json b/packages/ui-panel/package.json index db08c10b..e02432ad 100644 --- a/packages/ui-panel/package.json +++ b/packages/ui-panel/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-panel", - "version": "1.3.3", + "version": "1.3.4", "license": "MIT", "author": "Arno Versini", "publishConfig": { diff --git a/packages/ui-pill/CHANGELOG.md b/packages/ui-pill/CHANGELOG.md index 1390cc9a..cc5d44bd 100644 --- a/packages/ui-pill/CHANGELOG.md +++ b/packages/ui-pill/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-pill-v3.0.0...ui-pill-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-pill-v2.0.6...ui-pill-v3.0.0) (2025-01-03) diff --git a/packages/ui-pill/package.json b/packages/ui-pill/package.json index 8a5e06d2..67eb8c06 100644 --- a/packages/ui-pill/package.json +++ b/packages/ui-pill/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-pill", - "version": "3.0.0", + "version": "3.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 @@ "clsx": "2.1.1", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-spinner/CHANGELOG.md b/packages/ui-spinner/CHANGELOG.md index 4682070a..4f05293d 100644 --- a/packages/ui-spinner/CHANGELOG.md +++ b/packages/ui-spinner/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-spinner-v3.0.0...ui-spinner-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-spinner-v2.0.6...ui-spinner-v3.0.0) (2025-01-03) diff --git a/packages/ui-spinner/package.json b/packages/ui-spinner/package.json index a736b038..ead273d7 100644 --- a/packages/ui-spinner/package.json +++ b/packages/ui-spinner/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-spinner", - "version": "3.0.0", + "version": "3.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", @@ -42,5 +44,7 @@ "@tailwindcss/typography": "0.5.15", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-svgicon/CHANGELOG.md b/packages/ui-svgicon/CHANGELOG.md index bf9117ac..78f7aecd 100644 --- a/packages/ui-svgicon/CHANGELOG.md +++ b/packages/ui-svgicon/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/versini-org/ui-components/compare/ui-svgicon-v4.0.0...ui-svgicon-v4.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [4.0.0](https://github.com/versini-org/ui-components/compare/ui-svgicon-v3.0.3...ui-svgicon-v4.0.0) (2025-01-03) diff --git a/packages/ui-svgicon/package.json b/packages/ui-svgicon/package.json index 8df3b1bd..26d5c824 100644 --- a/packages/ui-svgicon/package.json +++ b/packages/ui-svgicon/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-svgicon", - "version": "4.0.0", + "version": "4.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", @@ -38,5 +40,7 @@ "devDependencies": { "@versini/ui-types": "workspace:../ui-types" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-system/CHANGELOG.md b/packages/ui-system/CHANGELOG.md index bc1d3227..301ddd30 100644 --- a/packages/ui-system/CHANGELOG.md +++ b/packages/ui-system/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-system-v3.0.0...ui-system-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-system-v2.0.7...ui-system-v3.0.0) (2025-01-03) diff --git a/packages/ui-system/package.json b/packages/ui-system/package.json index a70109f2..69beb835 100644 --- a/packages/ui-system/package.json +++ b/packages/ui-system/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-system", - "version": "3.0.0", + "version": "3.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", @@ -42,5 +44,7 @@ "clsx": "2.1.1", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-table/CHANGELOG.md b/packages/ui-table/CHANGELOG.md index a5a11c8a..6ff55b64 100644 --- a/packages/ui-table/CHANGELOG.md +++ b/packages/ui-table/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [3.0.5](https://github.com/versini-org/ui-components/compare/ui-table-v3.0.4...ui-table-v3.0.5) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 4.0.4 + * @versini/ui-icons bumped to 4.2.1 + ## [3.0.4](https://github.com/versini-org/ui-components/compare/ui-table-v3.0.3...ui-table-v3.0.4) (2025-01-04) diff --git a/packages/ui-table/package.json b/packages/ui-table/package.json index 197f7f6c..fe884f58 100644 --- a/packages/ui-table/package.json +++ b/packages/ui-table/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-table", - "version": "3.0.4", + "version": "3.0.5", "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.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-textarea/CHANGELOG.md b/packages/ui-textarea/CHANGELOG.md index 1633ca98..e6063eda 100644 --- a/packages/ui-textarea/CHANGELOG.md +++ b/packages/ui-textarea/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-textarea-v3.0.0...ui-textarea-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-liveregion bumped to 1.3.1 + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-textarea-v2.1.2...ui-textarea-v3.0.0) (2025-01-03) diff --git a/packages/ui-textarea/package.json b/packages/ui-textarea/package.json index 6ed09796..8297de1a 100644 --- a/packages/ui-textarea/package.json +++ b/packages/ui-textarea/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-textarea", - "version": "3.0.0", + "version": "3.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.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-textinput/CHANGELOG.md b/packages/ui-textinput/CHANGELOG.md index db75bae4..2126b9de 100644 --- a/packages/ui-textinput/CHANGELOG.md +++ b/packages/ui-textinput/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-textinput-v3.0.0...ui-textinput-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-liveregion bumped to 1.3.1 + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-textinput-v2.0.6...ui-textinput-v3.0.0) (2025-01-03) diff --git a/packages/ui-textinput/package.json b/packages/ui-textinput/package.json index 3afbc1f5..6ee869e6 100644 --- a/packages/ui-textinput/package.json +++ b/packages/ui-textinput/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-textinput", - "version": "3.0.0", + "version": "3.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.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-toggle/CHANGELOG.md b/packages/ui-toggle/CHANGELOG.md index 1b78887f..3fbc84e3 100644 --- a/packages/ui-toggle/CHANGELOG.md +++ b/packages/ui-toggle/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-toggle-v3.0.0...ui-toggle-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-toggle-v2.0.6...ui-toggle-v3.0.0) (2025-01-03) diff --git a/packages/ui-toggle/package.json b/packages/ui-toggle/package.json index 6165dff1..7f07ef31 100644 --- a/packages/ui-toggle/package.json +++ b/packages/ui-toggle/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-toggle", - "version": "3.0.0", + "version": "3.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 @@ "clsx": "2.1.1", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-togglegroup/CHANGELOG.md b/packages/ui-togglegroup/CHANGELOG.md index 0e7afc48..a6472e2c 100644 --- a/packages/ui-togglegroup/CHANGELOG.md +++ b/packages/ui-togglegroup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/versini-org/ui-components/compare/ui-togglegroup-v3.0.0...ui-togglegroup-v3.0.1) (2025-01-07) + + +### Bug Fixes + +* moving types dependencies from prod to dev ([#896](https://github.com/versini-org/ui-components/issues/896)) ([eae93a7](https://github.com/versini-org/ui-components/commit/eae93a7674594408093f1f37e036572ebf5a4cc3)) + ## [3.0.0](https://github.com/versini-org/ui-components/compare/ui-togglegroup-v2.0.6...ui-togglegroup-v3.0.0) (2025-01-03) diff --git a/packages/ui-togglegroup/package.json b/packages/ui-togglegroup/package.json index d0adb37f..078e5a2a 100644 --- a/packages/ui-togglegroup/package.json +++ b/packages/ui-togglegroup/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-togglegroup", - "version": "3.0.0", + "version": "3.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", @@ -44,5 +46,7 @@ "clsx": "2.1.1", "tailwindcss": "3.4.17" }, - "sideEffects": ["**/*.css"] + "sideEffects": [ + "**/*.css" + ] } diff --git a/packages/ui-truncate/CHANGELOG.md b/packages/ui-truncate/CHANGELOG.md index 8e833c39..a6b0c291 100644 --- a/packages/ui-truncate/CHANGELOG.md +++ b/packages/ui-truncate/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.0.4](https://github.com/versini-org/ui-components/compare/ui-truncate-v3.0.3...ui-truncate-v3.0.4) (2025-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @versini/ui-button bumped to 4.0.4 + ## [3.0.3](https://github.com/versini-org/ui-components/compare/ui-truncate-v3.0.2...ui-truncate-v3.0.3) (2025-01-04) diff --git a/packages/ui-truncate/package.json b/packages/ui-truncate/package.json index f64b282c..0c1ac5c8 100644 --- a/packages/ui-truncate/package.json +++ b/packages/ui-truncate/package.json @@ -1,6 +1,6 @@ { "name": "@versini/ui-truncate", - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "author": "Arno Versini", "publishConfig": {