diff --git a/.changeset/brave-apples-love.md b/.changeset/brave-apples-love.md deleted file mode 100644 index c64ecde6..00000000 --- a/.changeset/brave-apples-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@fabrix-framework/fabrix": minor ---- - -Support constraints for nested object field in fabrixForm directive API diff --git a/.changeset/chilly-waves-exercise.md b/.changeset/chilly-waves-exercise.md deleted file mode 100644 index 3d0e2543..00000000 --- a/.changeset/chilly-waves-exercise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@fabrix-framework/chakra-ui": patch -"@fabrix-framework/fabrix": patch -"@fabrix-framework/graphql-config": patch ---- - -Use turbo cache on CI diff --git a/.changeset/dirty-snakes-own.md b/.changeset/dirty-snakes-own.md deleted file mode 100644 index 6770e945..00000000 --- a/.changeset/dirty-snakes-own.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@fabrix-framework/unstyled": minor ---- - -Introduced unstyled component package - -Supported GraphQL types are as follows: - -* String -* Int -* Float -* Boolean -* Date -* DateTime diff --git a/.changeset/grumpy-clouds-collect.md b/.changeset/grumpy-clouds-collect.md deleted file mode 100644 index 17a51644..00000000 --- a/.changeset/grumpy-clouds-collect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@fabrix-framework/chakra-ui": patch -"@fabrix-framework/fabrix": patch -"@fabrix-framework/graphql-config": patch ---- - -Add path to GitHub Actions' trigger. diff --git a/packages/chakra-ui/CHANGELOG.md b/packages/chakra-ui/CHANGELOG.md index e0d63897..38db9a6e 100644 --- a/packages/chakra-ui/CHANGELOG.md +++ b/packages/chakra-ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @fabrix-framework/chakra-ui +## 0.6.1 + +### Patch Changes + +- [#176](https://github.com/fabrix-framework/fabrix/pull/176) [`e77f632`](https://github.com/fabrix-framework/fabrix/commit/e77f6326abe9b358870bf4a982c01cb6be3fe0bd) Thanks [@toiroakr](https://github.com/toiroakr)! - Use turbo cache on CI + +- [#177](https://github.com/fabrix-framework/fabrix/pull/177) [`9450a34`](https://github.com/fabrix-framework/fabrix/commit/9450a34231b7ac4b88be88f84f9357d969887e67) Thanks [@toiroakr](https://github.com/toiroakr)! - Add path to GitHub Actions' trigger. + +- Updated dependencies [[`d433fe0`](https://github.com/fabrix-framework/fabrix/commit/d433fe055915eea357efc1df4acfd277b1e78ec4), [`e77f632`](https://github.com/fabrix-framework/fabrix/commit/e77f6326abe9b358870bf4a982c01cb6be3fe0bd), [`9450a34`](https://github.com/fabrix-framework/fabrix/commit/9450a34231b7ac4b88be88f84f9357d969887e67)]: + - @fabrix-framework/fabrix@0.7.0 + ## 0.6.0 ### Minor Changes diff --git a/packages/chakra-ui/package.json b/packages/chakra-ui/package.json index 2c545dbb..c321f7b2 100644 --- a/packages/chakra-ui/package.json +++ b/packages/chakra-ui/package.json @@ -1,7 +1,7 @@ { "name": "@fabrix-framework/chakra-ui", "private": false, - "version": "0.6.0", + "version": "0.6.1", "description": "Chakra UI components for Fabrix", "publishConfig": { "provenance": true diff --git a/packages/fabrix/CHANGELOG.md b/packages/fabrix/CHANGELOG.md index 24047d52..d984aa11 100644 --- a/packages/fabrix/CHANGELOG.md +++ b/packages/fabrix/CHANGELOG.md @@ -1,5 +1,17 @@ # @fabrix-framework/fabrix +## 0.7.0 + +### Minor Changes + +- [#166](https://github.com/fabrix-framework/fabrix/pull/166) [`d433fe0`](https://github.com/fabrix-framework/fabrix/commit/d433fe055915eea357efc1df4acfd277b1e78ec4) Thanks [@IzumiSy](https://github.com/IzumiSy)! - Support constraints for nested object field in fabrixForm directive API + +### Patch Changes + +- [#176](https://github.com/fabrix-framework/fabrix/pull/176) [`e77f632`](https://github.com/fabrix-framework/fabrix/commit/e77f6326abe9b358870bf4a982c01cb6be3fe0bd) Thanks [@toiroakr](https://github.com/toiroakr)! - Use turbo cache on CI + +- [#177](https://github.com/fabrix-framework/fabrix/pull/177) [`9450a34`](https://github.com/fabrix-framework/fabrix/commit/9450a34231b7ac4b88be88f84f9357d969887e67) Thanks [@toiroakr](https://github.com/toiroakr)! - Add path to GitHub Actions' trigger. + ## 0.6.0 ### Minor Changes diff --git a/packages/fabrix/package.json b/packages/fabrix/package.json index 36cfaca4..35f82425 100644 --- a/packages/fabrix/package.json +++ b/packages/fabrix/package.json @@ -1,7 +1,7 @@ { "name": "@fabrix-framework/fabrix", "private": false, - "version": "0.6.0", + "version": "0.7.0", "description": "schema-driven UI packages", "publishConfig": { "provenance": true diff --git a/packages/graphql-config/CHANGELOG.md b/packages/graphql-config/CHANGELOG.md index c3ad2f71..6ee81c39 100644 --- a/packages/graphql-config/CHANGELOG.md +++ b/packages/graphql-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @fabrix-framework/graphql-config +## 0.4.1 + +### Patch Changes + +- [#176](https://github.com/fabrix-framework/fabrix/pull/176) [`e77f632`](https://github.com/fabrix-framework/fabrix/commit/e77f6326abe9b358870bf4a982c01cb6be3fe0bd) Thanks [@toiroakr](https://github.com/toiroakr)! - Use turbo cache on CI + +- [#177](https://github.com/fabrix-framework/fabrix/pull/177) [`9450a34`](https://github.com/fabrix-framework/fabrix/commit/9450a34231b7ac4b88be88f84f9357d969887e67) Thanks [@toiroakr](https://github.com/toiroakr)! - Add path to GitHub Actions' trigger. + ## 0.4.0 ### Minor Changes diff --git a/packages/graphql-config/package.json b/packages/graphql-config/package.json index 6a5a9f77..29dd7e93 100644 --- a/packages/graphql-config/package.json +++ b/packages/graphql-config/package.json @@ -2,7 +2,7 @@ "name": "@fabrix-framework/graphql-config", "private": false, "type": "module", - "version": "0.4.0", + "version": "0.4.1", "description": "GraphQL configuration for fabrix", "publishConfig": { "provenance": true diff --git a/packages/unstyled/CHANGELOG.md b/packages/unstyled/CHANGELOG.md new file mode 100644 index 00000000..d1b69216 --- /dev/null +++ b/packages/unstyled/CHANGELOG.md @@ -0,0 +1,21 @@ +# @fabrix-framework/unstyled + +## 0.1.0 + +### Minor Changes + +- [#157](https://github.com/fabrix-framework/fabrix/pull/157) [`6a7bb01`](https://github.com/fabrix-framework/fabrix/commit/6a7bb010f2fd44332ee29c28a62e3ec6d03731e9) Thanks [@IzumiSy](https://github.com/IzumiSy)! - Introduced unstyled component package + + Supported GraphQL types are as follows: + + - String + - Int + - Float + - Boolean + - Date + - DateTime + +### Patch Changes + +- Updated dependencies [[`d433fe0`](https://github.com/fabrix-framework/fabrix/commit/d433fe055915eea357efc1df4acfd277b1e78ec4), [`e77f632`](https://github.com/fabrix-framework/fabrix/commit/e77f6326abe9b358870bf4a982c01cb6be3fe0bd), [`9450a34`](https://github.com/fabrix-framework/fabrix/commit/9450a34231b7ac4b88be88f84f9357d969887e67)]: + - @fabrix-framework/fabrix@0.7.0 diff --git a/packages/unstyled/package.json b/packages/unstyled/package.json index 9479c8a2..0ab6f890 100644 --- a/packages/unstyled/package.json +++ b/packages/unstyled/package.json @@ -1,7 +1,7 @@ { "name": "@fabrix-framework/unstyled", "private": false, - "version": "0.0.0", + "version": "0.1.0", "description": "Unstyled components for Fabrix", "publishConfig": { "provenance": true