From af64612aa7afc8f5fe735a9d46f18727998d23a9 Mon Sep 17 00:00:00 2001 From: Max Fierro Date: Fri, 25 Jun 2021 09:10:29 -0300 Subject: [PATCH] v3.0.2 --- lerna.json | 2 +- packages/chan-core/package.json | 8 ++++---- packages/chan-stringify/package.json | 4 ++-- packages/chan/package.json | 6 +++--- packages/chast/package.json | 2 +- packages/git-url-parse/package.json | 2 +- packages/remark-chan/package.json | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lerna.json b/lerna.json index eec3003..53f0d7a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "3.0.1", + "version": "3.0.2", "useWorkspaces": true } diff --git a/packages/chan-core/package.json b/packages/chan-core/package.json index c5a7cf9..48e3e1a 100644 --- a/packages/chan-core/package.json +++ b/packages/chan-core/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chan-core", - "version": "3.0.1", + "version": "3.0.2", "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.1", - "@geut/chast": "^3.0.1", - "@geut/remark-chan": "^3.0.1", + "@geut/chan-stringify": "^3.0.2", + "@geut/chast": "^3.0.2", + "@geut/remark-chan": "^3.0.2", "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 da97f6a..fb1298a 100644 --- a/packages/chan-stringify/package.json +++ b/packages/chan-stringify/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chan-stringify", - "version": "3.0.1", + "version": "3.0.2", "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.1", + "@geut/remark-chan": "^3.0.2", "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 799f1d2..a07923b 100644 --- a/packages/chan/package.json +++ b/packages/chan/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chan", - "version": "3.0.1", + "version": "3.0.2", "description": "Write and maintain a CHANGELOG from your command line.", "homepage": "http://geutstudio.com", "type": "module", @@ -15,8 +15,8 @@ }, "dependencies": { "@actions/github": "^5.0.0", - "@geut/chan-core": "^3.0.1", - "@geut/git-url-parse": "^3.0.1", + "@geut/chan-core": "^3.0.2", + "@geut/git-url-parse": "^3.0.2", "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 eb7a63a..5f2b674 100644 --- a/packages/chast/package.json +++ b/packages/chast/package.json @@ -1,6 +1,6 @@ { "name": "@geut/chast", - "version": "3.0.1", + "version": "3.0.2", "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 1e82563..0fa4167 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.1", + "version": "3.0.2", "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 a2861a9..dbb04ff 100644 --- a/packages/remark-chan/package.json +++ b/packages/remark-chan/package.json @@ -1,6 +1,6 @@ { "name": "@geut/remark-chan", - "version": "3.0.1", + "version": "3.0.2", "description": "Parser mdast to chast", "type": "module", "module": "./src/index.js", @@ -12,7 +12,7 @@ "lint": "standard \"**/*.js\"" }, "dependencies": { - "@geut/chast": "^3.0.1", + "@geut/chast": "^3.0.2", "unist-util-remove-position": "^4.0.0", "unist-util-select": "^4.0.0" },