Skip to content

Commit

Permalink
Version Packages (#2607)
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 Nov 25, 2024
1 parent 00fb17d commit 03505f6
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 17 deletions.
12 changes: 0 additions & 12 deletions .changeset/thin-baboons-doubt.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.33

### Patch Changes

- Updated dependencies [[`00fb17d`](https://github.com/equinor/fusion-framework/commit/00fb17d9e753462a7acf6a34281a50194b94db20)]:
- @equinor/fusion-framework-cli@10.2.4

## 4.1.32

### 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.32",
"version": "4.1.33",
"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.33

### Patch Changes

- Updated dependencies [[`00fb17d`](https://github.com/equinor/fusion-framework/commit/00fb17d9e753462a7acf6a34281a50194b94db20)]:
- @equinor/fusion-framework-cli@10.2.4

## 4.1.32

### 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.32",
"version": "4.1.33",
"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.13

### Patch Changes

- Updated dependencies [[`00fb17d`](https://github.com/equinor/fusion-framework/commit/00fb17d9e753462a7acf6a34281a50194b94db20)]:
- @equinor/fusion-framework-cli@10.2.4

## 1.3.12

### 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.12",
"version": "1.3.13",
"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.12

### Patch Changes

- Updated dependencies [[`00fb17d`](https://github.com/equinor/fusion-framework/commit/00fb17d9e753462a7acf6a34281a50194b94db20)]:
- @equinor/fusion-framework-cli@10.2.4

## 1.0.11

### 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.11",
"version": "1.0.12",
"description": "",
"main": "src/index.tsx",
"private": true,
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 10.2.4

### Patch Changes

- [#2606](https://github.com/equinor/fusion-framework/pull/2606) [`00fb17d`](https://github.com/equinor/fusion-framework/commit/00fb17d9e753462a7acf6a34281a50194b94db20) Thanks [@eikeland](https://github.com/eikeland)! - ### Modified Files

`AppLoader.tsx`

### Changes

- Added import for last operator from rxjs/operators.
- Updated the initialize subscription to use the last operator.

## 10.2.3

### 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.2.3",
"version": "10.2.4",
"keywords": [
"Fusion",
"Fusion Framework",
Expand Down

0 comments on commit 03505f6

Please sign in to comment.