Skip to content

Commit

Permalink
chore: release main (#360)
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 Aug 12, 2022
1 parent 6224cbb commit 5471fdc
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"extensions/persian": "0.1.13",
"extensions/polish": "1.0.13",
"extensions/portuguese-brazilian": "2.0.8",
"extensions/portuguese": "1.0.1",
"extensions/portuguese": "1.0.2",
"extensions/russian": "2.0.5",
"extensions/scientific-terms": "0.1.6",
"extensions/slovenian": "0.1.3",
Expand All @@ -28,5 +28,5 @@
"extensions/turkish": "0.1.13",
"extensions/ukrainian": "0.1.14",
"extensions/vietnamese": "0.1.10",
".": "1.0.2"
".": "1.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@1.0.2...vscode-cspell-dict-extensions@1.0.3) (2022-08-12)


### Updates and Bug Fixes

* Update sample ([6224cbb](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/6224cbb8e44345375810c34603db7d856bd01ad6))

## [1.0.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/vscode-cspell-dict-extensions@1.0.1...vscode-cspell-dict-extensions@1.0.2) (2022-08-12)


Expand Down
7 changes: 7 additions & 0 deletions extensions/portuguese/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.0.2](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-portuguese@1.0.1...code-spell-checker-portuguese@1.0.2) (2022-08-12)


### Updates and Bug Fixes

* Update sample ([6224cbb](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/commit/6224cbb8e44345375810c34603db7d856bd01ad6))

## [1.0.1](https://github.com/streetsidesoftware/vscode-cspell-dict-extensions/compare/code-spell-checker-portuguese@1.0.0...code-spell-checker-portuguese@1.0.1) (2022-08-12)


Expand Down
4 changes: 2 additions & 2 deletions extensions/portuguese/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/portuguese/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-portuguese",
"description": "Portuguese dictionary extension for VS Code.",
"version": "1.0.1",
"version": "1.0.2",
"displayName": "Portuguese - 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": "1.0.2",
"version": "1.0.3",
"scripts": {
"test": "lerna run --concurrency 1 test",
"postinstall": "lerna bootstrap",
Expand Down

0 comments on commit 5471fdc

Please sign in to comment.