Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr[bot] committed Dec 11, 2024
1 parent 2343667 commit 9adeeae
Show file tree
Hide file tree
Showing 34 changed files with 1,640 additions and 1,524 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-trees-visit.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/rare-flies-talk.md

This file was deleted.

8 changes: 8 additions & 0 deletions cookbooks/app-react-context-custom-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @equinor/fusion-framework-cookbook-app-react-context-custom-error

## 4.1.38

### Patch Changes

- Updated dependencies [[`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7)]:
- @equinor/fusion-framework-cli@10.3.3
- @equinor/fusion-framework-react-app@5.4.1

## 4.1.37

### 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.37",
"version": "4.1.38",
"description": "React application using framework context with a custom error",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions cookbooks/app-react-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.1.38

### Patch Changes

- Updated dependencies [[`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7)]:
- @equinor/fusion-framework-cli@10.3.3
- @equinor/fusion-framework-react-app@5.4.1

## 4.1.37

### 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.37",
"version": "4.1.38",
"description": "React application using framework context",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions cookbooks/app-react-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @equinor/fusion-framework-cookbook-app-react-feature-flag

## 1.3.18

### Patch Changes

- Updated dependencies [[`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7)]:
- @equinor/fusion-framework-cli@10.3.3
- @equinor/fusion-framework-react-app@5.4.1

## 1.3.17

### 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.17",
"version": "1.3.18",
"description": "",
"private": true,
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions cookbooks/poc-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# poc-portal

## 1.0.17

### Patch Changes

- Updated dependencies [[`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7)]:
- @equinor/fusion-framework-cli@10.3.3
- @equinor/fusion-framework@7.2.12
- @equinor/fusion-framework-react@7.3.4
- @equinor/fusion-framework-react-app@5.4.1

## 1.0.16

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

## 9.1.16

### Patch Changes

- Updated dependencies []:
- @equinor/fusion-framework@7.2.12

## 9.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-app",
"version": "9.1.15",
"version": "9.1.16",
"description": "",
"main": "dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.3.3

### Patch Changes

- [#2648](https://github.com/equinor/fusion-framework/pull/2648) [`270f2ba`](https://github.com/equinor/fusion-framework/commit/270f2ba5c7447fff79e3a54130c10614aa35fea7) Thanks [@odinr](https://github.com/odinr)! - Fixed resolving of app key from manifest when publishing (earlier only resolved from package)

## 10.3.2

### 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.2",
"version": "10.3.3",
"keywords": [
"Fusion",
"Fusion Framework",
Expand Down
528 changes: 268 additions & 260 deletions packages/framework/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework",
"version": "7.2.11",
"version": "7.2.12",
"description": "",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
378 changes: 194 additions & 184 deletions packages/modules/services/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/modules/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-module-services",
"version": "5.0.0",
"version": "5.0.1",
"description": "",
"sideEffects": false,
"main": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.4.1

### Patch Changes

- Updated dependencies []:
- @equinor/fusion-framework-app@9.1.16
- @equinor/fusion-framework-react@7.3.4

## 5.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-react-app",
"version": "5.4.0",
"version": "5.4.1",
"description": "",
"main": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
Loading

0 comments on commit 9adeeae

Please sign in to comment.