Skip to content

Commit 7d1cbbb

Browse files
authored
Merge pull request #215 from dev-five-git/changeset-release/main
Version Packages
2 parents c8d003c + 14c85f0 commit 7d1cbbb

File tree

14 files changed

+49
-17
lines changed

14 files changed

+49
-17
lines changed

.changeset/four-glasses-tickle.md

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

.changeset/small-buckets-joke.md

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

bindings/devup-ui-wasm/CHANGELOG.md

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

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- 4e4bcf1: Apply optimize_value to dynamic value, remove semicolon on optimize_value
8+
- 2dd81f5: Implement styleVars
9+
310
## 1.0.5
411

512
### Patch Changes

bindings/devup-ui-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react",
1818
"wasm"
1919
],
20-
"version": "1.0.5",
20+
"version": "1.0.6",
2121
"scripts": {
2222
"build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index && node script.js",
2323
"test": "wasm-pack test --node"

packages/next-plugin/CHANGELOG.md

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

3+
## 1.0.6
4+
5+
### Patch Changes
6+
7+
- @devup-ui/webpack-plugin@1.0.6
8+
39
## 1.0.5
410

511
### Patch Changes

packages/next-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"webpack"
2020
],
2121
"type": "module",
22-
"version": "1.0.5",
22+
"version": "1.0.6",
2323
"scripts": {
2424
"lint": "eslint",
2525
"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+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- 2dd81f5: Implement styleVars
8+
39
## 1.0.4
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"css-in-js-framework",
1717
"react"
1818
],
19-
"version": "1.0.4",
19+
"version": "1.0.5",
2020
"type": "module",
2121
"scripts": {
2222
"lint": "eslint",

packages/rsbuild-plugin/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4e4bcf1]
8+
- Updated dependencies [2dd81f5]
9+
- @devup-ui/wasm@1.0.6
10+
311
## 1.0.1
412

513
### Patch Changes

packages/rsbuild-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rsbuild"
1919
],
2020
"type": "module",
21-
"version": "1.0.1",
21+
"version": "1.0.2",
2222
"scripts": {
2323
"lint": "eslint",
2424
"build": "tsc && vite build"

0 commit comments

Comments
 (0)