@granite-js/image 0.1.23-next.0 → 0.1.23-next.11

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 +72 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,77 @@
1
1
  # @granite-js/image
2
2
 
3
+ ## 0.1.23-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - fix
8
+ - Updated dependencies
9
+ - @granite-js/native@0.1.23-next.11
10
+
11
+ ## 0.1.23-next.10
12
+
13
+ ### Patch Changes
14
+
15
+ - fix
16
+ - Updated dependencies
17
+ - @granite-js/native@0.1.23-next.10
18
+
19
+ ## 0.1.23-next.9
20
+
21
+ ### Patch Changes
22
+
23
+ - tollback
24
+ - Updated dependencies
25
+ - @granite-js/native@0.1.23-next.9
26
+
27
+ ## 0.1.23-next.8
28
+
29
+ ### Patch Changes
30
+
31
+ - router
32
+ - Updated dependencies
33
+ - @granite-js/native@0.1.23-next.8
34
+
35
+ ## 0.1.23-next.7
36
+
37
+ ### Patch Changes
38
+
39
+ - fix
40
+ - Updated dependencies
41
+ - @granite-js/native@0.1.23-next.7
42
+
43
+ ## 0.1.23-next.6
44
+
45
+ ### Patch Changes
46
+
47
+ - test
48
+ - Updated dependencies
49
+ - @granite-js/native@0.1.23-next.6
50
+
51
+ ## 0.1.23-next.5
52
+
53
+ ### Patch Changes
54
+
55
+ - temp
56
+ - Updated dependencies
57
+ - @granite-js/native@0.1.23-next.5
58
+
59
+ ## 0.1.23-next.4
60
+
61
+ ### Patch Changes
62
+
63
+ - test
64
+ - Updated dependencies
65
+ - @granite-js/native@0.1.23-next.4
66
+
67
+ ## 0.1.23-next.3
68
+
69
+ ### Patch Changes
70
+
71
+ - test
72
+ - Updated dependencies
73
+ - @granite-js/native@0.1.23-next.3
74
+
3
75
  ## 0.1.23-next.0
4
76
 
5
77
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@granite-js/image",
3
- "version": "0.1.23-next.0",
3
+ "version": "0.1.23-next.11",
4
4
  "scripts": {
5
5
  "prepack": "yarn build",
6
6
  "typecheck": "tsc --noEmit",
@@ -27,16 +27,16 @@
27
27
  "dist"
28
28
  ],
29
29
  "devDependencies": {
30
- "@granite-js/native": "0.1.23-next.0",
30
+ "@granite-js/native": "0.1.23-next.11",
31
31
  "@types/react": "npm:19.1.0",
32
32
  "eslint": "^9.7.0",
33
33
  "react": "npm:19.1.0",
34
- "react-native": "npm:0.81.0",
34
+ "react-native": "npm:0.81.3",
35
35
  "tsdown": "^0.14.1",
36
36
  "typescript": "5.8.3"
37
37
  },
38
38
  "peerDependencies": {
39
- "@granite-js/native": "0.1.23-next.0",
39
+ "@granite-js/native": "0.1.23-next.11",
40
40
  "@types/react": "*",
41
41
  "react": "*",
42
42
  "react-native": "*"