Skip to content

Commit

Permalink
chore: release main (#615)
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 Apr 11, 2023
1 parent 9a7d0e1 commit d886906
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 9 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 @@
{
".": "3.2.3",
".": "3.3.0",
"extensions/arabic": "0.1.8",
"extensions/basque": "1.0.3",
"extensions/bulgarian": "0.1.10",
Expand Down Expand Up @@ -29,10 +29,10 @@
"extensions/spanish": "2.1.8",
"extensions/swedish": "1.1.5",
"extensions/turkish": "1.0.2",
"extensions/ukrainian": "1.0.3",
"extensions/ukrainian": "1.1.0",
"extensions/vietnamese": "1.0.2",
"extensions/serbian": "1.0.5",
"extensions/british-english": "1.1.2",
"extensions/british-english": "1.1.3",
"extensions/slovak": "1.0.2",
"extensions/australian-english": "1.0.2",
"extensions/canadian-english": "1.0.3",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.3.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2023-04-11)


### Features

* Update Ukrainian dictionary ([703f9ff](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/703f9ff9007d0c54c3868b0d1a7d75e72b2da66c))


### Updates and Bug Fixes

* bump @cspell/dict-en-gb from 4.1.13 to 4.1.14 ([#611](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/611)) ([9a7d0e1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/9a7d0e1e3c2a1164a7149f059e213976f5767332))

## [3.2.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@[email protected]) (2023-03-30)


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.1.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-british-english@[email protected]) (2023-04-11)


### Updates and Bug Fixes

* bump @cspell/dict-en-gb from 4.1.13 to 4.1.14 ([#611](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/issues/611)) ([9a7d0e1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/9a7d0e1e3c2a1164a7149f059e213976f5767332))

## [1.1.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-british-english@[email protected]) (2023-03-27)


Expand Down
2 changes: 1 addition & 1 deletion 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.1.2",
"version": "1.1.3",
"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.1.0](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-ukrainian@[email protected]) (2023-04-11)


### Features

* Update Ukrainian dictionary ([703f9ff](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/703f9ff9007d0c54c3868b0d1a7d75e72b2da66c))

## [1.0.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-ukrainian@[email protected]) (2023-03-16)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.3",
"version": "1.1.0",
"displayName": "Ukrainian - Code Spell Checker",
"icon": "images/SpellCheck.png",
"preview": false,
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.2.3",
"version": "3.3.0",
"scripts": {
"test": "lerna run test",
"postinstall": "lerna exec \"npm i\"",
Expand Down

0 comments on commit d886906

Please sign in to comment.