Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elmasse committed Jul 7, 2021
1 parent ce7ece8 commit 4ca03c6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "3.0.3",
"version": "3.1.0",
"useWorkspaces": true
}
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": "3.0.3",
"version": "3.1.0",
"description": "API and transformers to work with chast",
"type": "module",
"module": "./src/index.js",
Expand All @@ -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",
Expand Down
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": "3.0.3",
"version": "3.1.0",
"description": "Stringify chast to keepachangelog markdown",
"homepage": "http://geutstudio.com",
"type": "module",
Expand All @@ -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",
Expand Down
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": "3.0.3",
"version": "3.1.0",
"description": "Write and maintain a CHANGELOG from your command line.",
"homepage": "http://geutstudio.com",
"type": "module",
Expand All @@ -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",
Expand Down
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": "3.0.3",
"version": "3.1.0",
"description": "Unist compatible spec for changelogs and helpers to nodes creation",
"homepage": "http://geutstudio.com",
"type": "module",
Expand Down
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": "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",
Expand Down
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": "3.0.3",
"version": "3.1.0",
"description": "Parser mdast to chast",
"type": "module",
"module": "./src/index.js",
Expand All @@ -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"
},
Expand Down

0 comments on commit 4ca03c6

Please sign in to comment.