Skip to content

Commit

Permalink
feat: update quarkd
Browse files Browse the repository at this point in the history
  • Loading branch information
sanqi-med committed Aug 4, 2023
1 parent 02ec2a0 commit 40ec501
Show file tree
Hide file tree
Showing 6 changed files with 1,058 additions and 6 deletions.
519 changes: 519 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.2.3",
"version": "1.2.4",
"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.2.3",
"quarkd": "1.2.4",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
521 changes: 520 additions & 1 deletion packages/quark-react/src/docs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/quarkd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 更新日志

### [1.2.4](https://github.com/hellof2e/quark-design/compare/v1.2.3...v1.2.4) (2023-08-04)

### 🎉 Features

- update quarkd ([c47c9ec](https://github.com/hellof2e/quark-design/commit/c47c9ec04b3ed89e0e5f8788c6d6e7f2e4d95510))
- update quarkd ([a0f80a8](https://github.com/hellof2e/quark-design/commit/a0f80a8a545c4dbeab769aa6db7d33406ff42b2d))

### [1.2.3](https://github.com/hellof2e/quark-design/compare/v1.2.2...v1.2.3) (2023-08-02)

### 🎉 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/quarkd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quarkd",
"version": "1.2.3",
"version": "1.2.4",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
11 changes: 9 additions & 2 deletions packages/quarkd/src/docs
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# 更新日志
### [1.2.3](https://github.com/hellof2e/quark-design/compare/v1.2.2...v1.2.3) (2023-08-02)
### [1.2.4](https://github.com/hellof2e/quark-design/compare/v1.2.3...v1.2.4) (2023-08-04)


### 🎉 Features

* update quarkd ([c47c9ec](https://github.com/hellof2e/quark-design/commit/c47c9ec04b3ed89e0e5f8788c6d6e7f2e4d95510))
* update quarkd ([a0f80a8](https://github.com/hellof2e/quark-design/commit/a0f80a8a545c4dbeab769aa6db7d33406ff42b2d))

### [1.2.3](https://github.com/hellof2e/quark-design/compare/v1.2.2...v1.2.3) (2023-08-02)

### 🎉 Features

* update quarkd ([05aea0a](https://github.com/hellof2e/quark-design/commit/05aea0a704ecb081acc4d968259ae86c198915cd))
- update quarkd ([05aea0a](https://github.com/hellof2e/quark-design/commit/05aea0a704ecb081acc4d968259ae86c198915cd))

### [1.2.2](https://github.com/hellof2e/quark-design/compare/v1.2.1...v1.2.2) (2023-08-02)

Expand Down

0 comments on commit 40ec501

Please sign in to comment.