Skip to content

Commit

Permalink
release(v0.2.0-beta.2): with conditions support (#175)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade dependencies

* release(v0.2.0-beta.2): with conditions support
  • Loading branch information
rhamzeh committed Nov 3, 2023
1 parent 82e8d12 commit d589d10
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 28 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.0 Beta 2 (Frontend Utils)
### [0.2.0](https://github.com/openfga/frontend-utils/compare/v0.2.0-beta.1...v0.2.0-beta.2) (2023-11-03)

- fix: bump dependencies
- brings in improvements to monaco alerts and support for conditions

## v0.2.0 Beta 1 (Frontend Utils)
### [0.2.0](https://github.com/openfga/frontend-utils/releases/tag/v0.2.0-beta.1) (2023-10-09)

Expand Down
72 changes: 46 additions & 26 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfga/frontend-utils",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "",
"license": "Apache-2.0",
"main": "./dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"author": "OpenFGA",
"dependencies": {
"@openfga/syntax-transformer": "^0.2.0-beta.4"
"@openfga/syntax-transformer": "^0.2.0-beta.5"
},
"devDependencies": {
"@openfga/sdk": "^0.2.10",
Expand Down

0 comments on commit d589d10

Please sign in to comment.