Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cli-plugin-copilot_skip-agent-browser-install.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/copilot-plugin_narrow-jsonvalue-args.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/copilot-plugin_scope-agent-browser-dep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/module-ag-grid_bump-ag-grid.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/module-app-navigation_fusion-lint-comments.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/module-state_bump-immer.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/portal-analytics_migrate-progress-indicator.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/react-ag-charts_bump-ag-charts.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/react-ag-grid_bump-ag-grid.md

This file was deleted.

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

## 2.0.13

### Patch Changes

- Updated dependencies [a02f4ad]
- Updated dependencies [3d22882]
- @equinor/fusion-framework-react-ag-charts@15.0.1
- @equinor/fusion-framework-react-ag-grid@37.0.2

## 2.0.12

### 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": "2.0.12",
"version": "2.0.13",
"description": "Setup AG-grid with fusion-framework",
"private": true,
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions cookbooks/poc-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# poc-portal

## 1.1.99

### Patch Changes

- Updated dependencies [4a00a7a]
- @equinor/fusion-framework-module-app@8.0.5
- @equinor/fusion-framework-react-app@14.0.2
- @equinor/fusion-framework-cli@15.2.10

## 1.1.98

### 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.1.98",
"version": "1.1.99",
"description": "",
"main": "src/index.tsx",
"private": true,
Expand Down
16 changes: 16 additions & 0 deletions cookbooks/portal-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# portal-analytics

## 0.4.52

### Patch Changes

- f0a9ddf: Replace the deprecated `@equinor/fusion-react-progress-indicator` dependency with EDS's
`Progress.Star` (`@equinor/eds-core-react`) in `EquinorLoader`. The loading text is now
rendered as a visible `Typography` caption alongside an `aria-label` on the spinner,
matching EDS's own accessible loading-indicator pattern.
- Updated dependencies [4a00a7a]
- @equinor/fusion-framework-module-app@8.0.5
- @equinor/fusion-framework-module-navigation@7.0.8
- @equinor/fusion-framework-react-app@14.0.2
- @equinor/fusion-framework-app@13.0.2
- @equinor/fusion-framework-cli@15.2.10
- @equinor/fusion-framework-module-analytics@3.0.7

## 0.4.51

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/portal-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-analytics",
"version": "0.4.51",
"version": "0.4.52",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# portal

## 0.1.84

### Patch Changes

- @equinor/fusion-framework-cli@15.2.10

## 0.1.83

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal",
"version": "0.1.83",
"version": "0.1.84",
"description": "",
"main": "dist/index.js",
"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

## 13.0.2

### Patch Changes

- Updated dependencies [4a00a7a]
- @equinor/fusion-framework-module-app@8.0.5

## 13.0.1

### 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": "13.0.1",
"version": "13.0.2",
"description": "",
"main": "dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-plugins/copilot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @equinor/fusion-framework-cli-plugin-copilot

## 2.0.5

### Patch Changes

- 6efb63e: Internal: stop running `agent-browser`'s and `koffi`'s native-binary install scripts on every `pnpm install`. Both now build explicitly in this package's `prepack` script, so publishing still bundles the binaries but everyday installs no longer download them.
- 6efb63e: Fix a build failure caused by `@github/copilot-sdk`'s stricter `JsonValue` typing on tool-call `arguments`. Tool-call detail extraction (`url`/`path`/`load`/`selector`) now narrows the union type before reading properties instead of relying on unchecked optional chaining.
- 6efb63e: Internal: move the `agent-browser` dependency from the repo root into this package, where it is actually used, instead of the workspace root `devDependencies`.

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-plugins/copilot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cli-plugin-copilot",
"version": "2.0.4",
"version": "2.0.5",
"description": "Copilot SDK powered evaluation plugin for Fusion Framework CLI",
"type": "module",
"main": "dist/esm/index.js",
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

## 15.2.10

### Patch Changes

- @equinor/fusion-framework-dev-portal@11.0.2

## 15.2.9

### 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": "15.2.9",
"version": "15.2.10",
"keywords": [
"Fusion",
"Fusion Framework",
Expand Down
12 changes: 12 additions & 0 deletions packages/dev-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @equinor/fusion-framework-dev-portal

## 11.0.2

### Patch Changes

- Updated dependencies [3d22882]
- Updated dependencies [4a00a7a]
- @equinor/fusion-framework-module-ag-grid@37.0.2
- @equinor/fusion-framework-module-app@8.0.5
- @equinor/fusion-framework-module-navigation@7.0.8
- @equinor/fusion-framework-app@13.0.2
- @equinor/fusion-framework-module-analytics@3.0.7

## 11.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-dev-portal",
"version": "11.0.1",
"version": "11.0.2",
"description": "",
"type": "module",
"module": "./dist/main.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/modules/ag-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 37.0.2

### Patch Changes

- 3d22882: Internal: bump `ag-grid-community` and `ag-grid-enterprise` from `~36.0.1` to `~36.1.0`.

## 37.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/ag-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-module-ag-grid",
"version": "37.0.1",
"version": "37.0.2",
"description": "Fusion module for using AG Grid",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/modules/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @equinor/fusion-framework-module-analytics

## 3.0.7

### Patch Changes

- Updated dependencies [4a00a7a]
- @equinor/fusion-framework-module-app@8.0.5

## 3.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-module-analytics",
"version": "3.0.6",
"version": "3.0.7",
"description": "Fusion module for collecting and exporting application analytics using OpenTelemetry standards",
"main": "dist/esm/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/modules/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.0.5

### Patch Changes

- 4a00a7a: Internal: address fusion-lint warnings — mark `FrameworkOptionsSchema` as intentionally co-located per the file's existing convention, and add intent comments to `NavigationProvider`'s path-normalization loops.

## 8.0.4

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

## 7.0.8

### Patch Changes

- 4a00a7a: Internal: address fusion-lint warnings — mark `FrameworkOptionsSchema` as intentionally co-located per the file's existing convention, and add intent comments to `NavigationProvider`'s path-normalization loops.

## 7.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-module-navigation",
"version": "7.0.7",
"version": "7.0.8",
"description": "Navigation module for Fusion Framework providing routing and navigation capabilities using React Router 7",
"sideEffects": false,
"main": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/modules/state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @equinor/fusion-framework-module-state

## 2.0.1

### Patch Changes

- a5c3c40: Internal: bump `immer` from `9.0.21` to `11.1.17`. The dependency is unused in this package's source, so there is no consumer-facing behavior change.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-module-state",
"version": "2.0.0",
"version": "2.0.1",
"description": "A reactive state management module for the Fusion Framework with type-safe storage and observation capabilities",
"type": "module",
"main": "dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/ag-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @equinor/fusion-framework-react-ag-charts

## 15.0.1

### Patch Changes

- a02f4ad: Internal: bump `ag-charts-community`, `ag-charts-enterprise`, and `ag-charts-react` from `14.0.2` to `14.1.0`.

## 15.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/ag-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-react-ag-charts",
"version": "15.0.0",
"version": "15.0.1",
"description": "Fusion package for using AG Charts",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/ag-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @equinor/fusion-framework-react-ag-grid

## 37.0.2

### Patch Changes

- 3d22882: Internal: bump `ag-grid-community`, `ag-grid-enterprise`, and `ag-grid-react` from `~36.0.1` to `~36.1.0`.
- Updated dependencies [3d22882]
- @equinor/fusion-framework-module-ag-grid@37.0.2

## 37.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/ag-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-react-ag-grid",
"version": "37.0.1",
"version": "37.0.2",
"description": "Fusion module for using AG Grid",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
Loading
Loading