Skip to content

Commit

Permalink
chore: release main (#1064)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 7, 2024
1 parent 954f589 commit 5045649
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "5.8.1",
".": "5.8.2",
"extensions/arabic": "0.2.2",
"extensions/basque": "1.0.5",
"extensions/bulgarian": "0.1.12",
Expand Down Expand Up @@ -32,10 +32,10 @@
"extensions/ukrainian": "1.2.4",
"extensions/vietnamese": "1.1.2",
"extensions/serbian": "1.2.1",
"extensions/british-english": "1.4.14",
"extensions/british-english": "1.4.15",
"extensions/slovak": "1.1.3",
"extensions/australian-english": "1.1.10",
"extensions/canadian-english": "1.1.10",
"extensions/australian-english": "1.1.11",
"extensions/canadian-english": "1.1.11",
"extensions/swiss-german": "1.2.2",
"extensions/austrian-german": "1.1.2",
"extensions/lithuanian": "1.1.3",
Expand All @@ -47,6 +47,6 @@
"extensions/finnish": "1.0.3",
"extensions/ancient-greek": "1.0.3",
"extensions/latin": "1.0.2",
"extensions/cspell-bundled-dictionaries": "1.0.7",
"extensions/cspell-bundled-dictionaries": "1.0.8",
"extensions/macedonian": "1.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.8.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-12-07)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1058](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1058)) ([a762f6b](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/a762f6b918db1b265eed7b907438ffe1bc279722))
* Workflow Bot -- Update Dictionaries ([#1065](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1065)) ([2f649b5](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/2f649b5edf8d529392a7a3490d3cabae8b140ec3))

## [5.8.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2024-11-18)


Expand Down
7 changes: 7 additions & 0 deletions extensions/australian-english/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the "code-spell-checker-australian-english" extension will be documented in this file.

## [1.1.11](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-australian-english@[email protected]) (2024-12-07)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1065](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1065)) ([2f649b5](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/2f649b5edf8d529392a7a3490d3cabae8b140ec3))

## [1.1.10](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-australian-english@[email protected]) (2024-11-18)


Expand Down
4 changes: 2 additions & 2 deletions extensions/australian-english/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/australian-english/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-australian-english",
"description": "Australian English dictionary extension for VS Code.",
"version": "1.1.10",
"version": "1.1.11",
"displayName": "Australian English - Code Spell Checker",
"icon": "images/SpellCheck.png",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions extensions/british-english/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the "code-spell-checker-british-english" extension will be documented in this file.

## [1.4.15](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-british-english@[email protected]) (2024-12-07)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1065](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1065)) ([2f649b5](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/2f649b5edf8d529392a7a3490d3cabae8b140ec3))

## [1.4.14](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-british-english@[email protected]) (2024-11-18)


Expand Down
4 changes: 2 additions & 2 deletions extensions/british-english/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/british-english/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-british-english",
"description": "British English dictionary extension for VS Code.",
"version": "1.4.14",
"version": "1.4.15",
"displayName": "British English - Code Spell Checker",
"icon": "images/SpellCheck.png",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions extensions/canadian-english/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the "code-spell-checker-canadian-english" extension will be documented in this file.

## [1.1.11](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-canadian-english@[email protected]) (2024-12-07)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1065](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1065)) ([2f649b5](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/2f649b5edf8d529392a7a3490d3cabae8b140ec3))

## [1.1.10](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-canadian-english@[email protected]) (2024-11-18)


Expand Down
4 changes: 2 additions & 2 deletions extensions/canadian-english/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/canadian-english/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-canadian-english",
"description": "Canadian English dictionary extension for VS Code.",
"version": "1.1.10",
"version": "1.1.11",
"displayName": "Canadian English - Code Spell Checker",
"icon": "images/SpellCheck.png",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions extensions/cspell-bundled-dictionaries/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to the "code-spell-checker-cspell-bundled-dictionaries" extension will be documented in this file.

## [1.0.8](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@[email protected]) (2024-12-07)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#1058](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1058)) ([a762f6b](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/a762f6b918db1b265eed7b907438ffe1bc279722))
* Workflow Bot -- Update Dictionaries ([#1065](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/1065)) ([2f649b5](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/2f649b5edf8d529392a7a3490d3cabae8b140ec3))

## [1.0.7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-cspell-bundled-dictionaries@[email protected]) (2024-11-18)


Expand Down
4 changes: 2 additions & 2 deletions extensions/cspell-bundled-dictionaries/package-lock.json

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

2 changes: 1 addition & 1 deletion extensions/cspell-bundled-dictionaries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-cspell-bundled-dictionaries",
"description": "CSpell Bundled Dictionaries dictionary extension for VS Code.",
"version": "1.0.7",
"version": "1.0.8",
"displayName": "CSpell Bundled Dictionaries - Code Spell Checker",
"icon": "images/SpellCheck.png",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-cspell-dict-extensions",
"private": true,
"version": "5.8.1",
"version": "5.8.2",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit 5045649

Please sign in to comment.