jazz-vue 0.11.8 → 0.12.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > jazz-vue@0.11.8 build /home/runner/_work/jazz/jazz/packages/jazz-vue
2
+ > jazz-vue@0.12.1 build /home/runner/_work/jazz/jazz/packages/jazz-vue
3
3
  > rm -rf ./dist && vite build
4
4
 
5
5
  vite v6.0.11 building for production...
@@ -11,7 +11,7 @@ rendering chunks...
11
11
  computing gzip size...
12
12
  dist/testing.js  1.19 kB │ gzip: 0.52 kB │ map: 1.70 kB
13
13
  dist/provider-CkA-a4Og.js  2.32 kB │ gzip: 0.81 kB │ map: 4.54 kB
14
- dist/index.js 14.03 kB │ gzip: 3.55 kB │ map: 22.48 kB
15
- [vite:dts] Declaration files built in 4951ms.
14
+ dist/index.js 13.98 kB │ gzip: 3.52 kB │ map: 22.99 kB
15
+ [vite:dts] Declaration files built in 2901ms.
16
16
 
17
- ✓ built in 5.08s
17
+ ✓ built in 3.02s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5a00fe0]
8
+ - cojson@0.12.1
9
+ - jazz-browser@0.12.1
10
+ - jazz-tools@0.12.1
11
+
12
+ ## 0.12.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 4c01459: Fix types compilation for useAccount
17
+ - Updated dependencies [01523dc]
18
+ - Updated dependencies [4ea87dc]
19
+ - Updated dependencies [1e6da19]
20
+ - Updated dependencies [01523dc]
21
+ - Updated dependencies [b6c6a0a]
22
+ - jazz-tools@0.12.0
23
+ - cojson@0.12.0
24
+ - jazz-browser@0.12.0
25
+
3
26
  ## 0.11.8
4
27
 
5
28
  ### Patch Changes