Skip to content

Commit fa5ac8a

Browse files
Version Packages
1 parent de27e00 commit fa5ac8a

File tree

17 files changed

+61
-17
lines changed

17 files changed

+61
-17
lines changed

.changeset/calm-comics-grin.md

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

.changeset/sweet-badgers-play.md

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

.rustfmt.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
max_width = 1000
2+
tab_spaces = 4
3+
newline_style = "Unix"
4+
fn_call_width = 1000
5+
fn_params_layout = "Compressed"
6+
chain_width = 1000
7+
merge_derives = true
8+
use_small_heuristics = "Default"

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.21
4+
5+
### Patch Changes
6+
7+
- 39895fc: Optimize many func and props
8+
39
## 1.0.20
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.20",
20+
"version": "1.0.21",
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/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+
## 1.0.21
4+
5+
### Patch Changes
6+
7+
- @devup-ui/webpack-plugin@1.0.21
8+
39
## 1.0.20
410

511
### 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.20",
22+
"version": "1.0.21",
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.11
4+
5+
### Patch Changes
6+
7+
- 39895fc: Implement Dynamic props by csstype
8+
39
## 1.0.10
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.10",
19+
"version": "1.0.11",
2020
"type": "module",
2121
"scripts": {
2222
"lint": "eslint",

packages/reset-css/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [39895fc]
8+
- @devup-ui/react@1.0.11
9+
310
## 1.0.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)