Skip to content

Commit

Permalink
Version Packages (#2662)
Browse files Browse the repository at this point in the history
Co-authored-by: eikeland[bot] <eikeland[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and eikeland[bot] authored Dec 19, 2024
1 parent f60748b commit 4b8912b
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 19 deletions.
14 changes: 0 additions & 14 deletions .changeset/honest-grapes-deliver.md

This file was deleted.

7 changes: 7 additions & 0 deletions cookbooks/app-react-context-custom-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-context-custom-error/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions cookbooks/app-react-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-context/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions cookbooks/app-react-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-feature-flag/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions cookbooks/poc-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/poc-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poc-portal",
"version": "1.0.18",
"version": "1.0.19",
"description": "",
"main": "src/index.tsx",
"private": true,
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cli",
"version": "10.3.4",
"version": "10.3.5",
"keywords": [
"Fusion",
"Fusion Framework",
Expand Down

0 comments on commit 4b8912b

Please sign in to comment.