Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TranquilMarmot committed Jul 28, 2020
1 parent 3a3d292 commit f82fdc9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"packages": ["loom-common", "loom-editor", "loom-extension"],
"version": "1.0.0"
"packages": [
"loom-common",
"loom-editor",
"loom-extension"
],
"version": "1.0.1"
}
2 changes: 1 addition & 1 deletion loom-common/package-lock.json

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

2 changes: 1 addition & 1 deletion loom-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loom-common",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion loom-editor/package-lock.json

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

2 changes: 1 addition & 1 deletion loom-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loom-editor",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.28",
Expand Down
2 changes: 1 addition & 1 deletion loom-extension/package-lock.json

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

2 changes: 1 addition & 1 deletion loom-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yarn-spinner-loom",
"displayName": "Yarn Spinner Loom",
"description": "Visual editor for the Yarn Spinner dialogue language.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/TranquilMarmot/YarnLoom",
"repository": {
"type": "git",
Expand Down

0 comments on commit f82fdc9

Please sign in to comment.