Skip to content

Commit 3b21bc5

Browse files
authored
Merge pull request #100 from dev-five-git/changeset-release/main
Version Packages
2 parents 6e5f3e9 + 02c50aa commit 3b21bc5

File tree

12 files changed

+37
-15
lines changed

12 files changed

+37
-15
lines changed

.changeset/loud-boats-count.md

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

.changeset/metal-carrots-protect.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.32
4+
5+
### Patch Changes
6+
7+
- 2102fd7: Fix empty css call issue
8+
39
## 0.1.31
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.31",
3+
"version": "0.1.32",
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.36
4+
5+
### Patch Changes
6+
7+
- @devup-ui/webpack-plugin@0.1.36
8+
39
## 0.1.35
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.35",
4+
"version": "0.1.36",
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.23
4+
5+
### Patch Changes
6+
7+
- 2102fd7: Support theme typing to css
8+
39
## 0.1.22
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.22",
3+
"version": "0.1.23",
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.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [2102fd7]
8+
- @devup-ui/wasm@0.1.32
9+
310
## 0.1.29
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.29",
4+
"version": "0.1.30",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

0 commit comments

Comments
 (0)