From 6e5b01da761d39ee9741610336e484f09bd4f833 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Thu, 12 May 2022 07:44:39 -0700 Subject: [PATCH] Release version 0.20.0 --- .changeset/happy-coats-report.md | 6 ------ .changeset/shy-moons-poke.md | 5 ----- .changeset/strong-beans-occur.md | 14 -------------- extension/CHANGELOG.md | 11 +++++++++++ extension/package.json | 2 +- packages/grammarly-languageclient/CHANGELOG.md | 13 +++++++++++++ packages/grammarly-languageclient/package.json | 2 +- packages/grammarly-languageserver/CHANGELOG.md | 15 +++++++++++++++ packages/grammarly-languageserver/package.json | 2 +- 9 files changed, 42 insertions(+), 28 deletions(-) delete mode 100644 .changeset/happy-coats-report.md delete mode 100644 .changeset/shy-moons-poke.md delete mode 100644 .changeset/strong-beans-occur.md diff --git a/.changeset/happy-coats-report.md b/.changeset/happy-coats-report.md deleted file mode 100644 index 73ed440ce..000000000 --- a/.changeset/happy-coats-report.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'grammarly': minor -'grammarly-languageserver': patch ---- - -Support for connected Grammarly account in web extension (https://github.dev and https://vscode.dev) diff --git a/.changeset/shy-moons-poke.md b/.changeset/shy-moons-poke.md deleted file mode 100644 index 96970f89b..000000000 --- a/.changeset/shy-moons-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'grammarly-languageserver': patch ---- - -Fix import path in grammarly-languageserver bin diff --git a/.changeset/strong-beans-occur.md b/.changeset/strong-beans-occur.md deleted file mode 100644 index 426c97f2a..000000000 --- a/.changeset/strong-beans-occur.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'grammarly': patch -'grammarly-languageclient': patch -'grammarly-languageserver': patch ---- - -Pause text checking session - -- Commands: - - `Grammarly: Pause text check` — Available when active editor has an active Grammarly session - - `Grammarly: Resume text check` — Available when active editor has a paused Grammarly session - - `Grammarly: Restart language server` -- Configuration: - - `grammarly.startTextCheckInPausedState` — When enabled, new text checking session is paused initially diff --git a/extension/CHANGELOG.md b/extension/CHANGELOG.md index dbc739bc1..7b62a5512 100644 --- a/extension/CHANGELOG.md +++ b/extension/CHANGELOG.md @@ -1,5 +1,16 @@ # grammarly +## 0.20.0 + +- 2de7e79: Support for connected Grammarly account in web extension (https://github.dev and https://vscode.dev) +- 75fce63: Pause text checking session + - Commands: + - `Grammarly: Pause text check` — Available when active editor has an active Grammarly session + - `Grammarly: Resume text check` — Available when active editor has a paused Grammarly session + - `Grammarly: Restart language server` + - Configuration: + - `grammarly.startTextCheckInPausedState` — When enabled, new text checking session is paused initially + ## 0.18.1 - c735bc8: Use config from workspace configuration (correctly) diff --git a/extension/package.json b/extension/package.json index da3a52caf..ffd87dac4 100644 --- a/extension/package.json +++ b/extension/package.json @@ -4,7 +4,7 @@ "publisher": "znck", "displayName": "Grammarly", "description": "A grammar checking for Visual Studio Code using Grammarly.", - "version": "0.18.1", + "version": "0.20.0", "icon": "assets/logo.png", "preview": true, "engines": { diff --git a/packages/grammarly-languageclient/CHANGELOG.md b/packages/grammarly-languageclient/CHANGELOG.md index 8122c64ab..6c3d07758 100644 --- a/packages/grammarly-languageclient/CHANGELOG.md +++ b/packages/grammarly-languageclient/CHANGELOG.md @@ -1,5 +1,18 @@ # grammarly-languageclient +## 0.0.3 + +### Patch Changes + +- 75fce63: Pause text checking session + + - Commands: + - `Grammarly: Pause text check` — Available when active editor has an active Grammarly session + - `Grammarly: Resume text check` — Available when active editor has a paused Grammarly session + - `Grammarly: Restart language server` + - Configuration: + - `grammarly.startTextCheckInPausedState` — When enabled, new text checking session is paused initially + ## 0.0.1 ### Patch Changes diff --git a/packages/grammarly-languageclient/package.json b/packages/grammarly-languageclient/package.json index 5455c13e4..89a7983d1 100644 --- a/packages/grammarly-languageclient/package.json +++ b/packages/grammarly-languageclient/package.json @@ -1,6 +1,6 @@ { "name": "grammarly-languageclient", - "version": "0.0.1", + "version": "0.0.3", "description": "LSP client implementation for Grammarly", "author": "Rahul Kadyan ", "main": "./dist/index.node.cjs", diff --git a/packages/grammarly-languageserver/CHANGELOG.md b/packages/grammarly-languageserver/CHANGELOG.md index 461d0aeb5..878858336 100644 --- a/packages/grammarly-languageserver/CHANGELOG.md +++ b/packages/grammarly-languageserver/CHANGELOG.md @@ -1,5 +1,20 @@ # grammarly-languageserver +## 0.0.3 + +### Patch Changes + +- 2de7e79: Support for connected Grammarly account in web extension (https://github.dev and https://vscode.dev) +- bdbee32: Fix import path in grammarly-languageserver bin +- 75fce63: Pause text checking session + + - Commands: + - `Grammarly: Pause text check` — Available when active editor has an active Grammarly session + - `Grammarly: Resume text check` — Available when active editor has a paused Grammarly session + - `Grammarly: Restart language server` + - Configuration: + - `grammarly.startTextCheckInPausedState` — When enabled, new text checking session is paused initially + ## 0.0.2 ### Patch Changes diff --git a/packages/grammarly-languageserver/package.json b/packages/grammarly-languageserver/package.json index cd954be65..194dd05d7 100644 --- a/packages/grammarly-languageserver/package.json +++ b/packages/grammarly-languageserver/package.json @@ -1,6 +1,6 @@ { "name": "grammarly-languageserver", - "version": "0.0.2", + "version": "0.0.3", "description": "LSP server implementation for Grammarly", "author": "Rahul Kadyan ", "bin": "./bin/server.js",