@knapsack/renderer-web-components 4.86.7--canary.d396ceb.0 → 4.86.7

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 +19 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # v4.86.7 (Mon Oct 27 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into sxa-KSP-7311 ([@sxalexander](https://github.com/sxalexander))
6
+
7
+ #### 🏠 Internal
8
+
9
+ - Add nested, inlined demos to pattern responses. Includes template resolution and props examples [#6734](https://github.com/knapsack-labs/app-monorepo/pull/6734) ([@sxalexander](https://github.com/sxalexander))
10
+ - fix(deps): update dependency cheerio to ^1.1.2 - autoclosed [#6789](https://github.com/knapsack-labs/app-monorepo/pull/6789) ([@renovate[bot]](https://github.com/renovate[bot]))
11
+ - fix(deps): update node.js to v20.19.5 [#6337](https://github.com/knapsack-labs/app-monorepo/pull/6337) ([@renovate[bot]](https://github.com/renovate[bot]))
12
+
13
+ #### Authors: 2
14
+
15
+ - [@renovate[bot]](https://github.com/renovate[bot])
16
+ - Sam Alexander ([@sxalexander](https://github.com/sxalexander))
17
+
18
+ ---
19
+
1
20
  # v4.86.6 (Wed Oct 15 2025)
2
21
 
3
22
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-web-components",
3
3
  "description": "Render Web Components",
4
- "version": "4.86.7--canary.d396ceb.0",
4
+ "version": "4.86.7",
5
5
  "main": "dist/renderer-web-components.js",
6
6
  "types": "dist/renderer-web-components.d.ts",
7
7
  "exports": {
@@ -23,19 +23,19 @@
23
23
  },
24
24
  "author": "Knapsack (https://www.knapsack.cloud)",
25
25
  "dependencies": {
26
- "@knapsack/app": "4.86.7--canary.d396ceb.0",
27
- "@knapsack/file-utils": "4.86.7--canary.d396ceb.0",
28
- "@knapsack/types": "4.86.7--canary.d396ceb.0",
29
- "@knapsack/utils": "4.86.7--canary.d396ceb.0",
26
+ "@knapsack/app": "4.86.7",
27
+ "@knapsack/file-utils": "4.86.7",
28
+ "@knapsack/types": "4.86.7",
29
+ "@knapsack/utils": "4.86.7",
30
30
  "cheerio": "^1.1.2",
31
31
  "chokidar": "^3.6.0",
32
32
  "ejs": "^3.1.10",
33
33
  "zod": "^4.0.14"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.86.7--canary.d396ceb.0",
37
- "@knapsack/sandbox-components": "4.86.7--canary.d396ceb.0",
38
- "@knapsack/typescript-config-starter": "4.86.7--canary.d396ceb.0",
36
+ "@knapsack/eslint-config-starter": "4.86.7",
37
+ "@knapsack/sandbox-components": "4.86.7",
38
+ "@knapsack/typescript-config-starter": "4.86.7",
39
39
  "@types/node": "^20.19.22",
40
40
  "custom-elements-manifest": "^2.1.0",
41
41
  "eslint": "^8.57.0",
@@ -51,5 +51,5 @@
51
51
  "directory": "apps/client/renderers/renderer-web-components",
52
52
  "type": "git"
53
53
  },
54
- "gitHead": "d396cebc82aa9e889029da4c34ee1ea8b9d09866"
54
+ "gitHead": "06db8c00ff66883b98cc2f4f0d568084ac43033d"
55
55
  }