Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@genseki/prisma-generator": "0.0.0"
},
"changesets": [
"better-impalas-join",
"bitter-mails-punch",
"bitter-roses-rescue",
"bitter-tools-rest",
Expand Down Expand Up @@ -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",
Expand Down
47 changes: 47 additions & 0 deletions examples/erp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @genseki/[email protected]
- @genseki/[email protected]
- @genseki/[email protected]
- @genseki/[email protected]
- @genseki/[email protected]

## 0.1.0-alpha.55

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/erp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
38 changes: 38 additions & 0 deletions examples/ui-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @genseki/[email protected]
- @genseki/[email protected]
- @genseki/[email protected]

## 0.1.0-alpha.56

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/ui-playground/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 0.1.0-alpha.57

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 2 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @genseki/plugins

## 0.1.0-alpha.58

## 0.1.0-alpha.57

## 0.1.0-alpha.56
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genseki/plugins",
"version": "0.1.0-alpha.57",
"version": "0.1.0-alpha.58",
"sideEffects": false,
"type": "module",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/prisma-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @genseki/prisma-generator

## 0.1.0-alpha.58

## 0.1.0-alpha.57

## 0.1.0-alpha.56
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-generator/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions packages/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @genseki/react-query

## 0.1.0-alpha.58

## 0.1.0-alpha.57

## 0.1.0-alpha.56
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
40 changes: 40 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 2 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @genseki/rest

## 0.1.0-alpha.58

## 0.1.0-alpha.57

## 0.1.0-alpha.56
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down