@knapsack/renderer-webpack-base 4.78.4--canary.5866.171915e.0 → 4.78.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # v4.78.4 (Wed Mar 26 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix React Renderer ability to handle funky camel casing KSP-6137 [#5866](https://github.com/knapsack-labs/app-monorepo/pull/5866) ([@EvanLovely](https://github.com/EvanLovely))
6
+
7
+ #### Authors: 1
8
+
9
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
10
+
11
+ ---
12
+
13
+ # v4.78.3 (Wed Mar 26 2025)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - strictNullChecks: @knapsack/update [#5788](https://github.com/knapsack-labs/app-monorepo/pull/5788) ([@illepic](https://github.com/illepic))
18
+ - Merge branch 'latest' into docs/supported-browsers ([@mabry1985](https://github.com/mabry1985))
19
+
20
+ #### Authors: 2
21
+
22
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
23
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
24
+
25
+ ---
26
+
1
27
  # v4.78.2 (Mon Mar 24 2025)
2
28
 
3
29
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-webpack-base",
3
3
  "description": "",
4
- "version": "4.78.4--canary.5866.171915e.0",
4
+ "version": "4.78.4",
5
5
  "type": "commonjs",
6
6
  "exports": {
7
7
  ".": {
@@ -23,20 +23,20 @@
23
23
  "test": "time ava"
24
24
  },
25
25
  "dependencies": {
26
- "@knapsack/app": "4.78.4--canary.5866.171915e.0",
27
- "@knapsack/babel-config-starter": "4.78.4--canary.5866.171915e.0",
28
- "@knapsack/file-utils": "4.78.4--canary.5866.171915e.0",
29
- "@knapsack/types": "4.78.4--canary.5866.171915e.0",
30
- "@knapsack/utils": "4.78.4--canary.5866.171915e.0",
26
+ "@knapsack/app": "4.78.4",
27
+ "@knapsack/babel-config-starter": "4.78.4",
28
+ "@knapsack/file-utils": "4.78.4",
29
+ "@knapsack/types": "4.78.4",
30
+ "@knapsack/utils": "4.78.4",
31
31
  "babel-loader": "^9.2.1",
32
32
  "webpack": "^5.97.1",
33
33
  "webpack-manifest-plugin": "^4.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@knapsack/eslint-config-starter": "4.78.4--canary.5866.171915e.0",
37
- "@knapsack/prettier-config": "4.78.4--canary.5866.171915e.0",
38
- "@knapsack/test-ava": "4.78.4--canary.5866.171915e.0",
39
- "@knapsack/typescript-config-starter": "4.78.4--canary.5866.171915e.0",
36
+ "@knapsack/eslint-config-starter": "4.78.4",
37
+ "@knapsack/prettier-config": "4.78.4",
38
+ "@knapsack/test-ava": "4.78.4",
39
+ "@knapsack/typescript-config-starter": "4.78.4",
40
40
  "@types/node": "^20.17.24",
41
41
  "@types/webpack": "^5.28.5",
42
42
  "ava": "^6.2.0",
@@ -52,5 +52,5 @@
52
52
  "directory": "apps/client/libs/renderer-webpack-base",
53
53
  "type": "git"
54
54
  },
55
- "gitHead": "171915e9adb1e49396fbc256cd521a1c4511f09c"
55
+ "gitHead": "8860b8ef1a7906c25c810c3becc0f5b31886c43f"
56
56
  }