@knapsack/renderer-native-ios 4.89.8--canary.7206.d4f2401.0 → 4.89.8

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 +31 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ # v4.89.8 (Fri Feb 20 2026)
2
+
3
+ ### Release Notes
4
+
5
+ #### KSP-7685: Synthetic Data for Conflict Enrichment/Resolution testing ([#7154](https://github.com/knapsack-labs/app-monorepo/pull/7154))
6
+
7
+ * **Documentation**
8
+ * Added synthetic multi-source test fixtures including component documentation, design tokens, and brand guidelines for comprehensive testing coverage.
9
+
10
+ <!-- end of auto-generated comment: release notes by coderabbit.ai -->
11
+
12
+ ---
13
+
14
+ #### 🐛 Bug Fix
15
+
16
+ - merge latest in ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
17
+ - Merge branch 'latest' into sxa/KSP-7037-tests-v2 ([@sxalexander](https://github.com/sxalexander))
18
+ - Migrated ESLint config to flat config format (ESLint 9) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
19
+
20
+ #### 🏠 Internal
21
+
22
+ - KSP-7685: Synthetic Data for Conflict Enrichment/Resolution testing [#7154](https://github.com/knapsack-labs/app-monorepo/pull/7154) ([@sxalexander](https://github.com/sxalexander))
23
+ - KSP-5524 Migrated ESLint config to flat config format (ESLint 9) [#7162](https://github.com/knapsack-labs/app-monorepo/pull/7162) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
24
+
25
+ #### Authors: 2
26
+
27
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
28
+ - Sam Alexander ([@sxalexander](https://github.com/sxalexander))
29
+
30
+ ---
31
+
1
32
  # v4.89.7 (Fri Feb 06 2026)
2
33
 
3
34
  #### 🐛 Bug Fix
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.8--canary.7206.d4f2401.0",
4
+ "version": "4.89.8",
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.8--canary.7206.d4f2401.0",
23
- "@knapsack/file-utils": "4.89.8--canary.7206.d4f2401.0",
24
- "@knapsack/types": "4.89.8--canary.7206.d4f2401.0",
22
+ "@knapsack/app": "4.89.8",
23
+ "@knapsack/file-utils": "4.89.8",
24
+ "@knapsack/types": "4.89.8",
25
25
  "zod": "^4.1.12"
26
26
  },
27
27
  "devDependencies": {
28
- "@knapsack/eslint-config-starter": "4.89.8--canary.7206.d4f2401.0",
29
- "@knapsack/prettier-config": "4.89.8--canary.7206.d4f2401.0",
30
- "@knapsack/typescript-config-starter": "4.89.8--canary.7206.d4f2401.0",
28
+ "@knapsack/eslint-config-starter": "4.89.8",
29
+ "@knapsack/prettier-config": "4.89.8",
30
+ "@knapsack/typescript-config-starter": "4.89.8",
31
31
  "@types/node": "^20.19.25",
32
32
  "eslint": "^9.20.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": "d4f24014f44dda1b5075db59af0d1318d3711137"
44
+ "gitHead": "80e2a807755693f242df19fe6cf408bb96adfffd"
45
45
  }