diff --git a/.changeset/flat-bikes-return.md b/.changeset/flat-bikes-return.md deleted file mode 100644 index 85e9cccef..000000000 --- a/.changeset/flat-bikes-return.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@equinor/fusion-framework-cli': patch ---- - -## changes: - -- changing ci urls to new domain diff --git a/.changeset/hot-weeks-hope.md b/.changeset/hot-weeks-hope.md deleted file mode 100644 index a8cf2ee2b..000000000 --- a/.changeset/hot-weeks-hope.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@equinor/fusion-framework-docs': patch ---- - -### Changes: - -- Fixed indentation in `ModuleBadge.vue`. -- Updated `packageName` method in `ModuleBadge.vue` to replace all '/' with '-'. -- Updated `ModuleBadge` component usage in various README files to use the correct module paths: - - `modules/app` - - `modules/feature-flag` - - `modules/navigation` - - `modules/service-discovery` - - `modules/services` - - `modules/widget` -- Added `ModuleBadge` component to `feature-flag/module.md` and `feature-flag/react.md`. diff --git a/cookbooks/app-react-context-custom-error/CHANGELOG.md b/cookbooks/app-react-context-custom-error/CHANGELOG.md index 9867503ca..5a23d83e8 100644 --- a/cookbooks/app-react-context-custom-error/CHANGELOG.md +++ b/cookbooks/app-react-context-custom-error/CHANGELOG.md @@ -1,5 +1,12 @@ # @equinor/fusion-framework-cookbook-app-react-context-custom-error +## 4.1.25 + +### Patch Changes + +- Updated dependencies [[`e188193`](https://github.com/equinor/fusion-framework/commit/e188193a09802cfb74bd8aeaa8713b75b10a0638)]: + - @equinor/fusion-framework-cli@10.0.3 + ## 4.1.24 ### Patch Changes diff --git a/cookbooks/app-react-context-custom-error/package.json b/cookbooks/app-react-context-custom-error/package.json index 9aeb4cb9e..67491991f 100644 --- a/cookbooks/app-react-context-custom-error/package.json +++ b/cookbooks/app-react-context-custom-error/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cookbook-app-react-context-custom-error", - "version": "4.1.24", + "version": "4.1.25", "description": "React application using framework context with a custom error", "private": true, "type": "module", diff --git a/cookbooks/app-react-context/CHANGELOG.md b/cookbooks/app-react-context/CHANGELOG.md index 2894deb02..e11f0a5c6 100644 --- a/cookbooks/app-react-context/CHANGELOG.md +++ b/cookbooks/app-react-context/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.1.25 + +### Patch Changes + +- Updated dependencies [[`e188193`](https://github.com/equinor/fusion-framework/commit/e188193a09802cfb74bd8aeaa8713b75b10a0638)]: + - @equinor/fusion-framework-cli@10.0.3 + ## 4.1.24 ### Patch Changes diff --git a/cookbooks/app-react-context/package.json b/cookbooks/app-react-context/package.json index eab0a9a2f..a23d06aee 100644 --- a/cookbooks/app-react-context/package.json +++ b/cookbooks/app-react-context/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cookbook-app-react-context", - "version": "4.1.24", + "version": "4.1.25", "description": "React application using framework context", "private": true, "type": "module", diff --git a/cookbooks/app-react-feature-flag/CHANGELOG.md b/cookbooks/app-react-feature-flag/CHANGELOG.md index 16a8bed02..43c5bf2a6 100644 --- a/cookbooks/app-react-feature-flag/CHANGELOG.md +++ b/cookbooks/app-react-feature-flag/CHANGELOG.md @@ -1,5 +1,12 @@ # @equinor/fusion-framework-cookbook-app-react-feature-flag +## 1.3.5 + +### Patch Changes + +- Updated dependencies [[`e188193`](https://github.com/equinor/fusion-framework/commit/e188193a09802cfb74bd8aeaa8713b75b10a0638)]: + - @equinor/fusion-framework-cli@10.0.3 + ## 1.3.4 ### Patch Changes diff --git a/cookbooks/app-react-feature-flag/package.json b/cookbooks/app-react-feature-flag/package.json index 7392bf636..993f129a9 100644 --- a/cookbooks/app-react-feature-flag/package.json +++ b/cookbooks/app-react-feature-flag/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cookbook-app-react-feature-flag", - "version": "1.3.4", + "version": "1.3.5", "description": "", "private": true, "type": "module", diff --git a/cookbooks/poc-portal/CHANGELOG.md b/cookbooks/poc-portal/CHANGELOG.md index eb3ca061c..228d68788 100644 --- a/cookbooks/poc-portal/CHANGELOG.md +++ b/cookbooks/poc-portal/CHANGELOG.md @@ -1,5 +1,12 @@ # poc-portal +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`e188193`](https://github.com/equinor/fusion-framework/commit/e188193a09802cfb74bd8aeaa8713b75b10a0638)]: + - @equinor/fusion-framework-cli@10.0.3 + ## 1.0.3 ### Patch Changes diff --git a/cookbooks/poc-portal/package.json b/cookbooks/poc-portal/package.json index 82d0bbb1c..4ce9cba98 100644 --- a/cookbooks/poc-portal/package.json +++ b/cookbooks/poc-portal/package.json @@ -1,6 +1,6 @@ { "name": "poc-portal", - "version": "1.0.3", + "version": "1.0.4", "description": "", "main": "src/index.tsx", "private": true, diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0d7609bcd..42a259cd4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 10.0.3 + +### Patch Changes + +- [#2523](https://github.com/equinor/fusion-framework/pull/2523) [`e188193`](https://github.com/equinor/fusion-framework/commit/e188193a09802cfb74bd8aeaa8713b75b10a0638) Thanks [@eikeland](https://github.com/eikeland)! - ## changes: + + - changing ci urls to new domain + ## 10.0.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 578e8cb40..dab2b9152 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cli", - "version": "10.0.2", + "version": "10.0.3", "keywords": [ "Fusion", "Fusion Framework", diff --git a/vue-press/CHANGELOG.md b/vue-press/CHANGELOG.md index a6af3d373..0f92cbc54 100644 --- a/vue-press/CHANGELOG.md +++ b/vue-press/CHANGELOG.md @@ -1,5 +1,22 @@ # @equinor/fusion-framework-docs +## 0.2.2 + +### Patch Changes + +- [#2518](https://github.com/equinor/fusion-framework/pull/2518) [`f21d582`](https://github.com/equinor/fusion-framework/commit/f21d5826c0c9b5400bf1e35b658c229f3de127fc) Thanks [@eikeland](https://github.com/eikeland)! - ### Changes: + + - Fixed indentation in `ModuleBadge.vue`. + - Updated `packageName` method in `ModuleBadge.vue` to replace all '/' with '-'. + - Updated `ModuleBadge` component usage in various README files to use the correct module paths: + - `modules/app` + - `modules/feature-flag` + - `modules/navigation` + - `modules/service-discovery` + - `modules/services` + - `modules/widget` + - Added `ModuleBadge` component to `feature-flag/module.md` and `feature-flag/react.md`. + ## 0.2.1 ### Patch Changes diff --git a/vue-press/package.json b/vue-press/package.json index 4f59dd0ab..6239e2248 100644 --- a/vue-press/package.json +++ b/vue-press/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-docs", - "version": "0.2.1", + "version": "0.2.2", "description": "", "private": true, "repository": {