@knapsack/renderer-twig 4.79.0--canary.5756.c6d3919.0 → 4.79.0--canary.5786.bed70a8.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.78.2 (Mon Mar 24 2025)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- Abandon open prs when branch deleted [#5836](https://github.com/knapsack-labs/app-monorepo/pull/5836) ([@freneticpixel](https://github.com/freneticpixel))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
13
|
+
# v4.78.1 (Mon Mar 24 2025)
|
14
|
+
|
15
|
+
#### 🐛 Bug Fix
|
16
|
+
|
17
|
+
- Merge branch 'latest' into feature/ksp-6139-send-mandrill-event-logs-to-datadog ([@freneticpixel](https://github.com/freneticpixel))
|
18
|
+
|
19
|
+
#### Authors: 1
|
20
|
+
|
21
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
22
|
+
|
23
|
+
---
|
24
|
+
|
1
25
|
# v4.78.0 (Wed Mar 19 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.79.0--canary.
|
4
|
+
"version": "4.79.0--canary.5786.bed70a8.0",
|
5
5
|
"main": "index.js",
|
6
6
|
"types": "index.d.ts",
|
7
7
|
"exports": {
|
@@ -25,15 +25,15 @@
|
|
25
25
|
"author": "Knapsack (https://www.knapsack.cloud)",
|
26
26
|
"dependencies": {
|
27
27
|
"@basalt/twig-renderer": "^3.2.4",
|
28
|
-
"@knapsack/app": "4.79.0--canary.
|
29
|
-
"@knapsack/file-utils": "4.79.0--canary.
|
30
|
-
"@knapsack/types": "4.79.0--canary.
|
28
|
+
"@knapsack/app": "4.79.0--canary.5786.bed70a8.0",
|
29
|
+
"@knapsack/file-utils": "4.79.0--canary.5786.bed70a8.0",
|
30
|
+
"@knapsack/types": "4.79.0--canary.5786.bed70a8.0",
|
31
31
|
"ejs": "^3.1.10"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@knapsack/eslint-config-starter": "4.79.0--canary.
|
35
|
-
"@knapsack/test-ava": "4.79.0--canary.
|
36
|
-
"@knapsack/typescript-config-starter": "4.79.0--canary.
|
34
|
+
"@knapsack/eslint-config-starter": "4.79.0--canary.5786.bed70a8.0",
|
35
|
+
"@knapsack/test-ava": "4.79.0--canary.5786.bed70a8.0",
|
36
|
+
"@knapsack/typescript-config-starter": "4.79.0--canary.5786.bed70a8.0",
|
37
37
|
"ava": "^6.2.0",
|
38
38
|
"eslint": "^8.57.0",
|
39
39
|
"typescript": "^5.7.3"
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"directory": "apps/client/renderers/renderer-twig",
|
47
47
|
"type": "git"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "bed70a8fc3307d2d7e4128f8bf82b415fa586877"
|
50
50
|
}
|