@granite-js/native 0.1.23-next.0 → 0.1.23-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @granite-js/native
2
2
 
3
+ ## 0.1.23-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - fix
8
+
9
+ ## 0.1.23-next.9
10
+
11
+ ### Patch Changes
12
+
13
+ - tollback
14
+
15
+ ## 0.1.23-next.8
16
+
17
+ ### Patch Changes
18
+
19
+ - router
20
+
21
+ ## 0.1.23-next.7
22
+
23
+ ### Patch Changes
24
+
25
+ - fix
26
+
27
+ ## 0.1.23-next.6
28
+
29
+ ### Patch Changes
30
+
31
+ - test
32
+
33
+ ## 0.1.23-next.5
34
+
35
+ ### Patch Changes
36
+
37
+ - temp
38
+
39
+ ## 0.1.23-next.4
40
+
41
+ ### Patch Changes
42
+
43
+ - test
44
+
45
+ ## 0.1.23-next.3
46
+
47
+ ### Patch Changes
48
+
49
+ - test
50
+
3
51
  ## 0.1.23-next.0
4
52
 
5
53
  ## 0.1.22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granite-js/native",
3
- "version": "0.1.23-next.0",
3
+ "version": "0.1.23-next.10",
4
4
  "description": "A native module hub package for Granite",
5
5
  "scripts": {
6
6
  "prepack": "yarn build",
@@ -126,7 +126,7 @@
126
126
  "eslint": "^9.7.0",
127
127
  "jest": "^29.7.0",
128
128
  "react": "npm:19.1.0",
129
- "react-native": "npm:0.81.0",
129
+ "react-native": "npm:0.81.3",
130
130
  "tsx": "^4.20.3",
131
131
  "typescript": "5.8.3"
132
132
  },