Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkzt committed Jul 30, 2020
1 parent 4ab2f93 commit 1a9ca1b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@svg-drawing-example/demo",
"private": true,
"version": "4.0.0-beta.6",
"version": "4.0.0",
"scripts": {
"clear": "rimraf .next out",
"start": "next start",
Expand All @@ -11,12 +11,12 @@
"prepare": "build"
},
"dependencies": {
"@styled-icons/octicons": "10.6.0",
"@svg-drawing/animation": "4.0.0-beta.6",
"@svg-drawing/core": "4.0.0-beta.6",
"@svg-drawing/img-trace": "4.0.0-beta.6",
"@svg-drawing/react": "4.0.0-beta.6",
"@rebass/forms": "4.0.6",
"@styled-icons/octicons": "10.6.0",
"@svg-drawing/animation": "4.0.0",
"@svg-drawing/core": "4.0.0",
"@svg-drawing/img-trace": "4.0.0",
"@svg-drawing/react": "4.0.0",
"next": "latest",
"pressure": "2.1.2",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"version": "4.0.0-beta.6"
"version": "4.0.0"
}
4 changes: 2 additions & 2 deletions packages/animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svg-drawing/animation",
"version": "4.0.0-beta.6",
"version": "4.0.0",
"license": "MIT",
"description": "svg drawing library.",
"author": "kmkzt<[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@svg-drawing/core": "4.0.0-beta.6"
"@svg-drawing/core": "4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
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": "@svg-drawing/core",
"version": "4.0.0-beta.6",
"version": "4.0.0",
"license": "MIT",
"description": "svg drawing library.",
"author": "kmkzt<[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions packages/img-trace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svg-drawing/img-trace",
"version": "4.0.0-beta.6",
"version": "4.0.0",
"license": "MIT",
"description": "svg drawing library.",
"author": "kmkzt<[email protected]>",
Expand Down Expand Up @@ -36,8 +36,8 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@svg-drawing/animation": "4.0.0-beta.6",
"@svg-drawing/core": "4.0.0-beta.6"
"@svg-drawing/animation": "4.0.0",
"@svg-drawing/core": "4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svg-drawing/react",
"version": "4.0.0-beta.6",
"version": "4.0.0",
"description": "React svg drawing library. This library is a React extension of svg-drawing.",
"author": "kmkzt <[email protected]>",
"homepage": "https://github.com/kmkzt/svg-drawing/tree/master/packages/react#readme",
Expand Down Expand Up @@ -38,8 +38,8 @@
"react": ">= 16.8.0"
},
"optionalDependencies": {
"@svg-drawing/animation": "4.0.0-beta.6",
"@svg-drawing/core": "4.0.0-beta.6"
"@svg-drawing/animation": "4.0.0",
"@svg-drawing/core": "4.0.0"
},
"devDependencies": {
"react": "16.13.1"
Expand Down

0 comments on commit 1a9ca1b

Please sign in to comment.