Skip to content

Commit 2e35024

Browse files
Merge pull request #326 from softnetics/changeset-release/main
Version Packages
2 parents ee9a262 + 8917116 commit 2e35024

5 files changed

Lines changed: 17 additions & 8 deletions

File tree

.changeset/weak-windows-raise.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/ui-playground/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @example/ui-playground
22

3+
## 0.1.16
4+
5+
### Patch Changes
6+
7+
- [#325](https://github.com/softnetics/genseki/pull/325) [`176d493`](https://github.com/softnetics/genseki/commit/176d493b730d8fb2092fb006196f6707632db4f2) Thanks [@SupakornNetsuwan](https://github.com/SupakornNetsuwan)! - fix: tailwind file sourcing & dropzone disabled state.
8+
9+
- Updated dependencies [[`176d493`](https://github.com/softnetics/genseki/commit/176d493b730d8fb2092fb006196f6707632db4f2)]:
10+
- @genseki/ui@1.1.11
11+
312
## 0.1.15
413

514
### Patch Changes

examples/ui-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@example/ui-playground",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"private": true,
55
"scripts": {
66
"dev": "NODE_OPTIONS='--inspect' next dev --port 3004 --turbopack",

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @genseki/ui
22

3+
## 1.1.11
4+
5+
### Patch Changes
6+
7+
- [#325](https://github.com/softnetics/genseki/pull/325) [`176d493`](https://github.com/softnetics/genseki/commit/176d493b730d8fb2092fb006196f6707632db4f2) Thanks [@SupakornNetsuwan](https://github.com/SupakornNetsuwan)! - fix: tailwind file sourcing & dropzone disabled state.
8+
39
## 1.1.10
410

511
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@genseki/ui",
33
"sideEffects": false,
44
"type": "module",
5-
"version": "1.1.10",
5+
"version": "1.1.11",
66
"files": [
77
"dist"
88
],

0 commit comments

Comments
 (0)