diff --git a/.changeset/pre.json b/.changeset/pre.json index 08474d2f..a1de044c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -13,6 +13,7 @@ "@genseki/prisma-generator": "0.0.0" }, "changesets": [ + "better-impalas-join", "bitter-mails-punch", "bitter-roses-rescue", "bitter-tools-rest", @@ -126,6 +127,7 @@ "tame-pens-throw", "thick-groups-greet", "thick-icons-invite", + "three-dogs-carry", "tidy-mice-cheer", "tiny-schools-type", "violet-humans-notice", diff --git a/examples/erp/CHANGELOG.md b/examples/erp/CHANGELOG.md index bca5944d..0f996c85 100644 --- a/examples/erp/CHANGELOG.md +++ b/examples/erp/CHANGELOG.md @@ -1,5 +1,52 @@ # @example/erp +## 0.1.0-alpha.56 + +### Patch Changes + +- [#234](https://github.com/softnetics/genseki/pull/234) [`0f10dbb`](https://github.com/softnetics/genseki/commit/0f10dbb2b46fbc48c68f65fdd1348025148121aa) Thanks [@SupakornNetsuwan](https://github.com/SupakornNetsuwan)! - - Migrate from `tv` to `cva` + + - Introducing `create-required-context` + - Incremental adopting Intent UI color system to Shadcn color system from + - Rename and deprecated react aria + - `textfield` + - `label` + - `button` + - `popover` _(with children composible components too)_ + - `dialog` _(with children composible components too)_ + - `modal` _(with children composible components too)_ + - `sheet` _(with children composible components too)_ + - `base-icon` + - `combobox` _(with children composible components too)_ + - `field-group` + - Migrate `textfield` to Shadcn _(Not completely 100% from entirely project perspective, since some compound component required react aria primitive component as a base, **the change will incrementally adopt**)_ + - Migrate `button` to Shadcn _(Not completely 100% from entirely project perspective, since some compound component required react aria primitive component as a base, **the change will incrementally adopt**)_ + - Create `Shadcn` UI playground for Shadcn particularly + - Change UI playground project structure + - Introducing to new components by Shadcn + - Input + - Input group + - Button + - Label + - Dialog + - Menu + - Popover + - Combobox composition + - Command **(from cmdk)** + +- [#236](https://github.com/softnetics/genseki/pull/236) [`f88f0f2`](https://github.com/softnetics/genseki/commit/f88f0f23d7e58436707021d66b886288bfa019d8) Thanks [@SupakornNetsuwan](https://github.com/SupakornNetsuwan)! - - Deprecated `link` component + - Remove button `link` variant + - Add example for `link` usage + - Update button variants + - update design tokens +- Updated dependencies [[`0f10dbb`](https://github.com/softnetics/genseki/commit/0f10dbb2b46fbc48c68f65fdd1348025148121aa), [`f88f0f2`](https://github.com/softnetics/genseki/commit/f88f0f23d7e58436707021d66b886288bfa019d8)]: + - @genseki/react@0.1.0-alpha.58 + - @genseki/next@0.1.0-alpha.58 + - @genseki/plugins@0.1.0-alpha.58 + - @genseki/prisma-generator@0.1.0-alpha.58 + - @genseki/react-query@0.1.0-alpha.58 + - @genseki/rest@0.1.0-alpha.58 + ## 0.1.0-alpha.55 ### Patch Changes diff --git a/examples/erp/package.json b/examples/erp/package.json index ad5b7737..0033e7b3 100644 --- a/examples/erp/package.json +++ b/examples/erp/package.json @@ -1,6 +1,6 @@ { "name": "@example/erp", - "version": "0.1.0-alpha.55", + "version": "0.1.0-alpha.56", "private": true, "scripts": { "dev": "next dev --turbopack", diff --git a/examples/ui-playground/CHANGELOG.md b/examples/ui-playground/CHANGELOG.md index 47c36f3b..89074ea6 100644 --- a/examples/ui-playground/CHANGELOG.md +++ b/examples/ui-playground/CHANGELOG.md @@ -1,5 +1,43 @@ # @example/ui-playground +## 0.1.0-alpha.57 + +### Patch Changes + +- [#234](https://github.com/softnetics/genseki/pull/234) [`0f10dbb`](https://github.com/softnetics/genseki/commit/0f10dbb2b46fbc48c68f65fdd1348025148121aa) Thanks [@SupakornNetsuwan](https://github.com/SupakornNetsuwan)! - - Migrate from `tv` to `cva` + - Introducing `create-required-context` + - Incremental adopting Intent UI color system to Shadcn color system from + - Rename and deprecated react aria + - `textfield` + - `label` + - `button` + - `popover` _(with children composible components too)_ + - `dialog` _(with children composible components too)_ + - `modal` _(with children composible components too)_ + - `sheet` _(with children composible components too)_ + - `base-icon` + - `combobox` _(with children composible components too)_ + - `field-group` + - Migrate `textfield` to Shadcn _(Not completely 100% from entirely project perspective, since some compound component required react aria primitive component as a base, **the change will incrementally adopt**)_ + - Migrate `button` to Shadcn _(Not completely 100% from entirely project perspective, since some compound component required react aria primitive component as a base, **the change will incrementally adopt**)_ + - Create `Shadcn` UI playground for Shadcn particularly + - Change UI playground project structure + - Introducing to new components by Shadcn + - Input + - Input group + - Button + - Label + - Dialog + - Menu + - Popover + - Combobox composition + - Command **(from cmdk)** +- Updated dependencies [[`0f10dbb`](https://github.com/softnetics/genseki/commit/0f10dbb2b46fbc48c68f65fdd1348025148121aa), [`f88f0f2`](https://github.com/softnetics/genseki/commit/f88f0f23d7e58436707021d66b886288bfa019d8)]: + - @genseki/react@0.1.0-alpha.58 + - @genseki/next@0.1.0-alpha.58 + - @genseki/react-query@0.1.0-alpha.58 + - @genseki/rest@0.1.0-alpha.58 + ## 0.1.0-alpha.56 ### Patch Changes diff --git a/examples/ui-playground/package.json b/examples/ui-playground/package.json index 401d6162..38571081 100644 --- a/examples/ui-playground/package.json +++ b/examples/ui-playground/package.json @@ -1,6 +1,6 @@ { "name": "@example/ui-playground", - "version": "0.1.0-alpha.56", + "version": "0.1.0-alpha.57", "private": true, "scripts": { "dev": "NODE_OPTIONS='--inspect' next dev --port 3003 --turbopack", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 68096a4f..0bad08b7 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,12 @@ # @genseki/next +## 0.1.0-alpha.58 + +### Patch Changes + +- Updated dependencies [[`0f10dbb`](https://github.com/softnetics/genseki/commit/0f10dbb2b46fbc48c68f65fdd1348025148121aa), [`f88f0f2`](https://github.com/softnetics/genseki/commit/f88f0f23d7e58436707021d66b886288bfa019d8)]: + - @genseki/react@0.1.0-alpha.58 + ## 0.1.0-alpha.57 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 98d7eb32..3b858c29 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,7 +1,7 @@ { "name": "@genseki/next", "description": "Next.js integration for Genseki", - "version": "0.1.0-alpha.57", + "version": "0.1.0-alpha.58", "sideEffects": false, "type": "module", "files": [ diff --git a/packages/plugins/CHANGELOG.md b/packages/plugins/CHANGELOG.md index 559e7b80..bf110019 100644 --- a/packages/plugins/CHANGELOG.md +++ b/packages/plugins/CHANGELOG.md @@ -1,5 +1,7 @@ # @genseki/plugins +## 0.1.0-alpha.58 + ## 0.1.0-alpha.57 ## 0.1.0-alpha.56 diff --git a/packages/plugins/package.json b/packages/plugins/package.json index 443e9ab6..e748298f 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -1,6 +1,6 @@ { "name": "@genseki/plugins", - "version": "0.1.0-alpha.57", + "version": "0.1.0-alpha.58", "sideEffects": false, "type": "module", "files": [ diff --git a/packages/prisma-generator/CHANGELOG.md b/packages/prisma-generator/CHANGELOG.md index 575c11df..9a99a753 100644 --- a/packages/prisma-generator/CHANGELOG.md +++ b/packages/prisma-generator/CHANGELOG.md @@ -1,5 +1,7 @@ # @genseki/prisma-generator +## 0.1.0-alpha.58 + ## 0.1.0-alpha.57 ## 0.1.0-alpha.56 diff --git a/packages/prisma-generator/package.json b/packages/prisma-generator/package.json index deb55e6a..be15a75f 100644 --- a/packages/prisma-generator/package.json +++ b/packages/prisma-generator/package.json @@ -1,6 +1,6 @@ { "name": "@genseki/prisma-generator", - "version": "0.1.0-alpha.57", + "version": "0.1.0-alpha.58", "description": "", "main": "./dist/index.js", "bin": { diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md index d874792c..dd66bc31 100644 --- a/packages/react-query/CHANGELOG.md +++ b/packages/react-query/CHANGELOG.md @@ -1,5 +1,7 @@ # @genseki/react-query +## 0.1.0-alpha.58 + ## 0.1.0-alpha.57 ## 0.1.0-alpha.56 diff --git a/packages/react-query/package.json b/packages/react-query/package.json index a7f3b804..33e11498 100644 --- a/packages/react-query/package.json +++ b/packages/react-query/package.json @@ -2,7 +2,7 @@ "name": "@genseki/react-query", "description": "", "sideEffects": false, - "version": "0.1.0-alpha.57", + "version": "0.1.0-alpha.58", "type": "module", "files": [ "dist" diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 26ffb91a..097dd0ad 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,45 @@ # @genseki/react +## 0.1.0-alpha.58 + +### Patch Changes + +- [#234](https://github.com/softnetics/genseki/pull/234) [`0f10dbb`](https://github.com/softnetics/genseki/commit/0f10dbb2b46fbc48c68f65fdd1348025148121aa) Thanks [@SupakornNetsuwan](https://github.com/SupakornNetsuwan)! - - Migrate from `tv` to `cva` + + - Introducing `create-required-context` + - Incremental adopting Intent UI color system to Shadcn color system from + - Rename and deprecated react aria + - `textfield` + - `label` + - `button` + - `popover` _(with children composible components too)_ + - `dialog` _(with children composible components too)_ + - `modal` _(with children composible components too)_ + - `sheet` _(with children composible components too)_ + - `base-icon` + - `combobox` _(with children composible components too)_ + - `field-group` + - Migrate `textfield` to Shadcn _(Not completely 100% from entirely project perspective, since some compound component required react aria primitive component as a base, **the change will incrementally adopt**)_ + - Migrate `button` to Shadcn _(Not completely 100% from entirely project perspective, since some compound component required react aria primitive component as a base, **the change will incrementally adopt**)_ + - Create `Shadcn` UI playground for Shadcn particularly + - Change UI playground project structure + - Introducing to new components by Shadcn + - Input + - Input group + - Button + - Label + - Dialog + - Menu + - Popover + - Combobox composition + - Command **(from cmdk)** + +- [#236](https://github.com/softnetics/genseki/pull/236) [`f88f0f2`](https://github.com/softnetics/genseki/commit/f88f0f23d7e58436707021d66b886288bfa019d8) Thanks [@SupakornNetsuwan](https://github.com/SupakornNetsuwan)! - - Deprecated `link` component + - Remove button `link` variant + - Add example for `link` usage + - Update button variants + - update design tokens + ## 0.1.0-alpha.57 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 53e05b28..8a146c43 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@genseki/react", "sideEffects": false, "type": "module", - "version": "0.1.0-alpha.57", + "version": "0.1.0-alpha.58", "files": [ "dist" ], diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 91dad217..bb1b5a2f 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,7 @@ # @genseki/rest +## 0.1.0-alpha.58 + ## 0.1.0-alpha.57 ## 0.1.0-alpha.56 diff --git a/packages/rest/package.json b/packages/rest/package.json index 608aadf2..863da8fb 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -2,7 +2,7 @@ "name": "@genseki/rest", "sideEffects": false, "type": "module", - "version": "0.1.0-alpha.57", + "version": "0.1.0-alpha.58", "files": [ "dist" ],