Skip to content

Commit

Permalink
Version Packages (#2492)
Browse files Browse the repository at this point in the history
Co-authored-by: odinr[bot] <odinr[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and odinr[bot] authored Oct 2, 2024
1 parent 4839295 commit 626d45e
Show file tree
Hide file tree
Showing 48 changed files with 354 additions and 193 deletions.
10 changes: 0 additions & 10 deletions .changeset/curvy-lies-laugh.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/friendly-cobras-vanish.md

This file was deleted.

41 changes: 0 additions & 41 deletions .changeset/smart-swans-double.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-rats-happen.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/violet-turkeys-cross.md

This file was deleted.

66 changes: 0 additions & 66 deletions .changeset/witty-lies-nail.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.21

### Patch Changes

- Updated dependencies [[`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81)]:
- @equinor/fusion-framework-cli@9.13.1
- @equinor/fusion-framework-react-app@5.2.9

## 4.1.20

### 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.20",
"version": "4.1.21",
"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.21

### Patch Changes

- Updated dependencies [[`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81)]:
- @equinor/fusion-framework-cli@9.13.1
- @equinor/fusion-framework-react-app@5.2.9

## 4.1.20

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

## 1.3.1

### Patch Changes

- Updated dependencies [[`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]:
- @equinor/fusion-framework-cli@9.13.1
- @equinor/fusion-framework-module-http@6.2.0
- @equinor/fusion-framework-module-feature-flag@1.1.9
- @equinor/fusion-framework-react-app@5.2.9

## 1.3.0

### Minor 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.0",
"version": "1.3.1",
"description": "",
"private": true,
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 9.1.9

### Patch Changes

- Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]:
- @equinor/fusion-framework-module-http@6.2.0
- @equinor/fusion-framework@7.2.8
- @equinor/fusion-framework-module-app@5.3.11
- @equinor/fusion-framework-module-feature-flag@1.1.9

## 9.1.8

### 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.8",
"version": "9.1.9",
"description": "",
"main": "dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 9.13.1

### Patch Changes

- [#2493](https://github.com/equinor/fusion-framework/pull/2493) [`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81) Thanks [@eikeland](https://github.com/eikeland)! - Updating fusion-wc-person to fix issues when using selectedPerson = null in PersonSelect component.

Updated the following dependencies

- `@equinor/fusion-wc-person` from `^3.0.1` to `^3.0.3` in `packages/cli/package.json` and `packages/react/components/people-resolver/package.json`.

- Updated dependencies [[`4839295`](https://github.com/equinor/fusion-framework/commit/4839295263f07704bc43930351ce34dfb27a4c81)]:
- @equinor/fusion-framework-react-components[email protected]
- @equinor/fusion-framework-app@9.1.9
- @equinor/fusion-framework-module-feature-flag@1.1.9

## 9.13.0

### Minor 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": "9.13.0",
"version": "9.13.1",
"keywords": [
"Fusion",
"Fusion Framework",
Expand Down
10 changes: 10 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 7.2.8

### Patch Changes

- Updated dependencies [[`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51), [`73af73e`](https://github.com/equinor/fusion-framework/commit/73af73e5582ca27b132210af8ba308b80e036d51)]:
- @equinor/fusion-framework-module-http@6.2.0
- @equinor/fusion-framework-module-services@4.1.5
- @equinor/fusion-framework-module-service[email protected]
- @equinor/fusion-framework-module-context@5.0.12

## 7.2.7

### Patch Changes
Expand Down
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.7",
"version": "7.2.8",
"description": "",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
Loading

0 comments on commit 626d45e

Please sign in to comment.