@knapsack/renderer-twig 4.69.9--canary.4768.997c53b.0 → 4.69.9--canary.011c229.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.69.8 (Thu Sep 12 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - refactor Renderers for cleaner types [#4746](https://github.com/knapsack-labs/app-monorepo/pull/4746) ([@EvanLovely](https://github.com/EvanLovely))
6
+
7
+ #### Authors: 1
8
+
9
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
+
11
+ ---
12
+
1
13
  # v4.69.7 (Wed Sep 11 2024)
2
14
 
3
15
  #### 🐛 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.69.9--canary.4768.997c53b.0",
4
+ "version": "4.69.9--canary.011c229.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.2",
28
- "@knapsack/app": "4.69.9--canary.4768.997c53b.0",
29
- "@knapsack/file-utils": "4.69.9--canary.4768.997c53b.0",
30
- "@knapsack/types": "4.69.9--canary.4768.997c53b.0",
28
+ "@knapsack/app": "4.69.9--canary.011c229.0",
29
+ "@knapsack/file-utils": "4.69.9--canary.011c229.0",
30
+ "@knapsack/types": "4.69.9--canary.011c229.0",
31
31
  "ejs": "^3.1.10"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "4.69.9--canary.4768.997c53b.0",
35
- "@knapsack/test-ava": "4.69.9--canary.4768.997c53b.0",
36
- "@knapsack/typescript-config-starter": "4.69.9--canary.4768.997c53b.0",
34
+ "@knapsack/eslint-config-starter": "4.69.9--canary.011c229.0",
35
+ "@knapsack/test-ava": "4.69.9--canary.011c229.0",
36
+ "@knapsack/typescript-config-starter": "4.69.9--canary.011c229.0",
37
37
  "ava": "^6.1.3",
38
38
  "eslint": "^8.57.0",
39
39
  "typescript": "^5.5.4"
@@ -46,5 +46,5 @@
46
46
  "directory": "apps/client/renderers/renderer-twig",
47
47
  "type": "git"
48
48
  },
49
- "gitHead": "997c53b517d93e9800048817dbb4b781d7284977"
49
+ "gitHead": "011c2299709b81055e8f3a7258aa5e4b015a3023"
50
50
  }