Skip to content

Commit

Permalink
Automatic version bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromesimeon committed Oct 26, 2019
1 parent b3048bb commit 6eb668f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.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.6.0",
"version": "0.7.0",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"@accordproject/concerto-core": "^0.82.3",
"@accordproject/markdown-common": "0.6.0",
"@accordproject/markdown-common": "0.7.0",
"commonmark": "^0.29.0",
"jsome": "2.5.0",
"sax": "^1.2.4",
Expand Down
10 changes: 5 additions & 5 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.6.0",
"version": "0.7.0",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -53,10 +53,10 @@
},
"dependencies": {
"@accordproject/concerto-core": "^0.82.3",
"@accordproject/markdown-common": "0.6.0",
"@accordproject/markdown-cicero": "0.6.0",
"@accordproject/markdown-slate": "0.6.0",
"@accordproject/markdown-html": "0.6.0",
"@accordproject/markdown-common": "0.7.0",
"@accordproject/markdown-cicero": "0.7.0",
"@accordproject/markdown-slate": "0.7.0",
"@accordproject/markdown-html": "0.7.0",
"jsome": "2.5.0",
"winston": "3.2.1",
"yargs": "13.2.4"
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "0.7.0",
"description": "A framework for transforming markdown",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -105,4 +105,4 @@
"logInfo": false,
"logError": true
}
}
}
4 changes: 2 additions & 2 deletions packages/markdown-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accordproject/markdown-html",
"version": "0.6.0",
"version": "0.7.0",
"description": "Transform CiceroDOM to HTML",
"engines": {
"node": ">=8",
Expand Down Expand Up @@ -78,7 +78,7 @@
"webpack-cli": "^3.3.5"
},
"dependencies": {
"@accordproject/markdown-cicero": "0.6.0"
"@accordproject/markdown-cicero": "0.7.0"
},
"license-check-config": {
"src": [
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.6.0",
"version": "0.7.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-cicero": "0.6.0",
"@accordproject/markdown-cicero": "0.7.0",
"immutable": "^4.0.0-rc.12",
"install": "^0.13.0",
"npm": "^6.11.1",
Expand Down

0 comments on commit 6eb668f

Please sign in to comment.