Skip to content

Commit e6c25f7

Browse files
rhamzehewanharris
andauthored
release: v0.2.23 (#294)
Co-authored-by: Ewan Harris <ewan.harris@okta.com>
1 parent 1e32848 commit e6c25f7

File tree

9 files changed

+1523
-683
lines changed

9 files changed

+1523
-683
lines changed

.npm-upgrade.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ignore": {
3+
"eslint": {
4+
"versions": "9.*.*",
5+
"reason": "breaking changes"
6+
}
7+
}
8+
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.2.23
4+
5+
### [0.2.23](https://github.com/openfga/vscode-ext/compare/v0.2.22...v0.2.23) (2024-09-06)
6+
7+
- fix: `tupleuserset-not-direct` is now prioritized above `no-entrypoint` error (inherited from https://github.com/openfga/language/releases/tag/pkg/js/v0.2.0-beta.20)
8+
- fix: correct reported location of errors in some cases (inherited from https://github.com/openfga/language/releases/tag/pkg/js/v0.2.0-beta.20)
9+
- fix: syntax for custom themes (#260)
10+
- fix: remove excluded user field from list_users (#258)
11+
312
## v0.2.22
413

514
### [0.2.22](https://github.com/openfga/vscode-ext/compare/v0.2.21...v0.2.22) (2024-05-08)

0 commit comments

Comments
 (0)