Skip to content

Commit

Permalink
v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ong6 committed Aug 15, 2021
1 parent 2e8383e commit 5659965
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.0.6"
"version": "3.0.7"
}
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": "markbind-cli",
"version": "3.0.6",
"version": "3.0.7",
"description": "Command line interface for MarkBind",
"keywords": [
"mark",
Expand All @@ -25,8 +25,8 @@
"updatetest": "cd test/functional && node updatetest.js"
},
"dependencies": {
"@markbind/core": "^3.0.6",
"@markbind/core-web": "^3.0.6",
"@markbind/core": "^3.0.7",
"@markbind/core-web": "^3.0.7",
"bluebird": "^3.7.2",
"chalk": "^3.0.0",
"cheerio": "^0.22.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markbind/core-web",
"version": "3.0.6",
"version": "3.0.7",
"description": "MarkBind core browser module",
"keywords": [
"mark",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.5",
"@markbind/vue-components": "^3.0.6",
"@markbind/vue-components": "^3.0.7",
"babel-loader": "^8.1.0",
"bootstrap-vue": "^2.16.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markbind/core",
"version": "3.0.6",
"version": "3.0.7",
"description": "MarkBind core module",
"keywords": [
"mark",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@markbind/core-web": "^3.0.6",
"@markbind/core-web": "^3.0.7",
"@primer/octicons": "^15.0.1",
"@sindresorhus/slugify": "^0.9.1",
"bluebird": "^3.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markbind/vue-components",
"version": "3.0.6",
"version": "3.0.7",
"description": "Bootstrap components built with Vue.js",
"keywords": [
"bootstrap",
Expand Down

0 comments on commit 5659965

Please sign in to comment.