Skip to content

Commit

Permalink
v1.9.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 17, 2020
1 parent 0da2c9a commit 65e3bc9
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 10 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.9.1-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1-alpha.0...v1.9.1-alpha.1) (2020-09-17)


### Bug Fixes

* Settings Viewer Packages by Migrating to Material-UI ([#542](https://github.com/streetsidesoftware/vscode-spell-checker/issues/542)) ([8793be3](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8793be3da43dd1d738719e792486c365d44572ff))





## [1.9.1-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0...v1.9.1-alpha.0) (2020-08-29)

**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.9.1-alpha.0"
"version": "1.9.1-alpha.1"
}
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.9.1-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1-alpha.0...v1.9.1-alpha.1) (2020-09-17)


### Bug Fixes

* Settings Viewer Packages by Migrating to Material-UI ([#542](https://github.com/streetsidesoftware/vscode-spell-checker/issues/542)) ([8793be3](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8793be3da43dd1d738719e792486c365d44572ff))





# [1.9.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.5...v1.9.0) (2020-05-20)

**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.0",
"version": "1.9.1-alpha.1",
"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.9.1-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1-alpha.0...v1.9.1-alpha.1) (2020-09-17)


### Bug Fixes

* Settings Viewer Packages by Migrating to Material-UI ([#542](https://github.com/streetsidesoftware/vscode-spell-checker/issues/542)) ([8793be3](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8793be3da43dd1d738719e792486c365d44572ff))





## [1.9.1-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0...v1.9.1-alpha.0) (2020-08-29)

**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.9.1-alpha.0",
"version": "1.9.1-alpha.1",
"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.9.1-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1-alpha.0...v1.9.1-alpha.1) (2020-09-17)


### Bug Fixes

* Settings Viewer Packages by Migrating to Material-UI ([#542](https://github.com/streetsidesoftware/vscode-spell-checker/issues/542)) ([8793be3](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8793be3da43dd1d738719e792486c365d44572ff))





# [1.9.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.5...v1.9.0) (2020-05-20)

**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.

5 changes: 2 additions & 3 deletions 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.9.0",
"version": "1.9.1-alpha.1",
"description": "Webview for VS Code to edit cspell settings",
"typings": "out",
"main": "out",
Expand Down Expand Up @@ -61,6 +61,5 @@
"!**/*.map",
"!**/*.test.*",
"!**/*.spec.*"
],
"dependencies": {}
]
}
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.9.1-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1-alpha.0...v1.9.1-alpha.1) (2020-09-17)


### Bug Fixes

* Settings Viewer Packages by Migrating to Material-UI ([#542](https://github.com/streetsidesoftware/vscode-spell-checker/issues/542)) ([8793be3](https://github.com/streetsidesoftware/vscode-spell-checker/commit/8793be3da43dd1d738719e792486c365d44572ff))





## [1.9.1-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0...v1.9.1-alpha.0) (2020-08-29)

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

0 comments on commit 65e3bc9

Please sign in to comment.