Skip to content

Commit 113fa38

Browse files
chore: release main (#382)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 659e5d1 commit 113fa38

37 files changed

+144
-48
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"extensions/arabic": "0.1.3",
2+
"extensions/arabic": "0.1.4",
33
"extensions/bulgarian": "0.1.6",
44
"extensions/catalan": "1.0.0",
55
"extensions/croatian": "0.1.6",
66
"extensions/czech": "1.0.0",
77
"extensions/danish": "1.0.1",
8-
"extensions/dutch": "0.3.3",
8+
"extensions/dutch": "0.3.4",
99
"extensions/esperanto": "1.0.0",
10-
"extensions/estonian": "0.1.7",
11-
"extensions/french-reforme": "2.0.5",
12-
"extensions/french": "0.2.2",
13-
"extensions/german": "2.0.4",
10+
"extensions/estonian": "0.1.8",
11+
"extensions/french-reforme": "2.0.6",
12+
"extensions/french": "0.2.3",
13+
"extensions/german": "2.0.5",
1414
"extensions/greek": "1.0.0",
1515
"extensions/hebrew": "1.0.0",
1616
"extensions/italian": "1.0.0",
1717
"extensions/medical-terms": "2.0.0",
1818
"extensions/norwegian-bokmal": "0.1.7",
1919
"extensions/persian": "1.0.0",
2020
"extensions/polish": "2.0.0",
21-
"extensions/portuguese-brazilian": "2.0.8",
21+
"extensions/portuguese-brazilian": "2.0.9",
2222
"extensions/portuguese": "1.0.3",
23-
"extensions/russian": "2.0.5",
23+
"extensions/russian": "2.0.6",
2424
"extensions/scientific-terms": "0.1.6",
25-
"extensions/slovenian": "0.1.3",
26-
"extensions/spanish": "2.1.2",
27-
"extensions/swedish": "1.1.2",
25+
"extensions/slovenian": "0.1.4",
26+
"extensions/spanish": "2.1.3",
27+
"extensions/swedish": "1.1.3",
2828
"extensions/turkish": "1.0.0",
2929
"extensions/ukrainian": "1.0.0",
3030
"extensions/vietnamese": "1.0.0",
31-
".": "2.0.0"
31+
".": "2.0.1"
3232
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@2.0.0...vscode-cspell-dict-extensions@2.0.1) (2022-08-29)
4+
5+
6+
### Build System
7+
8+
* **deps-dev:** bump @types/node from 18.7.8 to 18.7.9 ([#387](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/387)) ([3da4495](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/3da4495b735a3e065168ed6de15fa1f33a85c28d))
9+
* **deps-dev:** bump typescript from 4.7.4 to 4.8.2 ([#392](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/392)) ([4ce6587](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/4ce6587fbd946c3f74bc4e86e56f65e695b18e34))
10+
* **deps-dev:** bump vsce from 2.10.2 to 2.11.0 ([#391](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/391)) ([5abcbe7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/5abcbe7c9fe8884a37538b7d3266c0628526b376))
11+
12+
13+
### Continuous Integration
14+
15+
* Workflow Bot -- Update ALL Dependencies ([#379](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/379)) ([47791ba](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/47791ba7d47dee5d333952e8b0041a72bc68ab21))
16+
* Workflow Bot -- Update ALL Dependencies ([#385](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/385)) ([c2907e7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/c2907e7af39c1b7f42549cfb5f555dce6f62fb4a))
17+
* Workflow Bot -- Update ALL Dependencies ([#386](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/386)) ([f8be118](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/f8be118980a6666ae7ec6f3bcd9e13a8ff296af9))
18+
* Workflow Bot -- Update ALL Dependencies ([#388](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/388)) ([3e962dc](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/3e962dcfbe535bc36357bb4223a6d780faea54a5))
19+
* Workflow Bot -- Update ALL Dependencies ([#389](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/389)) ([5178c1b](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/5178c1bdcf2f699ad9a92220a95400995fef10f1))
20+
* Workflow Bot -- Update ALL Dependencies ([#390](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/390)) ([659e5d1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/659e5d1ff1e11fbfc8f5d334ad7b1426edff58bd))
21+
322
## [2.0.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@1.0.4...vscode-cspell-dict-extensions@2.0.0) (2022-08-13)
423

524

extensions/arabic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.4](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-arabic@0.1.3...code-spell-checker-arabic@0.1.4) (2022-08-29)
7+
8+
9+
### Continuous Integration
10+
11+
* Workflow Bot -- Update ALL Dependencies ([#385](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/385)) ([c2907e7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/c2907e7af39c1b7f42549cfb5f555dce6f62fb4a))
12+
613
## [0.1.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-arabic@0.1.2...code-spell-checker-arabic@0.1.3) (2022-07-30)
714

815

extensions/arabic/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/arabic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-spell-checker-arabic",
33
"description": "Arabic dictionary extension for VS Code.",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"displayName": "Arabic - Code Spell Checker",
66
"icon": "images/SpellCheck.png",
77
"preview": true,

extensions/dutch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.4](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-dutch@0.3.3...code-spell-checker-dutch@0.3.4) (2022-08-29)
7+
8+
9+
### Continuous Integration
10+
11+
* Workflow Bot -- Update ALL Dependencies ([#385](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/385)) ([c2907e7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/c2907e7af39c1b7f42549cfb5f555dce6f62fb4a))
12+
613
## [0.3.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-dutch@0.3.2...code-spell-checker-dutch@0.3.3) (2022-07-26)
714

815
**Note:** Version bump only for package code-spell-checker-dutch

extensions/dutch/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/dutch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-spell-checker-dutch",
33
"description": "Dutch / Nederlands dictionary extension for VS Code.",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"displayName": "Dutch - Code Spell Checker",
66
"icon": "images/SpellCheck.png",
77
"private": true,

extensions/estonian/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.8](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-estonian@0.1.7...code-spell-checker-estonian@0.1.8) (2022-08-29)
7+
8+
9+
### Continuous Integration
10+
11+
* Workflow Bot -- Update ALL Dependencies ([#385](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/385)) ([c2907e7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/c2907e7af39c1b7f42549cfb5f555dce6f62fb4a))
12+
613
## [0.1.7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-estonian@0.1.6...code-spell-checker-estonian@0.1.7) (2022-07-26)
714

815
**Note:** Version bump only for package code-spell-checker-estonian

extensions/estonian/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)