Skip to content

Commit a0468a3

Browse files
authored
Merge pull request #23 from dev-five-git/changeset-release/main
Version Packages
2 parents c256870 + ce9817b commit a0468a3

File tree

10 files changed

+32
-14
lines changed

10 files changed

+32
-14
lines changed

.changeset/eleven-days-cross.md

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

.changeset/loud-carrots-remain.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.10
4+
5+
### Patch Changes
6+
7+
- 0de6892: Optimize media and Change sorting css var
8+
39
## 0.1.9
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.9",
3+
"version": "0.1.10",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @devup-ui/next-plugin
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0de6892]
8+
- @devup-ui/webpack-plugin@0.1.12
9+
310
## 0.1.11
411

512
### 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.11",
4+
"version": "0.1.12",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0de6892]
8+
- @devup-ui/wasm@0.1.10
9+
310
## 0.1.6
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.6",
4+
"version": "0.1.7",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

packages/webpack-plugin/CHANGELOG.md

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

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- 0de6892: Fix collecting css
8+
- Updated dependencies [0de6892]
9+
- @devup-ui/wasm@0.1.10
10+
311
## 0.1.11
412

513
### 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.11",
4+
"version": "0.1.12",
55
"scripts": {
66
"lint": "eslint",
77
"build": "tsc && vite build"

0 commit comments

Comments
 (0)