@knapsack/renderer-twig 4.88.0--canary.6719.f3daf86.0 → 4.88.0--canary.6959.fe0865f.0

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 +74 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,77 @@
1
+ # v4.87.9 (Thu Nov 20 2025)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - fix(deps): update dependency zod to ^4.1.12 [#6861](https://github.com/knapsack-labs/app-monorepo/pull/6861) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+
11
+ ---
12
+
13
+ # v4.87.7 (Mon Nov 10 2025)
14
+
15
+ #### 🏠 Internal
16
+
17
+ - fix(deps): update typescript [#6863](https://github.com/knapsack-labs/app-monorepo/pull/6863) ([@renovate[bot]](https://github.com/renovate[bot]))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@renovate[bot]](https://github.com/renovate[bot])
22
+
23
+ ---
24
+
25
+ # v4.87.6 (Wed Nov 05 2025)
26
+
27
+ #### 🏠 Internal
28
+
29
+ - Add comprehensive testing for remaining frameworks and MUI lib [#6876](https://github.com/knapsack-labs/app-monorepo/pull/6876) ([@mabry1985](https://github.com/mabry1985))
30
+
31
+ #### Authors: 1
32
+
33
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
34
+
35
+ ---
36
+
37
+ # v4.87.4 (Fri Oct 31 2025)
38
+
39
+ #### 🏠 Internal
40
+
41
+ - adds wider testing to angular renderer [#6871](https://github.com/knapsack-labs/app-monorepo/pull/6871) ([@mabry1985](https://github.com/mabry1985))
42
+
43
+ #### Authors: 1
44
+
45
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
46
+
47
+ ---
48
+
49
+ # v4.87.3 (Thu Oct 30 2025)
50
+
51
+ #### 🐛 Bug Fix
52
+
53
+ - KSP-7041 Fixed allow creating and displaying custom element names for web components [#6719](https://github.com/knapsack-labs/app-monorepo/pull/6719) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
54
+ - Merge branch 'latest' into feature/ksp-7041-issues-with-saving-web-components-template-details-and ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
55
+
56
+ #### Authors: 1
57
+
58
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
59
+
60
+ ---
61
+
62
+ # v4.87.2 (Thu Oct 30 2025)
63
+
64
+ #### 🐛 Bug Fix
65
+
66
+ - KSP-4269 Using a reference within a borderStyle then adding a group then removing group destroys ALL composite references [#6694](https://github.com/knapsack-labs/app-monorepo/pull/6694) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
67
+ - Merge branch 'latest' into feature/ksp-4269-using-a-reference-within-a-borderstyle-then-adding-a-group ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
68
+
69
+ #### Authors: 1
70
+
71
+ - [@EmmanuelVelez](https://github.com/EmmanuelVelez)
72
+
73
+ ---
74
+
1
75
  # v4.87.1 (Thu Oct 30 2025)
2
76
 
3
77
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-twig",
3
3
  "description": "Render Twig",
4
- "version": "4.88.0--canary.6719.f3daf86.0",
4
+ "version": "4.88.0--canary.6959.fe0865f.0",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "exports": {
@@ -25,18 +25,18 @@
25
25
  "author": "Knapsack (https://www.knapsack.cloud)",
26
26
  "dependencies": {
27
27
  "@basalt/twig-renderer": "^3.2.7",
28
- "@knapsack/app": "4.88.0--canary.6719.f3daf86.0",
29
- "@knapsack/file-utils": "4.88.0--canary.6719.f3daf86.0",
30
- "@knapsack/types": "4.88.0--canary.6719.f3daf86.0",
31
- "@knapsack/utils": "4.88.0--canary.6719.f3daf86.0",
28
+ "@knapsack/app": "4.88.0--canary.6959.fe0865f.0",
29
+ "@knapsack/file-utils": "4.88.0--canary.6959.fe0865f.0",
30
+ "@knapsack/types": "4.88.0--canary.6959.fe0865f.0",
31
+ "@knapsack/utils": "4.88.0--canary.6959.fe0865f.0",
32
32
  "ejs": "^3.1.10",
33
- "zod": "^4.0.14"
33
+ "zod": "^4.1.12"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.88.0--canary.6719.f3daf86.0",
37
- "@knapsack/typescript-config-starter": "4.88.0--canary.6719.f3daf86.0",
36
+ "@knapsack/eslint-config-starter": "4.88.0--canary.6959.fe0865f.0",
37
+ "@knapsack/typescript-config-starter": "4.88.0--canary.6959.fe0865f.0",
38
38
  "eslint": "^8.57.0",
39
- "typescript": "^5.9.2",
39
+ "typescript": "^5.9.3",
40
40
  "vitest": "^3.2.4"
41
41
  },
42
42
  "publishConfig": {
@@ -47,5 +47,5 @@
47
47
  "directory": "apps/client/renderers/renderer-twig",
48
48
  "type": "git"
49
49
  },
50
- "gitHead": "f3daf865d4276d7dfecbf135ca8cedcae1fcd845"
50
+ "gitHead": "fe0865f5da85d2a8022066693bb5bb4125eb0b71"
51
51
  }