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

Commit

Permalink
Release Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jan 25, 2021
1 parent 1ed857d commit f56974b
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-steaks-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-dancers-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-dolphins-decide.md

This file was deleted.

7 changes: 7 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# grammarly

## 0.14.0

### Minor Changes

- 1ed857d: Show diagnostics in the correct position after accepting fixes

## 0.13.0

### Minor Changes

- OAuth Support
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 (unofficial)",
"description": "A grammar checking for Visual Studio Code using Grammarly.",
"version": "0.13.0",
"version": "0.14.0",
"icon": "assets/logo.png",
"engines": {
"vscode": "^1.51.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/grammarly-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# unofficial-grammarly-api

## 0.2.0

### Minor Changes

- 1ed857d: Add text transformation helper functions

## 0.1.0

### Minor Changes

- OAuth Support
2 changes: 1 addition & 1 deletion packages/grammarly-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unofficial-grammarly-api",
"version": "0.1.0",
"version": "0.2.0",
"description": "Grammarly API client",
"author": "Rahul Kadyan <hey@znck.me>",
"main": "dist/index.cjs.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/grammarly-language-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# unofficial-grammarly-language-client

## 0.2.0

### Patch Changes

- Updated dependencies [1ed857d]
- unofficial-grammarly-api@0.2.0

## 0.1.0

### Minor Changes

- OAuth Support
Expand Down
4 changes: 2 additions & 2 deletions packages/grammarly-language-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unofficial-grammarly-language-client",
"version": "0.1.0",
"version": "0.2.0",
"description": "LSP client implementation for Grammarly",
"author": "Rahul Kadyan <hey@znck.me>",
"main": "dist/index.cjs.js",
Expand All @@ -13,7 +13,7 @@
],
"dependencies": {
"minimatch": "^3.0.4",
"unofficial-grammarly-api": "0.1.0",
"unofficial-grammarly-api": "0.2.0",
"vscode-jsonrpc": "^5.0.1",
"vscode-languageclient": "^6.1.3",
"vscode-languageserver-textdocument": "^1.0.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/grammarly-language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# unofficial-grammarly-language-server

## 0.2.0

### Minor Changes

- 1ed857d: Support dismiss alert feedback

### Patch Changes

- Updated dependencies [1ed857d]
- unofficial-grammarly-api@0.2.0

## 0.1.0

### Minor Changes

- OAuth Support
Expand Down
2 changes: 1 addition & 1 deletion packages/grammarly-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unofficial-grammarly-language-server",
"version": "0.1.0",
"version": "0.2.0",
"description": "LSP server implementation for Grammarly",
"author": "Rahul Kadyan <hey@znck.me>",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit f56974b

Please sign in to comment.