Skip to content

Commit 55c0dda

Browse files
authored
Merge pull request #15 from dev-five-git/changeset-release/main
Version Packages
2 parents 39ace66 + 039d492 commit 55c0dda

File tree

13 files changed

+40
-18
lines changed

13 files changed

+40
-18
lines changed

.changeset/blue-cheetahs-bow.md

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

.changeset/little-rocks-attend.md

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

benchmark/next-devup-ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"react": "^19.0.0",
1414
"react-dom": "^19.0.0",
1515
"next": "^15.1.4",
16-
"@devup-ui/react": "^0.1.2"
16+
"@devup-ui/react": "^0.1.3"
1717
},
1818
"devDependencies": {
19-
"@devup-ui/next-plugin": "^0.1.7",
20-
"@devup-ui/wasm": "^0.1.5",
19+
"@devup-ui/next-plugin": "^0.1.8",
20+
"@devup-ui/wasm": "^0.1.6",
2121
"typescript": "^5",
2222
"@types/node": "^22",
2323
"@types/react": "^19",

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+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- 278d7f9: Add script
8+
39
## 0.1.5
410

511
### 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.5",
3+
"version": "0.1.6",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @devup-ui/next-plugin
22

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

511
### 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.7",
4+
"version": "0.1.8",
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.3
4+
5+
### Patch Changes
6+
7+
- 30443ae: Update readme
8+
39
## 0.1.2
410

511
### Patch Changes

packages/react/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/react",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"scripts": {
66
"lint": "eslint",

packages/vite-plugin/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [278d7f9]
8+
- @devup-ui/wasm@0.1.6
9+
310
## 0.1.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)