@equinor/fusion-framework-vite-plugin-spa 1.0.1 → 1.1.0

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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @equinor/fusion-framework-vite-plugin-spa
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#3349](https://github.com/equinor/fusion-framework/pull/3349) [`c511123`](https://github.com/equinor/fusion-framework/commit/c511123c835e24e9ddefcc4c47c2455f5df12087) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: bump vite from 6.x to 7.1.5
8
+
9
+ Major version update of Vite build tool across all packages. This update includes:
10
+
11
+ - Enhanced build performance and caching
12
+ - Better error reporting with code frames
13
+ - Improved TypeScript integration
14
+ - Updated plugin ecosystem compatibility
15
+ - New development server features
16
+
17
+ ### Links
18
+
19
+ - [Vite 7.1.5 Release Notes](https://github.com/vitejs/vite/releases/tag/v7.1.5)
20
+ - [Vite 7.x Migration Guide](https://vitejs.dev/guide/migration)
21
+
3
22
  ## 1.0.1
4
23
 
5
24
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '1.0.1';
2
+ export const version = '1.1.0';
3
3
  //# sourceMappingURL=version.js.map