Skip to content

Commit

Permalink
feat: add root part for all
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 18, 2024
1 parent 40a01a3 commit e14fc55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1",
"version": "2.0.0",
"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.1",
"quarkd": "2.0.0",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
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.1",
"version": "2.0.0",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down

0 comments on commit e14fc55

Please sign in to comment.