Skip to content

Commit

Permalink
feat: update quark version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanqi-med committed Mar 15, 2023
1 parent a8fe7d9 commit 753fa83
Show file tree
Hide file tree
Showing 6 changed files with 1,397 additions and 3 deletions.
690 changes: 690 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.47",
"version": "1.0.48",
"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.47",
"quarkd": "1.0.48",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
690 changes: 690 additions & 0 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/quark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 更新日志
### [1.0.48](https://github.com/hellof2e/quark-design/compare/v1.0.47...v1.0.48) (2023-03-15)


### 🎉 Features

* update ([72d73e3](https://github.com/hellof2e/quark-design/commit/72d73e3957929c32254d55b3c60d0c593700f23c))

### [1.0.47](https://github.com/hellof2e/quark-design/compare/v1.0.46...v1.0.47) (2023-03-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/quark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quarkd",
"version": "1.0.47",
"version": "1.0.48",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/quark/src/docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 更新日志
### [1.0.48](https://github.com/hellof2e/quark-design/compare/v1.0.47...v1.0.48) (2023-03-15)


### 🎉 Features

* update ([72d73e3](https://github.com/hellof2e/quark-design/commit/72d73e3957929c32254d55b3c60d0c593700f23c))

### [1.0.47](https://github.com/hellof2e/quark-design/compare/v1.0.46...v1.0.47) (2023-03-15)


Expand Down

0 comments on commit 753fa83

Please sign in to comment.