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 Mar 19, 2024
1 parent e14fc55 commit b60d6ff
Show file tree
Hide file tree
Showing 6 changed files with 1,170 additions and 8 deletions.
573 changes: 573 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": "2.0.0",
"version": "2.0.1",
"description": "Web components react reactify",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"*.js"
],
"dependencies": {
"quarkd": "2.0.0",
"quarkd": "2.0.1",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
575 changes: 574 additions & 1 deletion packages/quark-react/src/docs

Large diffs are not rendered by default.

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

### [2.0.1](https://github.com/hellof2e/quark-design/compare/v2.0.0...v2.0.1) (2024-03-19)

### 🎉 Features

- add root part for all ([e14fc55](https://github.com/hellof2e/quark-design/commit/e14fc55362f0f8cddbccde035525991932ca2ae5))
- add root part for all ([40a01a3](https://github.com/hellof2e/quark-design/commit/40a01a3ef87a1eeddb2f8635e56b5bbac40005ae))
- update quarkd ([82acf21](https://github.com/hellof2e/quark-design/commit/82acf214b43f2fe165aa043fdcace5666b1ab674))

## [2.0.0](https://github.com/hellof2e/quark-design/compare/v1.5.17...v2.0.0) (2024-03-18)

### 🎉 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": "2.0.0",
"version": "2.0.1",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
16 changes: 12 additions & 4 deletions packages/quarkd/src/docs
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# 更新日志
## [2.0.0](https://github.com/hellof2e/quark-design/compare/v1.5.17...v2.0.0) (2024-03-18)
### [2.0.1](https://github.com/hellof2e/quark-design/compare/v2.0.0...v2.0.1) (2024-03-19)


### 🎉 Features

* add root part for all ([e14fc55](https://github.com/hellof2e/quark-design/commit/e14fc55362f0f8cddbccde035525991932ca2ae5))
* add root part for all ([40a01a3](https://github.com/hellof2e/quark-design/commit/40a01a3ef87a1eeddb2f8635e56b5bbac40005ae))
* update quarkd ([82acf21](https://github.com/hellof2e/quark-design/commit/82acf214b43f2fe165aa043fdcace5666b1ab674))

## [2.0.0](https://github.com/hellof2e/quark-design/compare/v1.5.17...v2.0.0) (2024-03-18)

### 🎉 Features

* support part pseudo-element ([62cd667](https://github.com/hellof2e/quark-design/commit/62cd667955178b167027285ebea3ff1d9767e9c4))
* update quarkd ([fd8285b](https://github.com/hellof2e/quark-design/commit/fd8285be093acaffe05e8ffc0beecd74c4995697))
* 文档补充 ([#329](https://github.com/hellof2e/quark-design/issues/329)) ([7a7940e](https://github.com/hellof2e/quark-design/commit/7a7940e007540a23d14d917b5910de6f0e2acf69))
- support part pseudo-element ([62cd667](https://github.com/hellof2e/quark-design/commit/62cd667955178b167027285ebea3ff1d9767e9c4))
- update quarkd ([fd8285b](https://github.com/hellof2e/quark-design/commit/fd8285be093acaffe05e8ffc0beecd74c4995697))
- 文档补充 ([#329](https://github.com/hellof2e/quark-design/issues/329)) ([7a7940e](https://github.com/hellof2e/quark-design/commit/7a7940e007540a23d14d917b5910de6f0e2acf69))

### [1.5.17](https://github.com/hellof2e/quark-design/compare/v1.5.16...v1.5.17) (2024-01-25)

Expand Down

0 comments on commit b60d6ff

Please sign in to comment.