@knapsack/renderer-twig 4.71.17--canary.5307.949134f.0 → 4.71.18--canary.5320.afa5aa4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +20 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1
|
+
# v4.71.17 (Thu Dec 19 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Merge branch 'latest' into EvanLovely-patch-27 ([@EvanLovely](https://github.com/EvanLovely))
|
6
|
+
- Merge branch 'latest' into fix-publish-changes-trigger-type-tracking ([@EvanLovely](https://github.com/EvanLovely))
|
7
|
+
|
8
|
+
#### 🏠 Internal
|
9
|
+
|
10
|
+
- Update dependency @basalt/twig-renderer to ^3.2.4 [#5219](https://github.com/knapsack-labs/app-monorepo/pull/5219) ([@renovate[bot]](https://github.com/renovate[bot]))
|
11
|
+
- restore page view analytics for pattern embeds [#5241](https://github.com/knapsack-labs/app-monorepo/pull/5241) ([@GormanDesign](https://github.com/GormanDesign))
|
12
|
+
|
13
|
+
#### Authors: 3
|
14
|
+
|
15
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
16
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
17
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
18
|
+
|
19
|
+
---
|
20
|
+
|
1
21
|
# v4.71.16 (Thu Dec 05 2024)
|
2
22
|
|
3
23
|
#### 🐛 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.71.
|
4
|
+
"version": "4.71.18--canary.5320.afa5aa4.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.71.
|
29
|
-
"@knapsack/file-utils": "4.71.
|
30
|
-
"@knapsack/types": "4.71.
|
28
|
+
"@knapsack/app": "4.71.18--canary.5320.afa5aa4.0",
|
29
|
+
"@knapsack/file-utils": "4.71.18--canary.5320.afa5aa4.0",
|
30
|
+
"@knapsack/types": "4.71.18--canary.5320.afa5aa4.0",
|
31
31
|
"ejs": "^3.1.10"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
|
-
"@knapsack/eslint-config-starter": "4.71.
|
35
|
-
"@knapsack/test-ava": "4.71.
|
36
|
-
"@knapsack/typescript-config-starter": "4.71.
|
34
|
+
"@knapsack/eslint-config-starter": "4.71.18--canary.5320.afa5aa4.0",
|
35
|
+
"@knapsack/test-ava": "4.71.18--canary.5320.afa5aa4.0",
|
36
|
+
"@knapsack/typescript-config-starter": "4.71.18--canary.5320.afa5aa4.0",
|
37
37
|
"ava": "^6.2.0",
|
38
38
|
"eslint": "^8.57.0",
|
39
39
|
"typescript": "^5.6.3"
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"directory": "apps/client/renderers/renderer-twig",
|
47
47
|
"type": "git"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "afa5aa46b9c82d17a27b585bcfd0d904e7f8bd39"
|
50
50
|
}
|