File tree 10 files changed +56
-10
lines changed 10 files changed +56
-10
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.12.1] ( https://github.com/textlint/editor/compare/v0.12.0...v0.12.1 ) (2021-05-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** script-compiler:** add deps for script-comppiler ([ #51 ] ( https://github.com/textlint/editor/issues/51 ) ) ([ 85cca5f] ( https://github.com/textlint/editor/commit/85cca5f1654782deb54f29856d6fe04b4bc4a648 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.12.0] ( https://github.com/textlint/editor/compare/v0.11.3...v0.12.0 ) (2021-05-24)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"useWorkspaces" : true ,
3
3
"npmClient" : " yarn" ,
4
- "version" : " 0.12.0 "
4
+ "version" : " 0.12.1 "
5
5
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.12.1] ( https://github.com/textlint/editor/compare/v0.12.0...v0.12.1 ) (2021-05-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** script-compiler:** add deps for script-comppiler ([ #51 ] ( https://github.com/textlint/editor/issues/51 ) ) ([ 85cca5f] ( https://github.com/textlint/editor/commit/85cca5f1654782deb54f29856d6fe04b4bc4a648 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 0.12.0] ( https://github.com/textlint/editor/compare/v0.11.3...v0.12.0 ) (2021-05-24)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textlint/script-compiler" ,
3
- "version" : " 0.12.0 " ,
3
+ "version" : " 0.12.1 " ,
4
4
"description" : " textlint script compiler tool" ,
5
5
"keywords" : [
6
6
" textlint" ,
59
59
"@textlint/kernel" : " ^12.0.0" ,
60
60
"@textlint/runtime-helper" : " ^0.12.0" ,
61
61
"@textlint/script-parser" : " ^0.12.0" ,
62
- "@textlint/types" : " ^12.0.0" ,
63
62
"@textlint/textlint-plugin-markdown" : " ^12.0.0" ,
64
63
"@textlint/textlint-plugin-text" : " ^12.0.0" ,
64
+ "@textlint/types" : " ^12.0.0" ,
65
65
"babel-loader" : " ^8.2.2" ,
66
66
"babel-plugin-static-fs" : " ^3.0.0" ,
67
67
"meow" : " ^9.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.12.1] ( https://github.com/textlint/editor/compare/v0.12.0...v0.12.1 ) (2021-05-27)
7
+
8
+ ** Note:** Version bump only for package @textlint/website-generator
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.12.0] ( https://github.com/textlint/editor/compare/v0.11.3...v0.12.0 ) (2021-05-24)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @textlint/website-generator" ,
3
- "version" : " 0.12.0 " ,
3
+ "version" : " 0.12.1 " ,
4
4
"description" : " Website generator using @textlint/script-compiler" ,
5
5
"keywords" : [
6
6
" textlint"
47
47
"trailingComma" : " none"
48
48
},
49
49
"dependencies" : {
50
- "@textlint/script-compiler" : " ^0.12.0 " ,
50
+ "@textlint/script-compiler" : " ^0.12.1 " ,
51
51
"meow" : " ^9.0.0" ,
52
52
"read-pkg" : " ^5.2.0" ,
53
- "textchecker-element" : " ^0.12.0 "
53
+ "textchecker-element" : " ^0.12.1 "
54
54
},
55
55
"devDependencies" : {
56
56
"@types/mocha" : " ^8.2.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.12.1] ( https://github.com/textlint/editor/compare/v0.12.0...v0.12.1 ) (2021-05-27)
7
+
8
+ ** Note:** Version bump only for package textchecker-element
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.12.0] ( https://github.com/textlint/editor/compare/v0.11.3...v0.12.0 ) (2021-05-24)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " textchecker-element" ,
3
- "version" : " 0.12.0 " ,
3
+ "version" : " 0.12.1 " ,
4
4
"description" : " Overlay text checker web compoentns." ,
5
5
"keywords" : [
6
6
" webcomponent" ,
55
55
},
56
56
"devDependencies" : {
57
57
"@babel/core" : " ^7.12.10" ,
58
- "@textlint/script-compiler" : " ^0.12.0 " ,
58
+ "@textlint/script-compiler" : " ^0.12.1 " ,
59
59
"@types/mocha" : " ^8.2.0" ,
60
60
"@types/node" : " ^15.6.0" ,
61
61
"@types/rimraf" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.12.1] ( https://github.com/textlint/editor/compare/v0.12.0...v0.12.1 ) (2021-05-27)
7
+
8
+ ** Note:** Version bump only for package @textlint/webextension
9
+
10
+
11
+
12
+
13
+
6
14
# [ 0.12.0] ( https://github.com/textlint/editor/compare/v0.11.3...v0.12.0 ) (2021-05-24)
7
15
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " @textlint/webextension" ,
4
- "version" : " 0.12.0 " ,
4
+ "version" : " 0.12.1 " ,
5
5
"description" : " textlint editor" ,
6
6
"scripts" : {
7
7
"dev" : " webextension-toolbox dev" ,
40
40
"react" : " ^17.0.2" ,
41
41
"react-codemirror2" : " ^7.2.1" ,
42
42
"react-dom" : " ^17.0.2" ,
43
- "textchecker-element" : " ^0.12.0 " ,
43
+ "textchecker-element" : " ^0.12.1 " ,
44
44
"webextension-polyfill-ts" : " ^0.25.0"
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments