Skip to content

Commit 4d229b5

Browse files
Version Packages
1 parent 5c0b874 commit 4d229b5

File tree

21 files changed

+69
-24
lines changed

21 files changed

+69
-24
lines changed

.changeset/fuzzy-rules-press.md

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

.changeset/mean-socks-attend.md

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

.changeset/ten-beds-punch.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.42
4+
5+
### Patch Changes
6+
7+
- [#426](https://github.com/dev-five-git/devup-ui/pull/426) [`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2) Thanks [@owjs3901](https://github.com/owjs3901)! - Support layer on imports of globalCss
8+
39
## 1.0.41
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.41",
20+
"version": "1.0.42",
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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2)]:
8+
- @devup-ui/react@1.0.21
9+
310
## 0.1.25
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.25",
19+
"version": "0.1.26",
2020
"type": "module",
2121
"scripts": {
2222
"lint": "eslint",

packages/eslint-plugin/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#426](https://github.com/dev-five-git/devup-ui/pull/426) [`3c65364`](https://github.com/dev-five-git/devup-ui/commit/3c65364125cea6e3582562b99a9b71291fc6f8c2) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix imports issue on globalCss
8+
39
## 1.0.1
410

511
### Patch Changes

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react",
1818
"eslint"
1919
],
20-
"version": "1.0.1",
20+
"version": "1.0.2",
2121
"main": "dist/index.cjs",
2222
"type": "module",
2323
"scripts": {

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

512
### Patch Changes

0 commit comments

Comments
 (0)