@knapsack/renderer-native-ios 4.89.2--canary.6982.9a8c58d.0 → 4.89.2

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 +9 -0
  2. package/package.json +8 -8
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # v4.89.1 (Wed Dec 10 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Initial ios/android renderers connected to ks-sandbox [#6982](https://github.com/knapsack-labs/app-monorepo/pull/6982) ([@illepic](https://github.com/illepic))
6
+
7
+ #### Authors: 1
8
+
9
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-native-ios",
3
3
  "description": "Native iOS component renderer for Knapsack",
4
- "version": "4.89.2--canary.6982.9a8c58d.0",
4
+ "version": "4.89.2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -19,15 +19,15 @@
19
19
  "lint": "eslint ./"
20
20
  },
21
21
  "dependencies": {
22
- "@knapsack/app": "4.89.2--canary.6982.9a8c58d.0",
23
- "@knapsack/file-utils": "4.89.2--canary.6982.9a8c58d.0",
24
- "@knapsack/types": "4.89.2--canary.6982.9a8c58d.0",
22
+ "@knapsack/app": "4.89.2",
23
+ "@knapsack/file-utils": "4.89.2",
24
+ "@knapsack/types": "4.89.2",
25
25
  "zod": "^4.1.12"
26
26
  },
27
27
  "devDependencies": {
28
- "@knapsack/eslint-config-starter": "4.89.2--canary.6982.9a8c58d.0",
29
- "@knapsack/prettier-config": "4.89.2--canary.6982.9a8c58d.0",
30
- "@knapsack/typescript-config-starter": "4.89.2--canary.6982.9a8c58d.0",
28
+ "@knapsack/eslint-config-starter": "4.89.2",
29
+ "@knapsack/prettier-config": "4.89.2",
30
+ "@knapsack/typescript-config-starter": "4.89.2",
31
31
  "@types/node": "^20.19.25",
32
32
  "eslint": "^8.57.0",
33
33
  "typescript": "^5.9.3"
@@ -41,5 +41,5 @@
41
41
  "directory": "apps/client/renderers/renderer-native-ios",
42
42
  "type": "git"
43
43
  },
44
- "gitHead": "9a8c58de3393a7db2a9c80a4f9705d845cdd96c1"
44
+ "gitHead": "d2060ab46078ef1250ee7e1fe028e7528fc4de47"
45
45
  }