Skip to content

Commit 4f00af6

Browse files
authored
Merge pull request #103 from dev-five-git/changeset-release/main
Version Packages
2 parents a0b3665 + d48242e commit 4f00af6

File tree

9 files changed

+30
-9
lines changed

9 files changed

+30
-9
lines changed

.changeset/shiny-ways-try.md

Lines changed: 0 additions & 5 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+
## 0.1.33
4+
5+
### Patch Changes
6+
7+
- 6f8e794: Support $ var with anywhere
8+
39
## 0.1.32
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.32",
3+
"version": "0.1.33",
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.37
4+
5+
### Patch Changes
6+
7+
- @devup-ui/webpack-plugin@0.1.37
8+
39
## 0.1.36
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.36",
4+
"version": "0.1.37",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

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.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6f8e794]
8+
- @devup-ui/wasm@0.1.33
9+
310
## 0.1.30
411

512
### Patch Changes

packages/vite-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/vite-plugin",
33
"type": "module",
4-
"version": "0.1.30",
4+
"version": "0.1.31",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

packages/webpack-plugin/CHANGELOG.md

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

3+
## 0.1.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6f8e794]
8+
- @devup-ui/wasm@0.1.33
9+
310
## 0.1.36
411

512
### Patch Changes

packages/webpack-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/webpack-plugin",
33
"type": "module",
4-
"version": "0.1.36",
4+
"version": "0.1.37",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

0 commit comments

Comments
 (0)