diff --git a/.changeset/goofy-lands-train.md b/.changeset/goofy-lands-train.md deleted file mode 100644 index 3b66dcc..0000000 --- a/.changeset/goofy-lands-train.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@dldc/ui-components": minor -"@dldc/ui-patterns": minor -"@dldc/ui-styles": minor -"@dldc/ui-docs": minor ---- - -Dialog pattern and widget diff --git a/.changeset/ninety-baboons-write.md b/.changeset/ninety-baboons-write.md deleted file mode 100644 index f229839..0000000 --- a/.changeset/ninety-baboons-write.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@dldc/ui-core-tailwind-plugin": patch -"@dldc/react-utils": patch -"@dldc/ui-styles": patch -"@dldc/ui-docs": patch ---- - -Upgrade deps diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index e90456b..f7d4faf 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,20 @@ # @dldc/ui-docs +## 1.7.0 + +### Minor Changes + +- ade0946: Dialog pattern and widget + +### Patch Changes + +- b37b004: Upgrade deps +- Updated dependencies [ade0946] +- Updated dependencies [b37b004] + - @dldc/ui-components@1.7.0 + - @dldc/ui-patterns@1.6.0 + - @dldc/ui-styles@1.6.0 + ## 1.6.0 ### Minor Changes @@ -75,6 +90,7 @@ ### Patch Changes - dc6d51a: Add typography primitives across core, styles, and components. + - Introduce `Typography` in `@dldc/ui-components` with content-size, font-size, and font-weight support. - Add shared typography types in `@dldc/ui-core` and export typography style helpers in `@dldc/ui-styles`. - Update icon styles/components to support inline icon rendering. diff --git a/apps/docs/package.json b/apps/docs/package.json index 062218c..828946e 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@dldc/ui-docs", - "version": "1.6.0", + "version": "1.7.0", "private": true, "type": "module", "scripts": { diff --git a/libs/react-utils/CHANGELOG.md b/libs/react-utils/CHANGELOG.md index b58f490..e910d49 100644 --- a/libs/react-utils/CHANGELOG.md +++ b/libs/react-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @dldc/utils +## 1.3.1 + +### Patch Changes + +- b37b004: Upgrade deps + ## 1.3.0 ### Minor Changes @@ -35,6 +41,7 @@ ### Patch Changes - dc6d51a: Add typography primitives across core, styles, and components. + - Introduce `Typography` in `@dldc/ui-components` with content-size, font-size, and font-weight support. - Add shared typography types in `@dldc/ui-core` and export typography style helpers in `@dldc/ui-styles`. - Update icon styles/components to support inline icon rendering. diff --git a/libs/react-utils/package.json b/libs/react-utils/package.json index 63a616c..1da934e 100644 --- a/libs/react-utils/package.json +++ b/libs/react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@dldc/react-utils", - "version": "1.3.0", + "version": "1.3.1", "private": false, "repository": { "url": "https://github.com/dldc-packages/ui" diff --git a/libs/ui-components/CHANGELOG.md b/libs/ui-components/CHANGELOG.md index 9a91a5c..e063e82 100644 --- a/libs/ui-components/CHANGELOG.md +++ b/libs/ui-components/CHANGELOG.md @@ -1,5 +1,18 @@ # @dldc/ui-components +## 1.7.0 + +### Minor Changes + +- ade0946: Dialog pattern and widget + +### Patch Changes + +- Updated dependencies [ade0946] +- Updated dependencies [b37b004] + - @dldc/ui-styles@1.6.0 + - @dldc/react-utils@1.3.1 + ## 1.6.0 ### Minor Changes diff --git a/libs/ui-components/package.json b/libs/ui-components/package.json index 3e342c4..bb9985a 100644 --- a/libs/ui-components/package.json +++ b/libs/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@dldc/ui-components", - "version": "1.6.0", + "version": "1.7.0", "private": false, "repository": { "url": "https://github.com/dldc-packages/ui" diff --git a/libs/ui-core-tailwind-plugin/CHANGELOG.md b/libs/ui-core-tailwind-plugin/CHANGELOG.md index 0206e46..80ef2d6 100644 --- a/libs/ui-core-tailwind-plugin/CHANGELOG.md +++ b/libs/ui-core-tailwind-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @dldc/ui-core-tailwind-plugin +## 1.4.1 + +### Patch Changes + +- b37b004: Upgrade deps + ## 1.4.0 ### Minor Changes @@ -34,6 +40,7 @@ ### Patch Changes - dc6d51a: Add typography primitives across core, styles, and components. + - Introduce `Typography` in `@dldc/ui-components` with content-size, font-size, and font-weight support. - Add shared typography types in `@dldc/ui-core` and export typography style helpers in `@dldc/ui-styles`. - Update icon styles/components to support inline icon rendering. diff --git a/libs/ui-core-tailwind-plugin/package.json b/libs/ui-core-tailwind-plugin/package.json index c9a3128..d8e76b9 100644 --- a/libs/ui-core-tailwind-plugin/package.json +++ b/libs/ui-core-tailwind-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@dldc/ui-core-tailwind-plugin", - "version": "1.4.0", + "version": "1.4.1", "private": false, "repository": { "url": "https://github.com/dldc-packages/ui" diff --git a/libs/ui-patterns/CHANGELOG.md b/libs/ui-patterns/CHANGELOG.md index 41992db..ae33109 100644 --- a/libs/ui-patterns/CHANGELOG.md +++ b/libs/ui-patterns/CHANGELOG.md @@ -1,5 +1,19 @@ # @dldc/ui-patterns +## 1.6.0 + +### Minor Changes + +- ade0946: Dialog pattern and widget + +### Patch Changes + +- Updated dependencies [ade0946] +- Updated dependencies [b37b004] + - @dldc/ui-components@1.7.0 + - @dldc/ui-styles@1.6.0 + - @dldc/react-utils@1.3.1 + ## 1.5.0 ### Minor Changes diff --git a/libs/ui-patterns/package.json b/libs/ui-patterns/package.json index c8f38de..0eb94f9 100644 --- a/libs/ui-patterns/package.json +++ b/libs/ui-patterns/package.json @@ -1,6 +1,6 @@ { "name": "@dldc/ui-patterns", - "version": "1.5.0", + "version": "1.6.0", "private": false, "repository": { "url": "https://github.com/dldc-packages/ui" diff --git a/libs/ui-styles/CHANGELOG.md b/libs/ui-styles/CHANGELOG.md index 3cf6f5c..e857eb0 100644 --- a/libs/ui-styles/CHANGELOG.md +++ b/libs/ui-styles/CHANGELOG.md @@ -1,5 +1,15 @@ # @dldc/ui-styles +## 1.6.0 + +### Minor Changes + +- ade0946: Dialog pattern and widget + +### Patch Changes + +- b37b004: Upgrade deps + ## 1.5.0 ### Minor Changes diff --git a/libs/ui-styles/package.json b/libs/ui-styles/package.json index e6a0bad..d357d88 100644 --- a/libs/ui-styles/package.json +++ b/libs/ui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@dldc/ui-styles", - "version": "1.5.0", + "version": "1.6.0", "private": false, "repository": { "url": "https://github.com/dldc-packages/ui"