@knapsack/renderer-twig 4.87.7--canary.6883.7c23f56.0 → 4.87.7--canary.6886.810af9c.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.
- package/CHANGELOG.md +24 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v4.87.6 (Wed Nov 05 2025)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- Add comprehensive testing for remaining frameworks and MUI lib [#6876](https://github.com/knapsack-labs/app-monorepo/pull/6876) ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.87.4 (Fri Oct 31 2025)
|
|
14
|
+
|
|
15
|
+
#### 🏠 Internal
|
|
16
|
+
|
|
17
|
+
- adds wider testing to angular renderer [#6871](https://github.com/knapsack-labs/app-monorepo/pull/6871) ([@mabry1985](https://github.com/mabry1985))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.87.3 (Thu Oct 30 2025)
|
|
2
26
|
|
|
3
27
|
#### 🐛 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.87.7--canary.
|
|
4
|
+
"version": "4.87.7--canary.6886.810af9c.0",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"author": "Knapsack (https://www.knapsack.cloud)",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@basalt/twig-renderer": "^3.2.7",
|
|
28
|
-
"@knapsack/app": "4.87.7--canary.
|
|
29
|
-
"@knapsack/file-utils": "4.87.7--canary.
|
|
30
|
-
"@knapsack/types": "4.87.7--canary.
|
|
31
|
-
"@knapsack/utils": "4.87.7--canary.
|
|
28
|
+
"@knapsack/app": "4.87.7--canary.6886.810af9c.0",
|
|
29
|
+
"@knapsack/file-utils": "4.87.7--canary.6886.810af9c.0",
|
|
30
|
+
"@knapsack/types": "4.87.7--canary.6886.810af9c.0",
|
|
31
|
+
"@knapsack/utils": "4.87.7--canary.6886.810af9c.0",
|
|
32
32
|
"ejs": "^3.1.10",
|
|
33
33
|
"zod": "^4.0.14"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@knapsack/eslint-config-starter": "4.87.7--canary.
|
|
37
|
-
"@knapsack/typescript-config-starter": "4.87.7--canary.
|
|
36
|
+
"@knapsack/eslint-config-starter": "4.87.7--canary.6886.810af9c.0",
|
|
37
|
+
"@knapsack/typescript-config-starter": "4.87.7--canary.6886.810af9c.0",
|
|
38
38
|
"eslint": "^8.57.0",
|
|
39
39
|
"typescript": "^5.9.2",
|
|
40
40
|
"vitest": "^3.2.4"
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"directory": "apps/client/renderers/renderer-twig",
|
|
48
48
|
"type": "git"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "810af9ca2fbdc9ddb70fcda0d77ac1791f9d7fbc"
|
|
51
51
|
}
|