Skip to content

Commit

Permalink
feat: update 1.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy committed Apr 13, 2023
1 parent 8a63b2c commit 3823f54
Show file tree
Hide file tree
Showing 6 changed files with 2,039 additions and 447 deletions.
802 changes: 802 additions & 0 deletions packages/quark-react/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/quark-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quarkd/quark-react",
"version": "1.0.51",
"version": "1.0.53",
"description": "Web components react reactify",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"*.js"
],
"dependencies": {
"quarkd": "1.0.51",
"quarkd": "1.0.53",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
802 changes: 802 additions & 0 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions packages/quark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# 更新日志
### [1.0.53](https://github.com/hellof2e/quark-design/compare/v1.0.52...v1.0.53) (2023-04-13)


### 🎉 Features

* **loading:** loading animate use js ([022b194](https://github.com/hellof2e/quark-design/commit/022b194969f63087b990c0dbab125f44557f311f))
* update ([04c2b9a](https://github.com/hellof2e/quark-design/commit/04c2b9a6f4c1e5223a52e22397f977e91cb9471a))


### Documentation

* **button:** revert incorrect change ([cb59de6](https://github.com/hellof2e/quark-design/commit/cb59de6a4a5938f7e568d3285041433d69e9004b))


### 🐞 Bug Fixes

* 修复 toast hide loading 没有移除样式 ([8a63b2c](https://github.com/hellof2e/quark-design/commit/8a63b2c78c9f0cdf123078a183e79b8826e4ccbe))
* readme ([61e382a](https://github.com/hellof2e/quark-design/commit/61e382a89e670beb6836393ade92a11ec3d71507))
* uploader oversize not work ([91a3d86](https://github.com/hellof2e/quark-design/commit/91a3d86c697dc5a28e026020d4d4cf03c7ee132d))

### [1.0.52](https://github.com/hellof2e/quark-design/compare/v1.0.51...v1.0.52) (2023-04-06)

Expand Down
4 changes: 2 additions & 2 deletions packages/quark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quarkd",
"version": "1.0.52",
"version": "1.0.53",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"@better-scroll/slide": "^2.4.2",
"@better-scroll/wheel": "^2.4.2",
"@quarkd/icons": "^1.0.4",
"quarkc": "^1.0.0",
"quarkc": "1.0.0",
"body-scroll-lock": "3.1.5",
"lodash.assign": "^4.2.0"
},
Expand Down
Loading

0 comments on commit 3823f54

Please sign in to comment.