community-jazz-vue 0.17.11 → 0.17.12

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.17.11 build /home/runner/_work/jazz/jazz/packages/community-jazz-vue
2
+ > community-jazz-vue@0.17.12 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.17.11 typecheck /home/runner/_work/jazz/jazz/packages/community-jazz-vue
6
+ > community-jazz-vue@0.17.12 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.78 kB │ gzip: 4.94 kB │ map: 34.94 kB
19
- [vite:dts] Declaration files built in 2125ms.
19
+ [vite:dts] Declaration files built in 2066ms.
20
20
 
21
- ✓ built in 2.26s
21
+ ✓ built in 2.19s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # jazz-react
2
2
 
3
+ ## 0.17.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 1ccae1a: RN Expo E2E dependency fixes w catalog
8
+ - Updated dependencies [c2daf3e]
9
+ - Updated dependencies [1ccae1a]
10
+ - Updated dependencies [72a63bf]
11
+ - Updated dependencies [234bf91]
12
+ - cojson@0.17.12
13
+ - jazz-tools@0.17.12
14
+
3
15
  ## 0.17.11
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "community-jazz-vue",
3
- "version": "0.17.11",
3
+ "version": "0.17.12",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "src/index.ts",
@@ -24,10 +24,11 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "cojson": "0.17.11",
28
- "jazz-tools": "0.17.11"
27
+ "cojson": "0.17.12",
28
+ "jazz-tools": "0.17.12"
29
29
  },
30
30
  "devDependencies": {
31
+ "@babel/plugin-syntax-jsx": "^7.25.0",
31
32
  "@scure/bip39": "^1.3.0",
32
33
  "@vitejs/plugin-vue": "^5.1.4",
33
34
  "@vitejs/plugin-vue-jsx": "^4.2.0",