diff --git a/lerna.json b/lerna.json index a17a982..1bd3488 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "3.0.3", + "version": "3.1.0", "useWorkspaces": true } diff --git a/packages/chan-core/package.json b/packages/chan-core/package.json index 74e00ed..0db61b1 100644 --- a/packages/chan-core/package.json +++ b/packages/chan-core/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chan-core", - "version": "3.0.3", + "version": "3.1.0", "description": "API and transformers to work with chast", "type": "module", "module": "./src/index.js", @@ -12,9 +12,9 @@ "lint": "standard \"**/*.js\"" }, "dependencies": { - "@geut/chan-stringify": "^3.0.3", - "@geut/chast": "^3.0.3", - "@geut/remark-chan": "^3.0.3", + "@geut/chan-stringify": "^3.1.0", + "@geut/chast": "^3.1.0", + "@geut/remark-chan": "^3.1.0", "remark-parse": "^9.0.0", "semver": "^7.3.5", "unified": "^9.2.1", diff --git a/packages/chan-stringify/package.json b/packages/chan-stringify/package.json index d608fb3..1706d10 100644 --- a/packages/chan-stringify/package.json +++ b/packages/chan-stringify/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chan-stringify", - "version": "3.0.3", + "version": "3.1.0", "description": "Stringify chast to keepachangelog markdown", "homepage": "http://geutstudio.com", "type": "module", @@ -22,7 +22,7 @@ "unist-util-select": "^2.0.0" }, "devDependencies": { - "@geut/remark-chan": "^3.0.3", + "@geut/remark-chan": "^3.1.0", "cross-env": "^7.0.3", "dirname-filename-esm": "1.1.1", "jest": "^27.0.0", diff --git a/packages/chan/package.json b/packages/chan/package.json index 2e6dff0..6b5bf24 100644 --- a/packages/chan/package.json +++ b/packages/chan/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chan", - "version": "3.0.3", + "version": "3.1.0", "description": "Write and maintain a CHANGELOG from your command line.", "homepage": "http://geutstudio.com", "type": "module", @@ -16,8 +16,8 @@ }, "dependencies": { "@actions/github": "^5.0.0", - "@geut/chan-core": "^3.0.3", - "@geut/git-url-parse": "^3.0.3", + "@geut/chan-core": "^3.1.0", + "@geut/git-url-parse": "^3.1.0", "boxen": "^5.0.1", "editor": "^1.0.0", "find-up": "^5.0.0", diff --git a/packages/chast/package.json b/packages/chast/package.json index 249fbca..0d59423 100644 --- a/packages/chast/package.json +++ b/packages/chast/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chast", - "version": "3.0.3", + "version": "3.1.0", "description": "Unist compatible spec for changelogs and helpers to nodes creation", "homepage": "http://geutstudio.com", "type": "module", diff --git a/packages/git-url-parse/package.json b/packages/git-url-parse/package.json index 0089e2b..b01ccf9 100644 --- a/packages/git-url-parse/package.json +++ b/packages/git-url-parse/package.json @@ -1,6 +1,6 @@ { "name": "@geut/git-url-parse", - "version": "3.0.3", + "version": "3.1.0", "description": "Function to parse a git url and generates template url for the git compare preview.", "type": "module", "module": "./src/index.js", diff --git a/packages/remark-chan/package.json b/packages/remark-chan/package.json index fa99bf5..6472371 100644 --- a/packages/remark-chan/package.json +++ b/packages/remark-chan/package.json @@ -1,6 +1,6 @@ { "name": "@geut/remark-chan", - "version": "3.0.3", + "version": "3.1.0", "description": "Parser mdast to chast", "type": "module", "module": "./src/index.js", @@ -12,7 +12,7 @@ "lint": "standard \"**/*.js\"" }, "dependencies": { - "@geut/chast": "^3.0.3", + "@geut/chast": "^3.1.0", "unist-util-remove-position": "^4.0.0", "unist-util-select": "^4.0.0" },