Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
odinr[bot] committed May 27, 2024
1 parent 57e72b7 commit f0b2ce3
Show file tree
Hide file tree
Showing 71 changed files with 610 additions and 381 deletions.
41 changes: 0 additions & 41 deletions .changeset/fifty-pianos-reflect.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/moody-hornets-mix.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/old-nails-confess.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/purple-mice-know.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/quiet-donuts-beg.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/serious-crews-wonder.md

This file was deleted.

68 changes: 0 additions & 68 deletions .changeset/seven-pants-help.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/smooth-chefs-happen.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/three-snakes-peel.md

This file was deleted.

15 changes: 15 additions & 0 deletions cookbooks/app-react-ag-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 0.2.3

### Patch Changes

- [#2207](https://github.com/equinor/fusion-framework/pull/2207) [`cc6b519`](https://github.com/equinor/fusion-framework/commit/cc6b519df0903c570e7ed2f4af9b8e5cf8d1fc7d) Thanks [@odinr](https://github.com/odinr)! - **@equinor/fusion-framework-module-ag-grid**

Updated ag-grid dependencies to latest minor versions:

- `@ag-grid-community/client-side-row-model` from `~31.2.0` to `~31.3.2`
- `@ag-grid-community/core` from `~31.2.0` to `~31.3.2`
- `@ag-grid-community/react` from `~31.2.0` to `~31.3.2`

- Updated dependencies [[`cc6b519`](https://github.com/equinor/fusion-framework/commit/cc6b519df0903c570e7ed2f4af9b8e5cf8d1fc7d)]:
- @equinor/fusion-framework-module-ag-grid@31.3.0

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-ag-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-ag-grid",
"version": "0.2.2",
"version": "0.2.3",
"description": "Setup AG-grid with fusion-framework",
"private": true,
"type": "module",
Expand Down
10 changes: 10 additions & 0 deletions cookbooks/app-react-context-custom-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @equinor/fusion-framework-cookbook-app-react-context-custom-error

## 4.1.12

### Patch Changes

- Updated dependencies [[`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
- @equinor/fusion-framework-cli@9.12.7
- @equinor/fusion-observable@8.3.1
- @equinor/fusion-framework-react-module-context@6.2.7
- @equinor/fusion-framework-react-app@5.1.1

## 4.1.11

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

## 4.1.12

### Patch Changes

- Updated dependencies [[`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
- @equinor/fusion-framework-cli@9.12.7
- @equinor/fusion-observable@8.3.1
- @equinor/fusion-framework-react-module-context@6.2.7
- @equinor/fusion-framework-react-app@5.1.1

## 4.1.11

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

## 1.2.12

### Patch Changes

- [#2205](https://github.com/equinor/fusion-framework/pull/2205) [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3) Thanks [@odinr](https://github.com/odinr)! - Updated `@equinor/eds-core-react` dependency to version `^0.38.0`
Updated `@equinor/eds-utils` dependency to version `^0.8.5`
- Updated dependencies [[`1e60919`](https://github.com/equinor/fusion-framework/commit/1e60919e83fb65528c88f604d7bd43299ec412e1), [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3), [`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
- @equinor/fusion-framework-module-http@5.2.4
- @equinor/fusion-framework-cli@9.12.7
- @equinor/fusion-observable@8.3.1
- @equinor/fusion-framework-module-feature-flag@1.1.3
- @equinor/fusion-framework-react-app@5.1.1

## 1.2.11

### 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.2.11",
"version": "1.2.12",
"description": "",
"private": true,
"type": "module",
Expand Down
23 changes: 23 additions & 0 deletions cookbooks/app-react-people/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 4.4.0

### Minor Changes

- [#2197](https://github.com/equinor/fusion-framework/pull/2197) [`5426b23`](https://github.com/equinor/fusion-framework/commit/5426b232656ce7a87517fae61e50bb43743e6372) Thanks [@odinr](https://github.com/odinr)! - - Added documentation and examples for using components from the `@equinor/fusion-react-person` package.

- Implemented a `useSearchPersons` hook to search for persons using the People API.
- Added a `searchPerson` function to perform person searches with an HTTP client.
- Created new types for the person search API response and error handling.
- Updated the `HomePage` component with an overview of working with the People API.
- Enhanced the `ListItemPage` component to fetch and display a list of persons based on a search query.

The `@equinor/fusion-framework-cookbook-app-react-people` package lacked documentation and examples for consuming the `@equinor/fusion-react-person` components. The changes aim to provide clear guidance and showcase how to interact with the People API to fetch and display person information.

By adding the `useSearchPersons` hook and `searchPerson` function, developers how to implement functionality to their applications. The new types for the API response and error handling improve type safety and provide a structured way to handle different error scenarios.

The updates to the `HomePage` and `ListItemPage` components demonstrate practical usage of the People API and components, making it easier for developers to understand and implement similar functionality in their own applications.

### Patch Changes

- [#2205](https://github.com/equinor/fusion-framework/pull/2205) [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3) Thanks [@odinr](https://github.com/odinr)! - Updated `@equinor/eds-core-react` dependency to version `^0.38.0`
Updated `@equinor/eds-utils` dependency to version `^0.8.5`

## 4.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-people/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-people",
"version": "4.3.4",
"version": "4.4.0",
"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.0.10

### Patch Changes

- Updated dependencies [[`1e60919`](https://github.com/equinor/fusion-framework/commit/1e60919e83fb65528c88f604d7bd43299ec412e1)]:
- @equinor/fusion-framework-module-http@5.2.4
- @equinor/fusion-framework@7.1.9
- @equinor/fusion-framework-module-app@5.3.6
- @equinor/fusion-framework-module-feature-flag@1.1.3

## 9.0.9

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

## 9.12.7

### Patch Changes

- [#2205](https://github.com/equinor/fusion-framework/pull/2205) [`4e64552`](https://github.com/equinor/fusion-framework/commit/4e64552a3c1b0324e1deda93779eab16dbebbed3) Thanks [@odinr](https://github.com/odinr)! - Updated `@equinor/eds-core-react` dependency to version `^0.38.0`
Updated `@equinor/eds-utils` dependency to version `^0.8.5`
- Updated dependencies [[`72f48ec`](https://github.com/equinor/fusion-framework/commit/72f48eccc7262f6c419c60cc32f0dc829601ceab)]:
- @equinor/fusion-observable@8.3.1
- @equinor/fusion-framework-app@9.0.10
- @equinor/fusion-framework-module-feature-flag@1.1.3
- @equinor/fusion-framework-react-components[email protected]

## 9.12.6

### Patch Changes
Expand Down
Loading

0 comments on commit f0b2ce3

Please sign in to comment.