Skip to content

Commit

Permalink
chore: release main (#943)
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] committed May 18, 2024
1 parent 110db3b commit 5e2209f
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "5.7.1",
".": "5.7.2",
"extensions/arabic": "0.2.1",
"extensions/basque": "1.0.4",
"extensions/bulgarian": "0.1.11",
Expand Down Expand Up @@ -29,10 +29,10 @@
"extensions/spanish": "2.3.4",
"extensions/swedish": "1.3.1",
"extensions/turkish": "1.1.1",
"extensions/ukrainian": "1.2.2",
"extensions/ukrainian": "1.2.3",
"extensions/vietnamese": "1.1.1",
"extensions/serbian": "1.2.1",
"extensions/british-english": "1.4.7",
"extensions/british-english": "1.4.8",
"extensions/slovak": "1.1.2",
"extensions/australian-english": "1.1.6",
"extensions/canadian-english": "1.1.6",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.7.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@5.7.1...vscode-cspell-dict-extensions@5.7.2) (2024-05-16)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#942](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/942)) ([e700c06](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/e700c06361417c6cae0682193d95814ceeab54cd))

## [5.7.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@5.7.0...vscode-cspell-dict-extensions@5.7.1) (2024-05-07)


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.8](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-british-english@1.4.7...code-spell-checker-british-english@1.4.8) (2024-05-16)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#942](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/942)) ([e700c06](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/e700c06361417c6cae0682193d95814ceeab54cd))

## [1.4.7](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-british-english@1.4.6...code-spell-checker-british-english@1.4.7) (2024-05-07)


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.7",
"version": "1.4.8",
"displayName": "British English - Code Spell Checker",
"icon": "images/SpellCheck.png",
"preview": false,
Expand Down
7 changes: 7 additions & 0 deletions extensions/ukrainian/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-ukrainian@1.2.2...code-spell-checker-ukrainian@1.2.3) (2024-05-16)


### Updates and Bug Fixes

* Workflow Bot -- Update Dictionaries ([#942](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/942)) ([e700c06](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/e700c06361417c6cae0682193d95814ceeab54cd))

## [1.2.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-ukrainian@1.2.1...code-spell-checker-ukrainian@1.2.2) (2023-12-30)


Expand Down
4 changes: 2 additions & 2 deletions extensions/ukrainian/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/ukrainian/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-ukrainian",
"description": "Ukrainian dictionary extension for VS Code.",
"version": "1.2.2",
"version": "1.2.3",
"displayName": "Ukrainian - Code Spell Checker",
"icon": "images/SpellCheck.png",
"preview": false,
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.7.1",
"version": "5.7.2",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit 5e2209f

Please sign in to comment.