File tree 7 files changed +14
-14
lines changed
7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.2.5 " ,
2
+ "version" : " 3.2.6 " ,
3
3
"useWorkspaces" : true
4
4
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @geut/chan-core" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"description" : " API and transformers to work with chast" ,
5
5
"type" : " module" ,
6
6
"module" : " ./src/index.js" ,
12
12
"lint" : " standard \" **/*.js\" "
13
13
},
14
14
"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 " ,
18
18
"remark-parse" : " ^9.0.0" ,
19
19
"semver" : " ^7.3.5" ,
20
20
"unified" : " ^9.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @geut/chan-stringify" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"description" : " Stringify chast to keepachangelog markdown" ,
5
5
"homepage" : " http://geutstudio.com" ,
6
6
"type" : " module" ,
22
22
"unist-util-select" : " ^2.0.0"
23
23
},
24
24
"devDependencies" : {
25
- "@geut/remark-chan" : " ^3.2.5 " ,
25
+ "@geut/remark-chan" : " ^3.2.6 " ,
26
26
"cross-env" : " ^7.0.3" ,
27
27
"dirname-filename-esm" : " 1.1.1" ,
28
28
"jest" : " ^27.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @geut/chan" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"description" : " Write and maintain a CHANGELOG from your command line." ,
5
5
"homepage" : " http://geutstudio.com" ,
6
6
"type" : " module" ,
16
16
},
17
17
"dependencies" : {
18
18
"@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 " ,
21
21
"boxen" : " ^5.0.1" ,
22
22
"editor" : " ^1.0.0" ,
23
23
"find-up" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @geut/chast" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"description" : " Unist compatible spec for changelogs and helpers to nodes creation" ,
5
5
"homepage" : " http://geutstudio.com" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @geut/git-url-parse" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"description" : " Function to parse a git url and generates template url for the git compare preview." ,
5
5
"type" : " module" ,
6
6
"module" : " ./src/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @geut/remark-chan" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"description" : " Parser mdast to chast" ,
5
5
"type" : " module" ,
6
6
"module" : " ./src/index.js" ,
12
12
"lint" : " standard \" **/*.js\" "
13
13
},
14
14
"dependencies" : {
15
- "@geut/chast" : " ^3.2.5 " ,
15
+ "@geut/chast" : " ^3.2.6 " ,
16
16
"unist-util-remove-position" : " ^4.0.0" ,
17
17
"unist-util-select" : " ^4.0.0"
18
18
},
You can’t perform that action at this time.
0 commit comments