Skip to content

Commit 752502c

Browse files
Version Packages
1 parent 2668472 commit 752502c

File tree

15 files changed

+45
-30
lines changed

15 files changed

+45
-30
lines changed

.changeset/dirty-wolves-destroy.md

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

.changeset/long-beds-suffer.md

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

.changeset/six-lions-float.md

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

.changeset/strong-owls-rescue.md

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

.changeset/ten-walls-cheer.md

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

bindings/devup-ui-wasm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @devup-ui/wasm
22

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- fd1f519: Add placeholder, maxLength, minLength to special properties
8+
- 236882c: Add maintain properies
9+
- b25c769: Fix ternary operator issue, css order issue, basic style issue
10+
311
## 0.1.10
412

513
### Patch Changes

bindings/devup-ui-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devup-ui/wasm",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"scripts": {
55
"build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index && node script.js",
66
"test": "wasm-pack test --node"

packages/next-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @devup-ui/next-plugin
22

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b25c769]
8+
- @devup-ui/webpack-plugin@0.1.13
9+
310
## 0.1.12
411

512
### Patch Changes

packages/next-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devup-ui/next-plugin",
33
"type": "module",
4-
"version": "0.1.12",
4+
"version": "0.1.13",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

packages/react/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- b25c769: Add placehoder to selector
8+
39
## 0.1.5
410

511
### Patch Changes

0 commit comments

Comments
 (0)