Skip to content

Commit

Permalink
Automatic version bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromesimeon committed Sep 17, 2019
1 parent 50e52df commit 30cb5dc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.2.1",
"version": "0.3.0",
"hoist": true,
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"name": "markdown-transform",
"description": "A framework for transforming markdown",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"scripts": {
"webpack": "webpack --config webpack.config.js --mode production",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-cicero/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-cicero",
"version": "0.2.1",
"version": "0.3.0",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -78,7 +78,7 @@
"webpack-cli": "^3.3.5"
},
"dependencies": {
"@accordproject/markdown-common": "0.2.1",
"@accordproject/markdown-common": "0.3.0",
"commonmark": "^0.29.0",
"sax": "^1.2.4",
"winston": "3.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/markdown-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-cli",
"version": "0.2.1",
"version": "0.3.0",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -53,9 +53,9 @@
"tsd-jsdoc": "^2.3.0"
},
"dependencies": {
"@accordproject/markdown-common": "0.2.1",
"@accordproject/markdown-cicero": "0.2.1",
"@accordproject/markdown-slate": "0.2.1",
"@accordproject/markdown-common": "0.3.0",
"@accordproject/markdown-cicero": "0.3.0",
"@accordproject/markdown-slate": "0.3.0",
"winston": "3.2.1"
},
"license-check-config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-common",
"version": "0.2.1",
"version": "0.3.0",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=8",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-slate",
"version": "0.2.1",
"version": "0.3.0",
"description": "Transform markdown to/from CommonMark AST",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -76,7 +76,7 @@
"webpack-cli": "^3.3.5"
},
"dependencies": {
"@accordproject/markdown-common": "0.2.1",
"@accordproject/markdown-common": "0.3.0",
"immutable": "^4.0.0-rc.12",
"install": "^0.13.0",
"npm": "^6.11.1",
Expand Down

0 comments on commit 30cb5dc

Please sign in to comment.