Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 8, 2020
1 parent 6fdfd2b commit 38a213f
Show file tree
Hide file tree
Showing 15 changed files with 115 additions and 129 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scena/guides",
"version": "0.12.0",
"version": "0.12.1",
"description": "A Vanilla Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -66,6 +66,6 @@
"dependencies": {
"@egjs/component": "^2.1.2",
"@scena/event-emitter": "^1.0.4",
"react-compat-guides": "^0.9.0"
"react-compat-guides": "^0.9.1"
}
}
38 changes: 19 additions & 19 deletions packages/ngx-guides/projects/ngx-guides/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/ngx-guides/projects/ngx-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-guides",
"version": "0.11.0",
"version": "0.11.1",
"description": "An Angular Guides component that can draw ruler and manage guidelines.",
"keywords": [
"scene",
Expand Down Expand Up @@ -28,6 +28,6 @@
"@angular/core": "^8.2.13"
},
"dependencies": {
"@scena/guides": "^0.12.0"
"@scena/guides": "^0.12.1"
}
}
22 changes: 11 additions & 11 deletions packages/preact-guides/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/preact-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-guides",
"version": "0.11.0",
"version": "0.11.1",
"description": "A Preact Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@scena/react-guides": "^0.11.0",
"@scena/react-guides": "^0.11.1",
"preact-css-styled": "^0.2.2",
"preact-ruler": "^0.6.1"
},
Expand Down
22 changes: 11 additions & 11 deletions packages/react-compat-guides/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-compat-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-compat-guides",
"version": "0.9.0",
"version": "0.9.1",
"description": "A React Compat Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/react": "^16.0.0"
},
"dependencies": {
"@scena/react-guides": "^0.11.0",
"@scena/react-guides": "^0.11.1",
"react-compat-css-styled": "^0.2.2",
"react-compat-ruler": "^0.5.1",
"react-simple-compat": "^0.1.9"
Expand Down
22 changes: 4 additions & 18 deletions packages/react-guides/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-guides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scena/react-guides",
"version": "0.11.0",
"version": "0.11.1",
"description": "A React Guides component that can draw ruler and manage guidelines.",
"main": "./dist/guides.cjs.js",
"module": "./dist/guides.esm.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@daybrush/utils": "^1.3.1",
"@scena/react-ruler": "^0.6.1",
"css-to-mat": "^1.0.2",
"css-to-mat": "^1.0.3",
"framework-utils": "^0.3.4",
"gesto": "^1.2.1",
"react-css-styled": "^1.0.0"
Expand Down
Loading

0 comments on commit 38a213f

Please sign in to comment.