Skip to content

Commit

Permalink
chore: update packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Feb 24, 2023
1 parent 846fcf2 commit ae79c40
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/angular/projects/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfcs/angular",
"version": "0.0.26",
"version": "0.1.0",
"description": "Write once, create framework components that supports React, Vue, Svelte, and more.",
"author": {
"name": "NAVER Corp."
Expand All @@ -21,7 +21,7 @@
"directive"
],
"dependencies": {
"@cfcs/core": "~0.0.26",
"@cfcs/core": "~0.1.0",
"tslib": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfcs/core",
"version": "0.0.26",
"version": "0.1.0",
"description": "Write once, create framework components that supports React, Vue, Svelte, and more.",
"main": "dist/cfcs.cjs.js",
"module": "dist/cfcs.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cfcs/core": "~0.0.26",
"@cfcs/react": "~0.0.26",
"@cfcs/core": "~0.1.0",
"@cfcs/react": "~0.1.0",
"@docusaurus/core": "^2.0.0",
"@docusaurus/preset-classic": "^2.0.0",
"@mdx-js/react": "^1.6.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfcs/react",
"version": "0.0.26",
"version": "0.1.0",
"description": "Write once, create framework components that supports React, Vue, Svelte, and more.",
"main": "dist/cfcs.cjs.js",
"module": "dist/cfcs.esm.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dist/*"
],
"dependencies": {
"@cfcs/core": "~0.0.26"
"@cfcs/core": "~0.1.0"
},
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfcs/svelte",
"version": "0.0.26",
"version": "0.1.0",
"description": "Write once, create framework components that supports React, Vue, Svelte, and more.",
"main": "dist/cfcs.cjs.js",
"module": "dist/cfcs.esm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dist/*"
],
"dependencies": {
"@cfcs/core": "~0.0.26"
"@cfcs/core": "~0.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfcs/vue2",
"version": "0.0.26",
"version": "0.1.0",
"description": "Write once, create framework components that supports React, Vue, Svelte, and more.",
"main": "dist/cfcs.cjs.js",
"module": "dist/cfcs.esm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dist/*"
],
"dependencies": {
"@cfcs/core": "~0.0.26"
"@cfcs/core": "~0.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfcs/vue3",
"version": "0.0.26",
"version": "0.1.0",
"description": "Write once, create framework components that supports React, Vue, Svelte, and more.",
"main": "dist/cfcs.cjs.js",
"module": "dist/cfcs.esm.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dist/*"
],
"dependencies": {
"@cfcs/core": "~0.0.26"
"@cfcs/core": "~0.1.0"
},
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
Expand Down

0 comments on commit ae79c40

Please sign in to comment.