Skip to content

Commit be6364f

Browse files
Version Packages
1 parent becb8ab commit be6364f

File tree

18 files changed

+62
-18
lines changed

18 files changed

+62
-18
lines changed

.changeset/angry-groups-camp.md

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

.changeset/common-foxes-thank.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+
## 1.0.41
4+
5+
### Patch Changes
6+
7+
- [#400](https://github.com/dev-five-git/devup-ui/pull/400) [`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2) Thanks [@owjs3901](https://github.com/owjs3901)! - Implement enum prop
8+
39
## 1.0.40
410

511
### Patch Changes

bindings/devup-ui-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react",
1818
"wasm"
1919
],
20-
"version": "1.0.40",
20+
"version": "1.0.41",
2121
"scripts": {
2222
"build": "wasm-pack build --target nodejs --out-dir ./pkg --out-name index && node script.js",
2323
"test": "wasm-pack test --node"

packages/components/CHANGELOG.md

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

3+
## 0.1.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2)]:
8+
- @devup-ui/react@1.0.20
9+
310
## 0.1.22
411

512
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"css-in-js-framework",
1717
"react"
1818
],
19-
"version": "0.1.22",
19+
"version": "0.1.23",
2020
"type": "module",
2121
"scripts": {
2222
"lint": "eslint",

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+
## 1.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @devup-ui/webpack-plugin@1.0.42
9+
310
## 1.0.42
411

512
### Patch Changes

packages/next-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"webpack"
2020
],
2121
"type": "module",
22-
"version": "1.0.42",
22+
"version": "1.0.43",
2323
"scripts": {
2424
"lint": "eslint",
2525
"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+
## 1.0.20
4+
5+
### Patch Changes
6+
7+
- [#400](https://github.com/dev-five-git/devup-ui/pull/400) [`fee97f8`](https://github.com/dev-five-git/devup-ui/commit/fee97f8a3d79b9a4c62858deb8e1aea8c609e3a2) Thanks [@owjs3901](https://github.com/owjs3901)! - Add positioning
8+
39
## 1.0.19
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"css-in-js-framework",
1717
"react"
1818
],
19-
"version": "1.0.19",
19+
"version": "1.0.20",
2020
"type": "module",
2121
"scripts": {
2222
"lint": "eslint && tsc --noEmit",

0 commit comments

Comments
 (0)