diff --git a/.changeset/sixty-spies-flow.md b/.changeset/sixty-spies-flow.md deleted file mode 100644 index 90252cad6..000000000 --- a/.changeset/sixty-spies-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@equinor/fusion-framework-module-bookmark': minor ---- - -Fixing the infinite loading if a bookmark is created in classic fusion and allowing for sourceSystem to be undefined. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ae331518d..0b0b42b38 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 9.5.9 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework-react-components-people-provider@1.1.11 + ## 9.5.8 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index fc5e7ebeb..4eba16126 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cli", - "version": "9.5.8", + "version": "9.5.9", "keywords": [ "Fusion", "Fusion Framework", diff --git a/packages/modules/bookmark/CHANGELOG.md b/packages/modules/bookmark/CHANGELOG.md index e8968fcc2..d7fc1290e 100644 --- a/packages/modules/bookmark/CHANGELOG.md +++ b/packages/modules/bookmark/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.1.0 + +### Minor Changes + +- [#1693](https://github.com/equinor/fusion-framework/pull/1693) [`7fea31b`](https://github.com/equinor/fusion-framework/commit/7fea31b049cd7dcce9336ed1bc339165729b0d99) Thanks [@Noggling](https://github.com/Noggling)! - Fixing the infinite loading if a bookmark is created in classic fusion and allowing for sourceSystem to be undefined. + ## 1.0.17 ### Patch Changes diff --git a/packages/modules/bookmark/package.json b/packages/modules/bookmark/package.json index 4bd1034f4..98a103a9e 100644 --- a/packages/modules/bookmark/package.json +++ b/packages/modules/bookmark/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-module-bookmark", - "version": "1.0.17", + "version": "1.1.0", "description": "", "main": "./dist/esm/index.js", "exports": { diff --git a/packages/react/components/bookmark/CHANGELOG.md b/packages/react/components/bookmark/CHANGELOG.md index cb7b1e19f..d26891500 100644 --- a/packages/react/components/bookmark/CHANGELOG.md +++ b/packages/react/components/bookmark/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.3.4 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.0.29 + ## 0.3.3 ### Patch Changes diff --git a/packages/react/components/bookmark/package.json b/packages/react/components/bookmark/package.json index 325c5235b..1be7bde21 100644 --- a/packages/react/components/bookmark/package.json +++ b/packages/react/components/bookmark/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-components-bookmark", - "version": "0.3.3", + "version": "0.3.4", "description": "", "main": "dist/esm/index.js", "exports": { diff --git a/packages/react/components/people-resolver/CHANGELOG.md b/packages/react/components/people-resolver/CHANGELOG.md index 2e0965198..56280c447 100644 --- a/packages/react/components/people-resolver/CHANGELOG.md +++ b/packages/react/components/people-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @equinor/fusion-framework-react-components-people-provider +## 1.1.11 + +### Patch Changes + +- Updated dependencies []: + - @equinor/fusion-framework-react-module-bookmark@2.0.29 + ## 1.1.10 ### Patch Changes diff --git a/packages/react/components/people-resolver/package.json b/packages/react/components/people-resolver/package.json index 76e5d4f8f..bb56ab85d 100644 --- a/packages/react/components/people-resolver/package.json +++ b/packages/react/components/people-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-components-people-provider", - "version": "1.1.10", + "version": "1.1.11", "description": "", "main": "dist/esm/index.js", "exports": { diff --git a/packages/react/modules/bookmark/CHANGELOG.md b/packages/react/modules/bookmark/CHANGELOG.md index fd13a5379..1f57f0623 100644 --- a/packages/react/modules/bookmark/CHANGELOG.md +++ b/packages/react/modules/bookmark/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.0.29 + +### Patch Changes + +- Updated dependencies [[`7fea31b`](https://github.com/equinor/fusion-framework/commit/7fea31b049cd7dcce9336ed1bc339165729b0d99)]: + - @equinor/fusion-framework-module-bookmark@1.1.0 + ## 2.0.28 ### Patch Changes diff --git a/packages/react/modules/bookmark/package.json b/packages/react/modules/bookmark/package.json index ee11892d3..eec83e337 100644 --- a/packages/react/modules/bookmark/package.json +++ b/packages/react/modules/bookmark/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-react-module-bookmark", - "version": "2.0.28", + "version": "2.0.29", "description": "", "main": "dist/esm/index.js", "exports": {