File tree Expand file tree Collapse file tree 3 files changed +95
-86
lines changed Expand file tree Collapse file tree 3 files changed +95
-86
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.3.1] ( https://github.com/lsaudon/l10nization/releases/tag/release-3.3.1 )
4
+
5
+ - 🐛 generation not running on already formatted file by @schindler-s
6
+ - ⬆️ Bump @types/node from 20.12.4 to 20.12.7
7
+ - ⬆️ Bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0
8
+ - ⬆️ Bump @typescript-eslint/parser from 7.5.0 to 7.6.0
9
+ - ⬆️ Bump typescript from 5.4.4 to 5.4.5
10
+
3
11
## [ 3.3.0] ( https://github.com/lsaudon/l10nization/releases/tag/release-3.3.0 )
4
12
5
13
- 💥 Add option to run sort & format when manually editing by @schindler-s
6
14
- 💥 Formatting when running "Sort arb Files" by @schindler-s
7
15
- 🐛 "generationEnabled" not being used by @schindler-s
16
+ - 🐛 config not being reloaded/updated by @schindler-s
8
17
- ⬆️ Bump @types/chai from 4.3.12 to 4.3.13
9
18
- ⬆️ Bump @types/node from 20.11.25 to 20.12.4
10
19
- ⬆️ Bump @types/vscode from 1.87.0 to 1.88.0
Original file line number Diff line number Diff line change 2
2
"icon" : " images/logo.png" ,
3
3
"name" : " l10nization" ,
4
4
"displayName" : " L10nization" ,
5
- "version" : " 3.3.0 " ,
5
+ "version" : " 3.3.1 " ,
6
6
"publisher" : " lsaudon" ,
7
7
"description" : " A tool for extracting text to arb files in a Flutter application." ,
8
8
"author" : {
128
128
"devDependencies" : {
129
129
"@types/chai" : " ^4.3.14" ,
130
130
"@types/mocha" : " ^10.0.6" ,
131
- "@types/node" : " 20.12.4 " ,
131
+ "@types/node" : " 20.12.7 " ,
132
132
"@types/sinon" : " 17.0.3" ,
133
133
"@types/vscode" : " ^1.88.0" ,
134
- "@typescript-eslint/eslint-plugin" : " ^7.5 .0" ,
135
- "@typescript-eslint/parser" : " ^7.5 .0" ,
134
+ "@typescript-eslint/eslint-plugin" : " ^7.6 .0" ,
135
+ "@typescript-eslint/parser" : " ^7.6 .0" ,
136
136
"@vscode/test-electron" : " ^2.3.9" ,
137
137
"chai" : " ^4.4.1" ,
138
138
"eslint" : " ^8.57.0" ,
143
143
"sinon" : " ^17.0.1" ,
144
144
"ts-loader" : " ^9.5.1" ,
145
145
"ts-node" : " ^10.9.2" ,
146
- "typescript" : " ^5.4.4 " ,
146
+ "typescript" : " ^5.4.5 " ,
147
147
"webpack" : " ^5.91.0" ,
148
148
"webpack-cli" : " ^5.1.4" ,
149
149
"yaml" : " ^2.4.1"
You can’t perform that action at this time.
0 commit comments