diff --git a/.changeset/tricky-moons-dress.md b/.changeset/tricky-moons-dress.md deleted file mode 100644 index cf5855d6c..000000000 --- a/.changeset/tricky-moons-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@squide/firefly": patch ---- - -Fix useProtectedDataQueries isReady result value. diff --git a/packages/firefly/CHANGELOG.md b/packages/firefly/CHANGELOG.md index 735fe6f70..a24ebfcd8 100644 --- a/packages/firefly/CHANGELOG.md +++ b/packages/firefly/CHANGELOG.md @@ -1,5 +1,11 @@ # @squide/firefly +## 9.1.1 + +### Patch Changes + +- [#197](https://github.com/gsoft-inc/wl-squide/pull/197) [`0c43a84`](https://github.com/gsoft-inc/wl-squide/commit/0c43a8441d3079e0206c9c0ebbc11c6401de82ae) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Fix useProtectedDataQueries isReady result value. + ## 9.1.0 ### Minor Changes diff --git a/packages/firefly/package.json b/packages/firefly/package.json index e8944ed3d..462ae2880 100644 --- a/packages/firefly/package.json +++ b/packages/firefly/package.json @@ -1,7 +1,7 @@ { "name": "@squide/firefly", "author": "Workleap", - "version": "9.1.0", + "version": "9.1.1", "description": "Helpers to facilitate the creation of an application with the Squide firefly technology stack.", "license": "Apache-2.0", "repository": {