Skip to content

Commit

Permalink
release(v0.2.9): with conditions support and fixes to store yaml sche…
Browse files Browse the repository at this point in the history
…ma (#103)
  • Loading branch information
rhamzeh authored Nov 3, 2023
1 parent 2789085 commit 78fe5df
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.2.9

### [0.2.9](https://github.com/openfga/vscode-ext/compare/v0.2.8...v0.2.9) (2023-11-03)

- feat: improved conditions support in the dsl
- fix: fix the store yaml schema causing improper validations

## v0.2.8

### [0.2.8](https://github.com/openfga/vscode-ext/compare/v0.2.7...v0.2.8) (2023-11-02)
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"zanzibar"
],
"license": "Apache-2.0",
"version": "0.1.0",
"version": "0.2.9",
"publisher": "openfga",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"zanzibar"
],
"license": "Apache-2.0",
"version": "0.2.8",
"version": "0.2.9",
"repository": {
"type": "git",
"url": "https://github.com/openfga/vscode-ext"
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openfga-lsp-server",
"description": "Language server in node.",
"version": "0.1.0",
"version": "0.2.9",
"author": "openfga",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 78fe5df

Please sign in to comment.