Skip to content

Commit 8c871fb

Browse files
author
Lukáš Horák
committed
v2.2.0
1 parent 48b9491 commit 8c871fb

File tree

10 files changed

+110
-59
lines changed

10 files changed

+110
-59
lines changed

.gitmoji-changelogrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project": {
33
"name": "@lokse/workspace",
4-
"version": "2.1.4"
4+
"version": "2.2.0"
55
}
66
}

CHANGELOG.md

+65-32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
# Changelog
22

3+
<a name="2.2.0"></a>
4+
5+
## 2.2.0 (2022-06-15)
6+
7+
### Added
8+
9+
- ✨ Add rc file as a template config [[0466da5](https://github.com/AckeeCZ/lokse/commit/0466da56f8ebe01cb61e196fb00405fb941ee2d3)]
10+
- ✨ Add init config to generate JS or TS config [[04921aa](https://github.com/AckeeCZ/lokse/commit/04921aa0b7d39b252ca44aa88f74c0d500258b4b)]
11+
- ✨ Add Lokše icon into main readme [[380b22f](https://github.com/AckeeCZ/lokse/commit/380b22f100f5ac57fb9a2c5f239cbba2ed695198)]
12+
- ✨ Add initial version of vscode extension [[195c5c7](https://github.com/AckeeCZ/lokse/commit/195c5c74a3395f8d45457c57f3c2636feab07b0c)]
13+
- ✨ Allow supplying custom config path via variable [[c24539c](https://github.com/AckeeCZ/lokse/commit/c24539c863217754c5a26c39cb714fb125e005e6)]
14+
15+
### Changed
16+
17+
- 📌 Pin @types/prettier to v2.6.0 [[dc66088](https://github.com/AckeeCZ/lokse/commit/dc6608888e0076647f582bb7ef34a653d55e5c3b)]
18+
- 📌 Pin rxjs to v6 [[d7c3105](https://github.com/AckeeCZ/lokse/commit/d7c3105dec86c43a6a9e38bd4948c0394ff96e45)]
19+
- ♻️ Improve missing flag value to reflect correct action [[afe2aae](https://github.com/AckeeCZ/lokse/commit/afe2aaef6b546e15d486bb0e8ec6ab73cd12e147)]
20+
- ♻️ Add createSheetUrl utility [[69c5f57](https://github.com/AckeeCZ/lokse/commit/69c5f578843b9797107f7cf74da6922ffd098a05)]
21+
- ♻️ Extract getConfig into the core package [[1d14110](https://github.com/AckeeCZ/lokse/commit/1d14110affb8af0b60e02f6725c01b01918569fd)]
22+
- ⬆️ Run yarn upgrade to fix vulnerabilities [[ed9be46](https://github.com/AckeeCZ/lokse/commit/ed9be460311726f8e3712399de4e5e2f972ddc27)]
23+
24+
### Removed
25+
26+
- ➖ Remove obsolete dependency resolutions [[48b9491](https://github.com/AckeeCZ/lokse/commit/48b949124dc7cb811679b12e79c85435c2e3ef16)]
27+
28+
### Miscellaneous
29+
30+
- 🏷️ Export LokseConfig type from cli package [[ae22486](https://github.com/AckeeCZ/lokse/commit/ae22486d6cd3721047985d2a86814416c1dd31c8)]
31+
- 📝 Fix small grammar mistakes in main readme [[77d5379](https://github.com/AckeeCZ/lokse/commit/77d5379226f223a62d3a7934ef8f45fbe7833e18)]
32+
333
<a name="2.1.4"></a>
34+
435
## 2.1.4 (2022-01-13)
536

637
### Changed
@@ -12,17 +43,17 @@
1243

1344
- 🤡 Fix mock of write sheet service in update command tests [[e9f82fc](https://github.com/AckeeCZ/lokse/commit/e9f82fc68eaa1f27b214745b6568a7bfd7c3a09c)]
1445

15-
1646
<a name="2.1.3"></a>
47+
1748
## 2.1.3 (2022-01-13)
1849

1950
### Changed
2051

2152
- ⬆️ Upgrade google-spreadsheet to v 3.2.0 [[73f4425](https://github.com/AckeeCZ/lokse/commit/73f442520b66e53fcc7db05759dd77d002b8b99e)]
2253
- ⬆️ Upgrade dependencies globally with yarn upgrade [[8397d3c](https://github.com/AckeeCZ/lokse/commit/8397d3c5647073695e52f60a58aa8265cf2c8c62)]
2354

24-
2555
<a name="2.1.2"></a>
56+
2657
## 2.1.2 (2021-11-15)
2758

2859
### Fixed
@@ -33,16 +64,16 @@
3364

3465
- 📝 Add non breaking spaces plugin into the plugins list [[10c829e](https://github.com/AckeeCZ/lokse/commit/10c829eb4622270347d70f44d8b513ac0243dfd7)]
3566

36-
3767
<a name="2.1.1"></a>
68+
3869
## 2.1.1 (2021-11-09)
3970

4071
### Miscellaneous
4172

4273
- 📝 Fix typos and improve doc on plugin-non-breaking-spaces [[8090d47](https://github.com/AckeeCZ/lokse/commit/8090d47b244945cb3cb14cb81002b6a977ad6913)]
4374

44-
4575
<a name="2.1.0"></a>
76+
4677
## 2.1.0 (2021-11-05)
4778

4879
### Added
@@ -56,11 +87,11 @@
5687

5788
### Miscellaneous
5889

59-
- Bump tmpl from 1.0.4 to 1.0.5 [[71f3a09](https://github.com/AckeeCZ/lokse/commit/71f3a09f42e3eb03775f89efea6c6839779eaf43)]
60-
- Bump semver-regex from 3.1.2 to 3.1.3 [[33022d6](https://github.com/AckeeCZ/lokse/commit/33022d60a423c2062b9613cf7302a767acc7b555)]
61-
90+
- Bump tmpl from 1.0.4 to 1.0.5 [[71f3a09](https://github.com/AckeeCZ/lokse/commit/71f3a09f42e3eb03775f89efea6c6839779eaf43)]
91+
- Bump semver-regex from 3.1.2 to 3.1.3 [[33022d6](https://github.com/AckeeCZ/lokse/commit/33022d60a423c2062b9613cf7302a767acc7b555)]
6292

6393
<a name="2.0.1"></a>
94+
6495
## 2.0.1 (2021-09-16)
6596

6697
### Fixed
@@ -72,8 +103,8 @@
72103

73104
- 📝 Add fallback plugin into the list of plugins [[ad72a06](https://github.com/AckeeCZ/lokse/commit/ad72a06c49ddad658178071d0d686d25a60f651e)]
74105

75-
76106
<a name="2.0.0"></a>
107+
77108
## 2.0.0 (2021-09-16)
78109

79110
### Added
@@ -114,16 +145,16 @@
114145
- 🔥 Remove duplicated config in example [[3ffd7c0](https://github.com/AckeeCZ/lokse/commit/3ffd7c078b58854260010a58e46577feb0a4d731)]
115146
- ➖ Use npx to execute gitmoji-changelog, remove it from deps [[a64529e](https://github.com/AckeeCZ/lokse/commit/a64529e9a4c5cfc3319a55e4b519471fb5d07602)]
116147

117-
118148
<a name="1.7.0"></a>
149+
119150
## 1.7.0 (2021-05-25)
120151

121152
### Changed
122153

123154
- 🔧 Remove distTag alpha from lerna config [[55909ca](https://github.com/AckeeCZ/lokse/commit/55909ca0d5908b9c2c64553f65b7987445028662)]
124155

125-
126156
<a name="1.7.0-alpha.3"></a>
157+
127158
## 1.7.0-alpha.3 (2021-05-25)
128159

129160
### Changed
@@ -135,23 +166,24 @@
135166
- 🐛 Set typescript loader compiler options [[c5e655a](https://github.com/AckeeCZ/lokse/commit/c5e655abe1fc004377a60d092d8d72ebcca8bedc)]
136167

137168
<a name="1.7.0-alpha.2"></a>
169+
138170
## 1.7.0-alpha.2 (2021-05-25)
139171

140172
### Changed
141173

142174
- ♻️ Change typescript loader package [[8ffb124](https://github.com/AckeeCZ/lokse/commit/8ffb124b8c22263e33e045fe9c8a502c053956f8)]
143175

144-
145176
<a name="1.7.0-alpha.1"></a>
177+
146178
## 1.7.0-alpha.1 (2021-05-25)
147179

148180
### Changed
149181

150182
- 🔧 Change casing of dist-tag config option [[73a4bca](https://github.com/AckeeCZ/lokse/commit/73a4bca40938da4fcf78c0357e14bd256590b379)]
151183
- ⬆️ Update dependencies in yarn.lock [[59fbd62](https://github.com/AckeeCZ/lokse/commit/59fbd624367dc6c0201aa72aac5ab93b68d40eaf)]
152184

153-
154185
<a name="1.7.0-alpha.0"></a>
186+
155187
## 1.7.0-alpha.0 (2021-05-25)
156188

157189
### Added
@@ -167,32 +199,32 @@
167199

168200
- 🙈 Add tsconfig and src folder into npmignore [[53978bf](https://github.com/AckeeCZ/lokse/commit/53978bf4c63eda1249f2fac0661b24b153fd4e90)]
169201

170-
171202
<a name="1.6.0"></a>
203+
172204
## 1.6.0 (2021-04-06)
173205

174206
### Changed
175207

176208
- ♻️ Extract core from cli into standalone package [[24aa5ac](https://github.com/AckeeCZ/lokse/commit/24aa5ac68b863353fceb103356069b46f66e5c03)]
177209

178-
179210
<a name="1.5.2"></a>
211+
180212
## 1.5.2 (2021-04-03)
181213

182214
### Fixed
183215

184216
- 🐛 Fix casing of line.ts import in writer [[e592808](https://github.com/AckeeCZ/lokse/commit/e5928087185a5b7987262ea927fbc4dc62607dfc)]
185217

186-
187218
<a name="1.5.1"></a>
219+
188220
## 1.5.1 (2021-03-02)
189221

190222
### Changed
191223

192224
- ⬆️ Bumb update-notifier version to v5.1.0 [[08f934a](https://github.com/AckeeCZ/lokse/commit/08f934adb03d979f5f926427441ab9d3b574984d)]
193225

194-
195226
<a name="1.5.0"></a>
227+
196228
## 1.5.0 (2021-03-02)
197229

198230
### Added
@@ -204,8 +236,8 @@
204236
- 🔧 Turn off diagnostics in lokse tests [[8ab49fe](https://github.com/AckeeCZ/lokse/commit/8ab49fecaecfca8bc55a8caa8568fb8f2d2ae265)]
205237
- ♻️ Inject worksheet reader instance into spreadsheet reader [[36b7c93](https://github.com/AckeeCZ/lokse/commit/36b7c938664d79bdf7011c9d92458730c6400377)]
206238

207-
208239
<a name="1.4.1"></a>
240+
209241
## 1.4.1 (2021-02-28)
210242

211243
### Changed
@@ -215,8 +247,8 @@
215247
- ⬆️ Bump node-notifier from 8.0.0 to 8.0.1 [[0afd2c9](https://github.com/AckeeCZ/lokse/commit/0afd2c954bb96812ee951eeba8020dffaedc9679)]
216248
- ⬆️ Bump ini from 1.3.5 to 1.3.8 [[fbc4309](https://github.com/AckeeCZ/lokse/commit/fbc43098d65f9284a027c5becdb0f7691680413b)]
217249

218-
219250
<a name="1.4.0"></a>
251+
220252
## 1.4.0 (2021-02-04)
221253

222254
### Changed
@@ -227,8 +259,8 @@
227259

228260
- 🐛 Take in account editorconfig when resolving prettier configuration [[02fbfa8](https://github.com/AckeeCZ/lokse/commit/02fbfa8de9a913e206fbb4f83dd5187506217e99)]
229261

230-
231262
<a name="1.3.1"></a>
263+
232264
## 1.3.1 (2020-11-23)
233265

234266
### Added
@@ -239,8 +271,8 @@
239271

240272
- 📝 Fix TOC in package readme [[4ef1c8d](https://github.com/AckeeCZ/lokse/commit/4ef1c8d19a34a9a1b8c5969ba6e30a3767e1e6a0)]
241273

242-
243274
<a name="1.3.0"></a>
275+
244276
## 1.3.0 (2020-11-12)
245277

246278
### Added
@@ -256,8 +288,8 @@
256288

257289
- 🔥 Remove name from flag definitions, it&#x27;s useless there [[2dbe4a0](https://github.com/AckeeCZ/lokse/commit/2dbe4a0cc279c009f81a2dca7f7222a81a073287)]
258290

259-
260291
<a name="1.2.0"></a>
292+
261293
## 1.2.0 (2020-11-03)
262294

263295
### Added
@@ -274,23 +306,23 @@
274306
- ♻️ Handle failed extraction of sheet data in spreadsheet reader [[c26149d](https://github.com/AckeeCZ/lokse/commit/c26149dd02017987631ac8520d5b9de5ece13761)]
275307
- ♻️ Move worksheet extraction into the worksheet class [[196ebbb](https://github.com/AckeeCZ/lokse/commit/196ebbb6653af758a148592a8f5d4051fb03081a)]
276308
- 🔨 Move lint and prettier scripts to the root [[fa36c40](https://github.com/AckeeCZ/lokse/commit/fa36c40444c8a952bc33729ca879dd14e793f8a0)]
277-
- 🚚 Move tests to the src/**/__tests__ folder [[122c66f](https://github.com/AckeeCZ/lokse/commit/122c66fa1daca3aa2cbc313a046a0d394bc51dc6)]
309+
- 🚚 Move tests to the src/\*\*/**tests** folder [[122c66f](https://github.com/AckeeCZ/lokse/commit/122c66fa1daca3aa2cbc313a046a0d394bc51dc6)]
278310

279311
### Removed
280312

281313
- 🔥 Remove known output format check [[7adc4d0](https://github.com/AckeeCZ/lokse/commit/7adc4d0e82fbfb906ba4acc8ed987d62c735a677)]
282314
- 🔥 Remove different tsconfig for tests [[48b2d37](https://github.com/AckeeCZ/lokse/commit/48b2d37f10c8dd0eebd00dd4b832ed900f243a1d)]
283315

284-
285316
<a name="1.1.1"></a>
317+
286318
## 1.1.1 (2020-10-23)
287319

288320
### Fixed
289321

290322
- 🐛 Only warn, don&#x27;t throw, when key column not found in worksheet [[649dc00](https://github.com/AckeeCZ/lokse/commit/649dc00a03815410f01dfe7638e2a777f0cfbe01)]
291323

292-
293324
<a name="1.1.0"></a>
325+
294326
## 1.1.0 (2020-10-22)
295327

296328
### Added
@@ -301,8 +333,8 @@
301333

302334
- 📝 Decrease README heading level by one level [[28e2b69](https://github.com/AckeeCZ/lokse/commit/28e2b69f9fa08255038d1dcc761d8a5ad0b7b09d)]
303335

304-
305336
<a name="1.0.0"></a>
337+
306338
## 1.0.0 (2020-10-22)
307339

308340
### Added
@@ -317,38 +349,39 @@
317349
- 🐛 Fix accessing exit property of error [[a390014](https://github.com/AckeeCZ/lokse/commit/a39001413f9f0d4206ae3983b1cc30ca7890d8b1)]
318350

319351
<a name="1.0.0-beta.7"></a>
352+
320353
## 1.0.0-beta.7 (2020-10-05)
321354

322355
### Added
323356

324357
- ✨ Add formatting json output with prettier [[eeb505b](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/eeb505bf958b7d39eefbc57f4a0d405c4705715a)]
325358

326-
327359
<a name="1.0.0-beta.6"></a>
360+
328361
## 1.0.0-beta.6 (2020-10-02)
329362

330363
### Fixed
331364

332365
- 🐛 Fix throwing cli errors with exit code from update command [[c21a41f](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/c21a41ff25f25a3ee769b490c433be6195d5405f)]
333366

334-
335367
<a name="1.0.0-beta.5"></a>
368+
336369
## 1.0.0-beta.5 (2020-10-02)
337370

338371
### Added
339372

340373
- ✨ Set exit code 1 for missing api key error [[d851326](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/d851326a5d5986f69b65f108d8b04fa24b02ad96)]
341374

342-
343375
<a name="1.0.0-beta.4"></a>
376+
344377
## 1.0.0-beta.4 (2020-10-02)
345378

346379
### Added
347380

348381
- ✨ Support loading API key from .env.local [[e4f91ae](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/e4f91ae53d2f2b1a07aa869c4e2e811ea143dafc)]
349382

350-
351383
<a name="1.0.0-beta.3"></a>
384+
352385
## 1.0.0-beta.3 (2020-10-02)
353386

354387
### Changed
@@ -360,8 +393,8 @@
360393

361394
- ✏️ Fix typo in readme [[548cb30](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/548cb300359e10acfa67e79fd1bfaf34eb8d2a52)]
362395

363-
364396
<a name="1.0.0-beta.2"></a>
397+
365398
## 1.0.0-beta.2 (2020-10-01)
366399

367400
### Changed
@@ -375,14 +408,15 @@
375408
- 📝 Fix possible config names in readme [[a2d5f09](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/a2d5f0952058fda588b6b6029992b9b62761bc45)]
376409

377410
<a name="1.0.0-beta.1"></a>
411+
378412
## 1.0.0-beta.1 (2020-09-30)
379413

380414
### Changed
381415

382416
- 💬 Fix name of variable in MissingApiKeyError msg [[dd4e03b](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/dd4e03b95d3b9891d1221ef1b9e9981dc9af6855)]
383417

384-
385418
<a name="1.0.0-beta.0"></a>
419+
386420
## 1.0.0-beta.0 (2020-09-30)
387421

388422
### Added
@@ -419,4 +453,3 @@
419453
- 🔨 Add script for patching gitmoji-changelog [[65e8214](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/65e8214d7e80882b76f99b41a1b3ce8e48d5f013)]
420454
- 🔨 Add release script for CLI [[fea58ce](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/fea58ce6060c2e4d7e0052e6714c5e6f70e6f62e)]
421455
- 🔨 Setup changelog script for lokse package [[d8bf186](https://github.com/AckeeCZ/localize-with-spreadsheet/commit/d8bf18648cbb6b3a9d365e1104ec3bb88a050406)]
422-

example/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "2.1.4",
4+
"version": "2.2.0",
55
"main": "index.js",
66
"license": "MIT",
77
"devDependencies": {
8-
"@lokse/plugin-fallback": "^2.1.4",
9-
"@lokse/plugin-prettier": "^2.1.4",
10-
"lokse": "^2.1.4"
8+
"@lokse/plugin-fallback": "^2.2.0",
9+
"@lokse/plugin-prettier": "^2.2.0",
10+
"lokse": "^2.2.0"
1111
}
1212
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2.1.4",
5+
"version": "2.2.0",
66
"useWorkspaces": true,
77
"npmClient": "yarn",
88
"command": {

0 commit comments

Comments
 (0)