Skip to content

Commit 7636708

Browse files
authored
Merge pull request #453 from dev-five-git/changeset-release/main
Version Packages
2 parents 13f7bdc + b9b2508 commit 7636708

File tree

19 files changed

+69
-25
lines changed

19 files changed

+69
-25
lines changed

.changeset/slow-years-flow.md

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

.changeset/tired-berries-wonder.md

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

.changeset/wacky-snails-show.md

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

bindings/devup-ui-wasm/CHANGELOG.md

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

3+
## 1.0.44
4+
5+
### Patch Changes
6+
7+
- [#449](https://github.com/dev-five-git/devup-ui/pull/449) [`b85123f`](https://github.com/dev-five-git/devup-ui/commit/b85123fce0c097649bd602566cb3601107c190f6) Thanks [@owjs3901](https://github.com/owjs3901)! - Support selector with params
8+
39
## 1.0.43
410

511
### 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.43",
20+
"version": "1.0.44",
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/components/CHANGELOG.md

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

3+
## 0.1.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b85123f`](https://github.com/dev-five-git/devup-ui/commit/b85123fce0c097649bd602566cb3601107c190f6)]:
8+
- @devup-ui/react@1.0.23
9+
310
## 0.1.30
411

512
### Patch Changes

packages/components/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": "0.1.30",
19+
"version": "0.1.31",
2020
"type": "module",
2121
"scripts": {
2222
"lint": "eslint",

packages/next-plugin/CHANGELOG.md

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

3+
## 1.0.46
4+
5+
### Patch Changes
6+
7+
- [#455](https://github.com/dev-five-git/devup-ui/pull/455) [`9ffcc46`](https://github.com/dev-five-git/devup-ui/commit/9ffcc4632b377c85e093c59ca878e47eac4c72b1) Thanks [@owjs3901](https://github.com/owjs3901)! - Refactor collecting files
8+
9+
- [#454](https://github.com/dev-five-git/devup-ui/pull/454) [`a8a110a`](https://github.com/dev-five-git/devup-ui/commit/a8a110ad3c11e4548b6f8a69ecb23313c6bacfa7) Thanks [@owjs3901](https://github.com/owjs3901)! - Support Turbopack
10+
11+
- Updated dependencies [[`a8a110a`](https://github.com/dev-five-git/devup-ui/commit/a8a110ad3c11e4548b6f8a69ecb23313c6bacfa7), [`b85123f`](https://github.com/dev-five-git/devup-ui/commit/b85123fce0c097649bd602566cb3601107c190f6)]:
12+
- @devup-ui/webpack-plugin@1.0.45
13+
- @devup-ui/wasm@1.0.44
14+
315
## 1.0.45
416

517
### 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.45",
22+
"version": "1.0.46",
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.23
4+
5+
### Patch Changes
6+
7+
- [#449](https://github.com/dev-five-git/devup-ui/pull/449) [`b85123f`](https://github.com/dev-five-git/devup-ui/commit/b85123fce0c097649bd602566cb3601107c190f6) Thanks [@owjs3901](https://github.com/owjs3901)! - Support selector with params
8+
39
## 1.0.22
410

511
### Patch Changes

0 commit comments

Comments
 (0)