Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elmasse committed Jun 3, 2021
1 parent b091752 commit 8c3b134
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.1",
"version": "2.3.0",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/chan-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/chan-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geut/chan-core",
"version": "2.2.0",
"version": "2.3.0",
"description": "API and transforms to work with chast",
"homepage": "http://geutstudio.com",
"main": "index.js",
Expand All @@ -14,9 +14,9 @@
"access": "public"
},
"dependencies": {
"@geut/chan-stringify": "^2.2.0",
"@geut/chast": "^2.2.0",
"@geut/remark-chan": "^2.2.0",
"@geut/chan-stringify": "^2.3.0",
"@geut/chast": "^2.3.0",
"@geut/remark-chan": "^2.3.0",
"remark-parse": "^6.0.3",
"semver": "^5.6.0",
"unified": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/chan-stringify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/chan-stringify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geut/chan-stringify",
"version": "2.2.0",
"version": "2.3.0",
"description": "Stringify chast to keepachangelog markdown",
"homepage": "http://geutstudio.com",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"lint": "eslint . --ignore-path ../../.eslintignore"
},
"devDependencies": {
"@geut/remark-chan": "^2.2.0",
"@geut/remark-chan": "^2.3.0",
"eslint": "^5.12.0",
"jest": "^24.8.0",
"to-vfile": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/chan/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/chan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geut/chan",
"version": "2.2.1",
"version": "2.3.0",
"description": "Chan CLI used for writing and maintaining a CHANGELOG",
"homepage": "http://geutstudio.com",
"main": "index.js",
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@actions/github": "^2.1.1",
"@geut/chan-core": "^2.2.0",
"@geut/git-url-parse": "^2.2.0",
"@geut/chan-core": "^2.3.0",
"@geut/git-url-parse": "^2.3.0",
"boxen": "^2.1.0",
"editor": "^1.0.0",
"find-up": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/chast/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/chast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geut/chast",
"version": "2.2.0",
"version": "2.3.0",
"description": "Unist compatible spec for changelogs and helpers to nodes creation",
"homepage": "http://geutstudio.com",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/git-url-parse/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/git-url-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geut/git-url-parse",
"version": "2.2.0",
"version": "2.3.0",
"description": "Function to parse a git url and generates template url for the git compare preview.",
"homepage": "http://geutstudio.com",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-chan/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/remark-chan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@geut/remark-chan",
"version": "2.2.0",
"version": "2.3.0",
"description": "Parser mdast to chast",
"homepage": "http://geutstudio.com",
"main": "index.js",
Expand All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@geut/chast": "^2.2.0",
"@geut/chast": "^2.3.0",
"unist-util-remove-position": "^1.1.2",
"unist-util-select": "^2.0.0"
},
Expand Down

0 comments on commit 8c3b134

Please sign in to comment.