Skip to content

Commit

Permalink
v1.11.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 6, 2021
1 parent 5c98b34 commit de4bf2f
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.2...v1.11.0-alpha.0) (2021-01-06)


### Features

* move to cspell 5 ([#665](https://github.com/streetsidesoftware/vscode-spell-checker/issues/665)) ([5a6380b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/5a6380bfbf3c1fa7eb8ae69a90151f6a2fdcb71f))





## [1.10.2](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.1...v1.10.2) (2020-11-27)

**Note:** Version bump only for package vscode-spell-checker
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/_settingsViewer",
"packages/client"
],
"version": "1.10.2"
"version": "1.11.0-alpha.0"
}
8 changes: 8 additions & 0 deletions packages/_integrationTests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.2...v1.11.0-alpha.0) (2021-01-06)

**Note:** Version bump only for package vscode-spell-checker-integration-tests





## [1.9.3](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.3-alpha.3...v1.9.3) (2020-11-09)

**Note:** Version bump only for package vscode-spell-checker-integration-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/_integrationTests/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 packages/_integrationTests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-spell-checker-integration-tests",
"version": "1.9.3",
"version": "1.11.0-alpha.0",
"description": "Integration tests for the spell checker extension",
"private": true,
"main": "out/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.2...v1.11.0-alpha.0) (2021-01-06)


### Features

* move to cspell 5 ([#665](https://github.com/streetsidesoftware/vscode-spell-checker/issues/665)) ([5a6380b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/5a6380bfbf3c1fa7eb8ae69a90151f6a2fdcb71f))





## [1.10.2](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.1...v1.10.2) (2020-11-27)

**Note:** Version bump only for package vscode-spell-checker-server
Expand Down
2 changes: 1 addition & 1 deletion packages/_server/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 packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-spell-checker-server",
"private": true,
"description": "Spell Checker Server",
"version": "1.10.2",
"version": "1.11.0-alpha.0",
"author": "Jason Dent",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/_settingsViewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.2...v1.11.0-alpha.0) (2021-01-06)


### Features

* move to cspell 5 ([#665](https://github.com/streetsidesoftware/vscode-spell-checker/issues/665)) ([5a6380b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/5a6380bfbf3c1fa7eb8ae69a90151f6a2fdcb71f))





## [1.10.2](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.1...v1.10.2) (2020-11-27)

**Note:** Version bump only for package code-spell-checker-settings-webview
Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/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 packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-settings-webview",
"private": true,
"version": "1.10.2",
"version": "1.11.0-alpha.0",
"description": "Webview for VS Code to edit cspell settings",
"typings": "out",
"main": "out",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.11.0-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.2...v1.11.0-alpha.0) (2021-01-06)


### Features

* move to cspell 5 ([#665](https://github.com/streetsidesoftware/vscode-spell-checker/issues/665)) ([5a6380b](https://github.com/streetsidesoftware/vscode-spell-checker/commit/5a6380bfbf3c1fa7eb8ae69a90151f6a2fdcb71f))





## [1.10.2](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.1...v1.10.2) (2020-11-27)

**Note:** Version bump only for package code-spell-checker
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "MIT",
"version": "1.10.3",
"version": "1.11.0-alpha.0",
"publisher": "streetsidesoftware",
"repository": {
"type": "git",
Expand Down

0 comments on commit de4bf2f

Please sign in to comment.