diff --git a/.changeset/honest-grapes-deliver.md b/.changeset/honest-grapes-deliver.md deleted file mode 100644 index 5a1312a5c..000000000 --- a/.changeset/honest-grapes-deliver.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@equinor/fusion-framework-cli": patch ---- - -Added `noOpen` option to the development server configuration. - -**Modified files:** -- `packages/cli/src/bin/create-dev-serve.ts` -- `packages/cli/src/bin/main.app.ts` - -**Changes:** -- Added `noOpen` boolean option to `createDevServer` function. -- Updated the server configuration to conditionally open the app in the default browser based on the `noOpen` option. -- Added `-n, --noOpen` option to the CLI command for starting the development server. diff --git a/cookbooks/app-react-context-custom-error/CHANGELOG.md b/cookbooks/app-react-context-custom-error/CHANGELOG.md index 68ef12568..f4654829c 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.40 + +### Patch Changes + +- Updated dependencies [[`f60748b`](https://github.com/equinor/fusion-framework/commit/f60748b4f3980f00fa3aed131fef97513f1424c6)]: + - @equinor/fusion-framework-cli@10.3.5 + ## 4.1.39 ### Patch Changes diff --git a/cookbooks/app-react-context-custom-error/package.json b/cookbooks/app-react-context-custom-error/package.json index f3afc1086..45265db3c 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.39", + "version": "4.1.40", "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 79db521f5..84e316b6e 100644 --- a/cookbooks/app-react-context/CHANGELOG.md +++ b/cookbooks/app-react-context/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.1.40 + +### Patch Changes + +- Updated dependencies [[`f60748b`](https://github.com/equinor/fusion-framework/commit/f60748b4f3980f00fa3aed131fef97513f1424c6)]: + - @equinor/fusion-framework-cli@10.3.5 + ## 4.1.39 ### Patch Changes diff --git a/cookbooks/app-react-context/package.json b/cookbooks/app-react-context/package.json index 4c7f7d493..9dced6d6b 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.39", + "version": "4.1.40", "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 11624abd2..6add9c582 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.20 + +### Patch Changes + +- Updated dependencies [[`f60748b`](https://github.com/equinor/fusion-framework/commit/f60748b4f3980f00fa3aed131fef97513f1424c6)]: + - @equinor/fusion-framework-cli@10.3.5 + ## 1.3.19 ### Patch Changes diff --git a/cookbooks/app-react-feature-flag/package.json b/cookbooks/app-react-feature-flag/package.json index 316d1cc7f..e1f6b7c6c 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.19", + "version": "1.3.20", "description": "", "private": true, "type": "module", diff --git a/cookbooks/poc-portal/CHANGELOG.md b/cookbooks/poc-portal/CHANGELOG.md index c4ada1021..16280c5bc 100644 --- a/cookbooks/poc-portal/CHANGELOG.md +++ b/cookbooks/poc-portal/CHANGELOG.md @@ -1,5 +1,12 @@ # poc-portal +## 1.0.19 + +### Patch Changes + +- Updated dependencies [[`f60748b`](https://github.com/equinor/fusion-framework/commit/f60748b4f3980f00fa3aed131fef97513f1424c6)]: + - @equinor/fusion-framework-cli@10.3.5 + ## 1.0.18 ### Patch Changes diff --git a/cookbooks/poc-portal/package.json b/cookbooks/poc-portal/package.json index e3cf04361..d5e62655e 100644 --- a/cookbooks/poc-portal/package.json +++ b/cookbooks/poc-portal/package.json @@ -1,6 +1,6 @@ { "name": "poc-portal", - "version": "1.0.18", + "version": "1.0.19", "description": "", "main": "src/index.tsx", "private": true, diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7c9bbd656..cc3ccc896 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 10.3.5 + +### Patch Changes + +- [#2661](https://github.com/equinor/fusion-framework/pull/2661) [`f60748b`](https://github.com/equinor/fusion-framework/commit/f60748b4f3980f00fa3aed131fef97513f1424c6) Thanks [@eikeland](https://github.com/eikeland)! - Added `noOpen` option to the development server configuration. + + **Modified files:** + + - `packages/cli/src/bin/create-dev-serve.ts` + - `packages/cli/src/bin/main.app.ts` + + **Changes:** + + - Added `noOpen` boolean option to `createDevServer` function. + - Updated the server configuration to conditionally open the app in the default browser based on the `noOpen` option. + - Added `-n, --noOpen` option to the CLI command for starting the development server. + ## 10.3.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 00ee478a0..de88fa5cc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-framework-cli", - "version": "10.3.4", + "version": "10.3.5", "keywords": [ "Fusion", "Fusion Framework",