Skip to content

Commit

Permalink
v1.7.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 19, 2020
1 parent 1b30ac8 commit f9c2a9e
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 8 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# [](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.24-alpha.0...v) (2020-02-18)
# [](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.24-alpha.1...v) (2020-02-19)


### Bug Fixes

* Only evaluate CodeActions that are for `cspell` ([88a6095](https://github.com/streetsidesoftware/vscode-spell-checker/commit/88a6095ad980da52a65675341ac60c4ac33732ad))
* Update cspell and other packages ([2a12c03](https://github.com/streetsidesoftware/vscode-spell-checker/commit/2a12c03f88babf9ba38a76b2ab5e54215f9436af))



## [1.7.24-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.24-alpha.0...v1.7.24-alpha.1) (2020-02-18)



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.7.24-alpha.1"
"version": "1.7.24"
}
11 changes: 11 additions & 0 deletions packages/_integrationTests/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.7.24](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.24-alpha.1...v1.7.24) (2020-02-19)


### Bug Fixes

* Update cspell and other packages ([2a12c03](https://github.com/streetsidesoftware/vscode-spell-checker/commit/2a12c03f88babf9ba38a76b2ab5e54215f9436af))





## [1.7.23](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.23-alpha.2...v1.7.23) (2020-02-15)

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

## [1.7.24](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.24-alpha.1...v1.7.24) (2020-02-19)


### Bug Fixes

* Only evaluate CodeActions that are for `cspell` ([88a6095](https://github.com/streetsidesoftware/vscode-spell-checker/commit/88a6095ad980da52a65675341ac60c4ac33732ad))
* Update cspell and other packages ([2a12c03](https://github.com/streetsidesoftware/vscode-spell-checker/commit/2a12c03f88babf9ba38a76b2ab5e54215f9436af))





## [1.7.24-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.23...v1.7.24-alpha.0) (2020-02-18)


Expand Down
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.7.24-alpha.0",
"version": "1.7.24",
"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.7.24](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.24-alpha.1...v1.7.24) (2020-02-19)


### Bug Fixes

* Update cspell and other packages ([2a12c03](https://github.com/streetsidesoftware/vscode-spell-checker/commit/2a12c03f88babf9ba38a76b2ab5e54215f9436af))





## [1.7.23](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.23-alpha.2...v1.7.23) (2020-02-15)

**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.7.23",
"version": "1.7.24",
"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.7.24](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.24-alpha.1...v1.7.24) (2020-02-19)


### Bug Fixes

* Update cspell and other packages ([2a12c03](https://github.com/streetsidesoftware/vscode-spell-checker/commit/2a12c03f88babf9ba38a76b2ab5e54215f9436af))





## [1.7.24-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.7.24-alpha.0...v1.7.24-alpha.1) (2020-02-18)

**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.7.24-alpha.1",
"version": "1.7.24",
"publisher": "streetsidesoftware",
"repository": {
"type": "git",
Expand Down

0 comments on commit f9c2a9e

Please sign in to comment.