Skip to content

Commit a1e1fac

Browse files
committed
v3.2.6
1 parent 5f9273c commit a1e1fac

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "3.2.5",
2+
"version": "3.2.6",
33
"useWorkspaces": true
44
}

packages/chan-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geut/chan-core",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "API and transformers to work with chast",
55
"type": "module",
66
"module": "./src/index.js",
@@ -12,9 +12,9 @@
1212
"lint": "standard \"**/*.js\""
1313
},
1414
"dependencies": {
15-
"@geut/chan-stringify": "^3.2.5",
16-
"@geut/chast": "^3.2.5",
17-
"@geut/remark-chan": "^3.2.5",
15+
"@geut/chan-stringify": "^3.2.6",
16+
"@geut/chast": "^3.2.6",
17+
"@geut/remark-chan": "^3.2.6",
1818
"remark-parse": "^9.0.0",
1919
"semver": "^7.3.5",
2020
"unified": "^9.2.1",

packages/chan-stringify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geut/chan-stringify",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "Stringify chast to keepachangelog markdown",
55
"homepage": "http://geutstudio.com",
66
"type": "module",
@@ -22,7 +22,7 @@
2222
"unist-util-select": "^2.0.0"
2323
},
2424
"devDependencies": {
25-
"@geut/remark-chan": "^3.2.5",
25+
"@geut/remark-chan": "^3.2.6",
2626
"cross-env": "^7.0.3",
2727
"dirname-filename-esm": "1.1.1",
2828
"jest": "^27.0.0",

packages/chan/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geut/chan",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "Write and maintain a CHANGELOG from your command line.",
55
"homepage": "http://geutstudio.com",
66
"type": "module",
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@actions/github": "^5.0.0",
19-
"@geut/chan-core": "^3.2.5",
20-
"@geut/git-url-parse": "^3.2.5",
19+
"@geut/chan-core": "^3.2.6",
20+
"@geut/git-url-parse": "^3.2.6",
2121
"boxen": "^5.0.1",
2222
"editor": "^1.0.0",
2323
"find-up": "^5.0.0",

packages/chast/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geut/chast",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "Unist compatible spec for changelogs and helpers to nodes creation",
55
"homepage": "http://geutstudio.com",
66
"type": "module",

packages/git-url-parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geut/git-url-parse",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "Function to parse a git url and generates template url for the git compare preview.",
55
"type": "module",
66
"module": "./src/index.js",

packages/remark-chan/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geut/remark-chan",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "Parser mdast to chast",
55
"type": "module",
66
"module": "./src/index.js",
@@ -12,7 +12,7 @@
1212
"lint": "standard \"**/*.js\""
1313
},
1414
"dependencies": {
15-
"@geut/chast": "^3.2.5",
15+
"@geut/chast": "^3.2.6",
1616
"unist-util-remove-position": "^4.0.0",
1717
"unist-util-select": "^4.0.0"
1818
},

0 commit comments

Comments
 (0)