community-jazz-vue 0.18.7 → 0.18.10

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,9 +1,9 @@
1
1
 
2
- > community-jazz-vue@0.18.7 build /home/runner/_work/jazz/jazz/packages/community-jazz-vue
2
+ > community-jazz-vue@0.18.10 build /home/runner/_work/jazz/jazz/packages/community-jazz-vue
3
3
  > pnpm typecheck && rm -rf ./dist && vite build
4
4
 
5
5
 
6
- > community-jazz-vue@0.18.7 typecheck /home/runner/_work/jazz/jazz/packages/community-jazz-vue
6
+ > community-jazz-vue@0.18.10 typecheck /home/runner/_work/jazz/jazz/packages/community-jazz-vue
7
7
  > vue-tsc --noEmit
8
8
 
9
9
  vite v6.3.5 building for production...
@@ -16,6 +16,6 @@ computing gzip size...
16
16
  dist/testing.js  1.28 kB │ gzip: 0.54 kB │ map: 1.84 kB
17
17
  dist/provider-CCZVJj45.js  4.15 kB │ gzip: 1.25 kB │ map: 7.94 kB
18
18
  dist/index.js 19.88 kB │ gzip: 4.96 kB │ map: 35.13 kB
19
- [vite:dts] Declaration files built in 2343ms.
19
+ [vite:dts] Declaration files built in 2187ms.
20
20
 
21
- ✓ built in 2.50s
21
+ ✓ built in 2.33s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.18.10
4
+
5
+ ### Patch Changes
6
+
7
+ - jazz-tools@0.18.10
8
+ - cojson@0.18.10
9
+
10
+ ## 0.18.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [c8167de]
15
+ - Updated dependencies [f058875]
16
+ - Updated dependencies [910b8d6]
17
+ - jazz-tools@0.18.9
18
+ - cojson@0.18.9
19
+
20
+ ## 0.18.8
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [700fe46]
25
+ - Updated dependencies [aba0d55]
26
+ - Updated dependencies [9a4caf2]
27
+ - jazz-tools@0.18.8
28
+ - cojson@0.18.8
29
+
3
30
  ## 0.18.7
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "community-jazz-vue",
3
- "version": "0.18.7",
3
+ "version": "0.18.10",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
@@ -24,8 +24,8 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "cojson": "0.18.7",
28
- "jazz-tools": "0.18.7"
27
+ "cojson": "0.18.10",
28
+ "jazz-tools": "0.18.10"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@babel/plugin-syntax-jsx": "^7.25.0",