Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed Jan 2, 2020
1 parent c01492b commit ed25e16
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/core",
"packages/markdown"
],
"version": "0.2.1"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seaborg/cli",
"version": "0.2.1",
"version": "0.3.0",
"description": "Seaborg command line interface",
"author": "Frédéric Bonnet <[email protected]>",
"homepage": "https://github.com/fredericbonnet/seaborg#readme",
Expand All @@ -25,8 +25,8 @@
"url": "https://github.com/fredericbonnet/seaborg/issues"
},
"dependencies": {
"@seaborg/core": "^0.2.1",
"@seaborg/markdown": "^0.2.1",
"@seaborg/core": "^0.3.0",
"@seaborg/markdown": "^0.3.0",
"comlink": "^4.2.0",
"commander": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seaborg/core",
"version": "0.2.1",
"version": "0.3.0",
"description": "Seaborg core library",
"author": "Frédéric Bonnet <[email protected]>",
"homepage": "https://github.com/fredericbonnet/seaborg#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/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/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seaborg/markdown",
"version": "0.2.1",
"version": "0.3.0",
"description": "Seaborg Markdown templates",
"author": "Frédéric Bonnet <[email protected]>",
"homepage": "https://github.com/fredericbonnet/seaborg#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@rgrove/parse-xml": "^2.0.1",
"@seaborg/core": "^0.2.1",
"@seaborg/core": "^0.3.0",
"handlebars": "^4.4.5"
}
}

0 comments on commit ed25e16

Please sign in to comment.