Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Release version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 12, 2022
1 parent f79c328 commit 6e5b01d
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .changeset/happy-coats-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-moons-poke.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/strong-beans-occur.md

This file was deleted.

11 changes: 11 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions packages/grammarly-languageclient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/grammarly-languageclient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grammarly-languageclient",
"version": "0.0.1",
"version": "0.0.3",
"description": "LSP client implementation for Grammarly",
"author": "Rahul Kadyan <[email protected]>",
"main": "./dist/index.node.cjs",
Expand Down
15 changes: 15 additions & 0 deletions packages/grammarly-languageserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/grammarly-languageserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grammarly-languageserver",
"version": "0.0.2",
"version": "0.0.3",
"description": "LSP server implementation for Grammarly",
"author": "Rahul Kadyan <[email protected]>",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 6e5b01d

Please sign in to comment.