Skip to content

Commit 1b78979

Browse files
authored
Merge pull request #44 from dev-five-git/changeset-release/main
Version Packages
2 parents b7ead3a + 71ded81 commit 1b78979

File tree

13 files changed

+40
-20
lines changed

13 files changed

+40
-20
lines changed

.changeset/brave-nails-grab.md

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

.changeset/empty-students-marry.md

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

.changeset/slimy-walls-melt.md

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

bindings/devup-ui-wasm/CHANGELOG.md

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

3+
## 0.1.17
4+
5+
### Patch Changes
6+
7+
- aba4b7e: Add type to special prop
8+
- 873f596: Fix duplicate props issue
9+
310
## 0.1.16
411

512
### 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.16",
3+
"version": "0.1.17",
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.20
4+
5+
### Patch Changes
6+
7+
- @devup-ui/webpack-plugin@0.1.20
8+
39
## 0.1.19
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.19",
4+
"version": "0.1.20",
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.10
4+
5+
### Patch Changes
6+
7+
- 0da9456: Add content to style props
8+
39
## 0.1.9
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.9",
3+
"version": "0.1.10",
44
"type": "module",
55
"scripts": {
66
"lint": "eslint",

packages/vite-plugin/CHANGELOG.md

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

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aba4b7e]
8+
- Updated dependencies [873f596]
9+
- @devup-ui/wasm@0.1.17
10+
311
## 0.1.13
412

513
### Patch Changes

0 commit comments

Comments
 (0)