Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TranquilMarmot committed Jul 28, 2020
1 parent dbe0961 commit a11ffa1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Every pull request and merge to the `main` branch has the [`continuous-integrati

#### Releases

Running `npm run version` in the root of the repo will ask for a new version via lerna. This will bump all of the `package.json` files and create a commit for the version.
Running `npm run version` in the root of the repo will ask for a new version via lerna. This will bump all of the `package.json` files. This needs to be committed and pushed to the `main` branch.

##### Automatic Release

Expand Down
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.2"
"packages": [
"loom-common",
"loom-editor",
"loom-extension"
],
"version": "1.0.3"
}
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.2",
"version": "1.0.3",
"private": true,
"scripts": {
"build": "rm -rf out && tsc -p ./ && cp package.json ./out",
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.2",
"version": "1.0.3",
"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.2",
"version": "1.0.3",
"homepage": "https://github.com/TranquilMarmot/YarnLoom",
"repository": {
"type": "git",
Expand Down

0 comments on commit a11ffa1

Please sign in to comment.