This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Grammarly SDK * Add changeset * Update Grammarly SDK * Add new config settings * do not install missing peers * update gitlab ci * remove packageManager * remove cache property * update pnpm versions everywhere CI config needs a rewrite :( * fix types for tests
- Loading branch information
Showing
17 changed files
with
1,821 additions
and
1,322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'grammarly': minor | ||
--- | ||
|
||
Extension settings `grammarly.config.suggestions.*` renamed to `grammarly.config.suggestionCategories.*` to align with Grammarly SDK config options. | ||
|
||
The old settings are still supported, but will be removed in the next major release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'grammarly-languageclient': patch | ||
'grammarly-languageserver': patch | ||
'grammarly-richtext-encoder': patch | ||
--- | ||
|
||
Update Grammarly SDK to v2.3.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ root=true | |
publish-branch=main | ||
link-workspace-packages = true | ||
strict-engines = true | ||
auto-install-peers = false |
Oops, something went wrong.