From a17d617214545d9cda6a6fe6093e2b118f051cf3 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Wed, 24 Jan 2024 08:14:17 -0500 Subject: [PATCH] release: v0.2.17 (#150) --- CHANGELOG.md | 18 ++++++++++++------ client/package-lock.json | 4 ++-- client/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server/package-lock.json | 4 ++-- server/package.json | 2 +- 7 files changed, 21 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a2f3b..596b898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,28 @@ # Changelog +## v0.2.17 + +### [0.2.17](https://github.com/openfga/vscode-ext/compare/v0.2.16...v0.2.17) (2024-01-24) + +- fix: `list` and `map` are now allowed as relation names + ## v0.2.16 -### [0.2.16](https://github.com/openfga/vscode-ext/compare/v0.2.15...v0.2.16) (2024-1-9) +### [0.2.16](https://github.com/openfga/vscode-ext/compare/v0.2.15...v0.2.16) (2024-01-09) -- fixes "with" syntax not highlighting correctly -- fixes direct assignment not correctly highlighting when surrounded by brackets -- fixes Improper highlighting of comments at the end of a line +- fix: "with" syntax not highlighting correctly +- fix: direct assignment not correctly highlighting when surrounded by brackets +- fix: Improper highlighting of comments at the end of a line ## v0.2.15 -### [0.2.15](https://github.com/openfga/vscode-ext/compare/v0.2.14...v0.2.15) (2024-1-8) +### [0.2.15](https://github.com/openfga/vscode-ext/compare/v0.2.14...v0.2.15) (2024-01-08) - feat: warnings now issued for check objects that dont match declared tuples ## v0.2.14 -### [0.2.14](https://github.com/openfga/vscode-ext/compare/v0.2.13...v0.2.14) (2024-1-5) +### [0.2.14](https://github.com/openfga/vscode-ext/compare/v0.2.13...v0.2.14) (2024-01-05) - feat: added validation for test tuples declared in the fga yaml - feat: validation for check tests and list_objects fields diff --git a/client/package-lock.json b/client/package-lock.json index c04c943..5e54a26 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "openfga-vscode-client", - "version": "0.2.12", + "version": "0.2.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openfga-vscode-client", - "version": "0.2.12", + "version": "0.2.17", "license": "Apache-2.0", "dependencies": { "@openfga/syntax-transformer": "^0.2.0-beta.10", diff --git a/client/package.json b/client/package.json index 0e75623..463d200 100644 --- a/client/package.json +++ b/client/package.json @@ -11,7 +11,7 @@ "zanzibar" ], "license": "Apache-2.0", - "version": "0.2.12", + "version": "0.2.17", "publisher": "openfga", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index c44536a..52d783a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openfga-vscode", - "version": "0.2.16", + "version": "0.2.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openfga-vscode", - "version": "0.2.16", + "version": "0.2.17", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 1fb3cc1..1ed79d5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "zanzibar" ], "license": "Apache-2.0", - "version": "0.2.16", + "version": "0.2.17", "repository": { "type": "git", "url": "https://github.com/openfga/vscode-ext" diff --git a/server/package-lock.json b/server/package-lock.json index 9c82617..c95d021 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,12 +1,12 @@ { "name": "openfga-lsp-server", - "version": "0.2.12", + "version": "0.2.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openfga-lsp-server", - "version": "0.2.12", + "version": "0.2.17", "license": "Apache-2.0", "dependencies": { "@openfga/sdk": "^0.3.0", diff --git a/server/package.json b/server/package.json index 4f963ac..e312a1e 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "openfga-lsp-server", "description": "Language server in node.", - "version": "0.2.12", + "version": "0.2.17", "author": "openfga", "license": "Apache-2.0", "engines": {