Skip to content

Commit e2580cf

Browse files
Version Packages
1 parent 41e88d2 commit e2580cf

File tree

13 files changed

+44
-20
lines changed

13 files changed

+44
-20
lines changed

.changeset/chatty-dots-bathe.md

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

.changeset/clever-teeth-itch.md

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

.changeset/some-clocks-sit.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+
## 1.0.45
4+
5+
### Patch Changes
6+
7+
- [#480](https://github.com/dev-five-git/devup-ui/pull/480) [`9002fb6`](https://github.com/dev-five-git/devup-ui/commit/9002fb69eca8ec967d7f6a8798187cbba6b9aa9a) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix global css issue
8+
9+
- [#477](https://github.com/dev-five-git/devup-ui/pull/477) [`4ffc5ae`](https://github.com/dev-five-git/devup-ui/commit/4ffc5aec916205d20f26e1cee203566ebda03b01) Thanks [@owjs3901](https://github.com/owjs3901)! - Update rust
10+
311
## 1.0.44
412

513
### 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.44",
20+
"version": "1.0.45",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @devup-ui/next-plugin
22

3+
## 1.0.52
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9002fb6`](https://github.com/dev-five-git/devup-ui/commit/9002fb69eca8ec967d7f6a8798187cbba6b9aa9a), [`4ffc5ae`](https://github.com/dev-five-git/devup-ui/commit/4ffc5aec916205d20f26e1cee203566ebda03b01)]:
8+
- @devup-ui/wasm@1.0.45
9+
- @devup-ui/webpack-plugin@1.0.47
10+
311
## 1.0.51
412

513
### 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.51",
22+
"version": "1.0.52",
2323
"scripts": {
2424
"lint": "eslint",
2525
"build": "tsc && vite build"

packages/rsbuild-plugin/CHANGELOG.md

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

3+
## 1.0.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9002fb6`](https://github.com/dev-five-git/devup-ui/commit/9002fb69eca8ec967d7f6a8798187cbba6b9aa9a), [`4ffc5ae`](https://github.com/dev-five-git/devup-ui/commit/4ffc5aec916205d20f26e1cee203566ebda03b01)]:
8+
- @devup-ui/wasm@1.0.45
9+
310
## 1.0.41
411

512
### 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.41",
21+
"version": "1.0.42",
2222
"scripts": {
2323
"lint": "eslint",
2424
"build": "tsc && vite build"

packages/vite-plugin/CHANGELOG.md

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

3+
## 1.0.48
4+
5+
### Patch Changes
6+
7+
- [#479](https://github.com/dev-five-git/devup-ui/pull/479) [`e1be04e`](https://github.com/dev-five-git/devup-ui/commit/e1be04eeb9c6fe1e1a3bf5b4fa2f6881d83c7310) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix split css issue
8+
9+
- Updated dependencies [[`9002fb6`](https://github.com/dev-five-git/devup-ui/commit/9002fb69eca8ec967d7f6a8798187cbba6b9aa9a), [`4ffc5ae`](https://github.com/dev-five-git/devup-ui/commit/4ffc5aec916205d20f26e1cee203566ebda03b01)]:
10+
- @devup-ui/wasm@1.0.45
11+
312
## 1.0.47
413

514
### Patch Changes

0 commit comments

Comments
 (0)