Skip to content

Commit

Permalink
🔖 3.3.1 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaudon authored Apr 10, 2024
1 parent cb33549 commit 626ed1c
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 86 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Changelog

## [3.3.1](https://github.com/lsaudon/l10nization/releases/tag/release-3.3.1)

- 🐛 generation not running on already formatted file by @schindler-s
- ⬆️ Bump @types/node from 20.12.4 to 20.12.7
- ⬆️ Bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0
- ⬆️ Bump @typescript-eslint/parser from 7.5.0 to 7.6.0
- ⬆️ Bump typescript from 5.4.4 to 5.4.5

## [3.3.0](https://github.com/lsaudon/l10nization/releases/tag/release-3.3.0)

- 💥 Add option to run sort & format when manually editing by @schindler-s
- 💥 Formatting when running "Sort arb Files" by @schindler-s
- 🐛 "generationEnabled" not being used by @schindler-s
- 🐛 config not being reloaded/updated by @schindler-s
- ⬆️ Bump @types/chai from 4.3.12 to 4.3.13
- ⬆️ Bump @types/node from 20.11.25 to 20.12.4
- ⬆️ Bump @types/vscode from 1.87.0 to 1.88.0
Expand Down
162 changes: 81 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"icon": "images/logo.png",
"name": "l10nization",
"displayName": "L10nization",
"version": "3.3.0",
"version": "3.3.1",
"publisher": "lsaudon",
"description": "A tool for extracting text to arb files in a Flutter application.",
"author": {
Expand Down Expand Up @@ -128,11 +128,11 @@
"devDependencies": {
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "20.12.4",
"@types/node": "20.12.7",
"@types/sinon": "17.0.3",
"@types/vscode": "^1.88.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vscode/test-electron": "^2.3.9",
"chai": "^4.4.1",
"eslint": "^8.57.0",
Expand All @@ -143,7 +143,7 @@
"sinon": "^17.0.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"yaml": "^2.4.1"
Expand Down

0 comments on commit 626ed1c

Please sign in to comment.