Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fusion Framework Realse #903

Merged
merged 1 commit into from
Jun 7, 2023
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
11 changes: 0 additions & 11 deletions .changeset/afraid-jokes-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-bats-heal.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/curvy-students-serve.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/funny-garlics-complain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-eyes-arrive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-lizards-sin.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/old-planets-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-spiders-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-walls-reflect.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/smooth-chicken-promise.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spicy-dolphins-call.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/stale-pigs-leave.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/stale-pigs-leave_2.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/violet-needles-join.md

This file was deleted.

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

## 4.0.18

### Patch Changes

- [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**

- align all versions of typescript
- update types to build
- a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
6 changes: 3 additions & 3 deletions cookbooks/app-react-bookmark-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-bookmark-advanced",
"version": "4.0.17",
"version": "4.0.18",
"description": "",
"private": true,
"type": "module",
Expand All @@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@equinor/fusion-framework-cli": "^7.0.10",
"@equinor/fusion-framework-react-app": "^4.0.16",
"@equinor/fusion-framework-cli": "^7.0.11",
"@equinor/fusion-framework-react-app": "^4.0.17",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"react": "^18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions cookbooks/app-react-bookmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.18

### Patch Changes

- [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**

- align all versions of typescript
- update types to build
- a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
6 changes: 3 additions & 3 deletions cookbooks/app-react-bookmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-bookmark",
"version": "4.0.17",
"version": "4.0.18",
"description": "",
"private": true,
"type": "module",
Expand All @@ -12,9 +12,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@equinor/fusion-framework-cli": "^7.0.10",
"@equinor/fusion-framework-cli": "^7.0.11",
"@equinor/fusion-framework-module-bookmark": "^1.0.6",
"@equinor/fusion-framework-react-app": "^4.0.16",
"@equinor/fusion-framework-react-app": "^4.0.17",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions cookbooks/app-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@equinor/fusion-framework-cli": "^7.0.10",
"@equinor/fusion-framework-module-navigation": "^2.1.2",
"@equinor/fusion-framework-react-app": "^4.0.16",
"@equinor/fusion-framework-cli": "^7.0.11",
"@equinor/fusion-framework-module-navigation": "^3.0.0",
"@equinor/fusion-framework-react-app": "^4.0.17",
"@remix-run/router": "^1.0.4",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
Expand Down
10 changes: 10 additions & 0 deletions cookbooks/app-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.18

### Patch Changes

- [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**

- align all versions of typescript
- update types to build
- a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
6 changes: 3 additions & 3 deletions cookbooks/app-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react",
"version": "4.0.17",
"version": "4.0.18",
"description": "",
"private": true,
"type": "module",
Expand All @@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@equinor/fusion-framework-cli": "^7.0.10",
"@equinor/fusion-framework-react-app": "^4.0.16",
"@equinor/fusion-framework-cli": "^7.0.11",
"@equinor/fusion-framework-react-app": "^4.0.17",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"react": "^18.2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 7.0.15

### Patch Changes

- [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**

- align all versions of typescript
- update types to build
- a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future

- Updated dependencies [[`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`76b30c1e`](https://github.com/equinor/fusion-framework/commit/76b30c1e86db3db18adbe759bb1e39885de1c898), [`83ee5abf`](https://github.com/equinor/fusion-framework/commit/83ee5abf7bcab193c85980e5ae44895cd7f6f08d), [`7500ec2c`](https://github.com/equinor/fusion-framework/commit/7500ec2c9ca9b926a19539fc97c61c67f76fc8d9), [`060818eb`](https://github.com/equinor/fusion-framework/commit/060818eb04ebb9ed6deaed1f0b4530201b1181cf), [`3efbf0bb`](https://github.com/equinor/fusion-framework/commit/3efbf0bb93fc11aa158872cd6ab98a22bcfb59e5), [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
- @equinor/fusion-framework-module@4.2.0
- @equinor/fusion-framework@7.0.14
- @equinor/fusion-framework-module-app@5.1.3
- @equinor/fusion-framework-module-http@5.0.3
- @equinor/fusion-framework-module-msal@3.0.3

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-app",
"version": "7.0.14",
"version": "7.0.15",
"description": "",
"main": "dist/esm/index.js",
"exports": {
Expand Down Expand Up @@ -32,12 +32,12 @@
"directory": "packages/app"
},
"dependencies": {
"@equinor/fusion-framework": "^7.0.13",
"@equinor/fusion-framework-module": "^4.1.0",
"@equinor/fusion-framework-module-app": "^5.1.2",
"@equinor/fusion-framework": "^7.0.14",
"@equinor/fusion-framework-module": "^4.2.0",
"@equinor/fusion-framework-module-app": "^5.1.3",
"@equinor/fusion-framework-module-event": "^4.0.1",
"@equinor/fusion-framework-module-http": "^5.0.2",
"@equinor/fusion-framework-module-msal": "^3.0.2"
"@equinor/fusion-framework-module-http": "^5.0.3",
"@equinor/fusion-framework-module-msal": "^3.0.3"
},
"devDependencies": {
"typescript": "^5.0.4"
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 7.0.11

### Patch Changes

- [#910](https://github.com/equinor/fusion-framework/pull/910) [`d40951a3`](https://github.com/equinor/fusion-framework/commit/d40951a3f5044083e7aec416c065342d0207e5d5) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Removes requirement of leading slash in `main` attr in `package.json`, meaning
both `"main": "src/index.ts"` and `"main": "/src/index.ts"` will resolve.

- [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**

- align all versions of typescript
- update types to build
- a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future

- Updated dependencies [[`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c)]:
- @equinor/fusion-framework-app@7.0.15

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
Loading