@equinor/fusion-framework-dev-portal 1.0.0-next.0 → 1.0.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/main.js +81802 -0
- package/package.json +6 -9
- package/src/version.ts +1 -1
- package/tsconfig.json +9 -0
- package/tsconfig.tsbuildinfo +1 -0
- package/vite.config.ts +15 -0
- package/rollup.config.js +0 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @equinor/fusion-framework-dev-portal
|
|
2
2
|
|
|
3
|
+
## 1.0.0-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`ba060b7`](https://github.com/equinor/fusion-framework/commit/ba060b7a5fcc4f84891cb416b4d2f7fde231a368) Thanks [@odinr](https://github.com/odinr)! - migrate build system from Rollup to Vite
|
|
8
|
+
|
|
9
|
+
## 1.0.0-next.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#3075](https://github.com/equinor/fusion-framework/pull/3075) [`84c16d7`](https://github.com/equinor/fusion-framework/commit/84c16d74c3235f809ce4c3e75868be12010ed695) Thanks [@odinr](https://github.com/odinr)! - Add `prepack` script to `dev-portal` and `dev-server` packages
|
|
14
|
+
|
|
15
|
+
- Added a `prepack` script to `@equinor/fusion-framework-dev-portal` and `@equinor/fusion-framework-dev-server` to ensure the build runs before packaging.
|
|
16
|
+
- This helps guarantee that the latest build artifacts are included when publishing these packages.
|
|
17
|
+
|
|
3
18
|
## 1.0.0-next.0
|
|
4
19
|
|
|
5
20
|
### Major Changes
|