@knapsack/renderer-twig 4.71.17--canary.5251.cc77be8.0 → 4.71.17--canary.5261.42b3c62.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 +13 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v4.71.16 (Thu Dec 05 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - refactor React Renderer to use `tsc` for build [#5224](https://github.com/knapsack-labs/app-monorepo/pull/5224) ([@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
6
+
7
+ #### Authors: 2
8
+
9
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
11
+
12
+ ---
13
+
1
14
  # v4.71.13 (Wed Dec 04 2024)
2
15
 
3
16
  #### 🐛 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.17--canary.5251.cc77be8.0",
4
+ "version": "4.71.17--canary.5261.42b3c62.0",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "exports": {
@@ -24,16 +24,16 @@
24
24
  },
25
25
  "author": "Knapsack (https://www.knapsack.cloud)",
26
26
  "dependencies": {
27
- "@basalt/twig-renderer": "^3.2.2",
28
- "@knapsack/app": "4.71.17--canary.5251.cc77be8.0",
29
- "@knapsack/file-utils": "4.71.17--canary.5251.cc77be8.0",
30
- "@knapsack/types": "4.71.17--canary.5251.cc77be8.0",
27
+ "@basalt/twig-renderer": "^3.2.4",
28
+ "@knapsack/app": "4.71.17--canary.5261.42b3c62.0",
29
+ "@knapsack/file-utils": "4.71.17--canary.5261.42b3c62.0",
30
+ "@knapsack/types": "4.71.17--canary.5261.42b3c62.0",
31
31
  "ejs": "^3.1.10"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "4.71.17--canary.5251.cc77be8.0",
35
- "@knapsack/test-ava": "4.71.17--canary.5251.cc77be8.0",
36
- "@knapsack/typescript-config-starter": "4.71.17--canary.5251.cc77be8.0",
34
+ "@knapsack/eslint-config-starter": "4.71.17--canary.5261.42b3c62.0",
35
+ "@knapsack/test-ava": "4.71.17--canary.5261.42b3c62.0",
36
+ "@knapsack/typescript-config-starter": "4.71.17--canary.5261.42b3c62.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": "cc77be82a604261c193f9d4a69c6acb57cd3e5e0"
49
+ "gitHead": "42b3c620750546b2f2ba0d9a2ec5671b147de668"
50
50
  }