@knapsack/renderer-web-components 4.70.0--canary.4628.1068e46.0 → 4.70.0--canary.4433.133de0f.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 +39 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
1
+ # v4.69.3 (Wed Sep 04 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update dependency @types/node to ^20.16.3 [#4643](https://github.com/knapsack-labs/app-monorepo/pull/4643) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+
11
+ ---
12
+
13
+ # v4.69.2 (Fri Aug 30 2024)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - add error info [#4628](https://github.com/knapsack-labs/app-monorepo/pull/4628) ([@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
18
+ - Merge branch 'latest' into EvanLovely-patch-24 ([@mabry1985](https://github.com/mabry1985))
19
+ - add error info ([@EvanLovely](https://github.com/EvanLovely))
20
+
21
+ #### Authors: 2
22
+
23
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
24
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
25
+
26
+ ---
27
+
28
+ # v4.69.1 (Fri Aug 30 2024)
29
+
30
+ #### 🐛 Bug Fix
31
+
32
+ - Merge branch 'latest' into feature/ksp-5460-nested-menu-item-is-finicky ([@GormanDesign](https://github.com/GormanDesign))
33
+
34
+ #### Authors: 1
35
+
36
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
37
+
38
+ ---
39
+
1
40
  # v4.69.0 (Fri Aug 30 2024)
2
41
 
3
42
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-web-components",
3
3
  "description": "Render Web Components",
4
- "version": "4.70.0--canary.4628.1068e46.0",
4
+ "version": "4.70.0--canary.4433.133de0f.0",
5
5
  "main": "dist/renderer-web-components.js",
6
6
  "types": "dist/renderer-web-components.d.ts",
7
7
  "sideEffects": false,
@@ -15,10 +15,10 @@
15
15
  },
16
16
  "author": "Knapsack (https://www.knapsack.cloud)",
17
17
  "dependencies": {
18
- "@knapsack/app": "4.70.0--canary.4628.1068e46.0",
19
- "@knapsack/file-utils": "4.70.0--canary.4628.1068e46.0",
20
- "@knapsack/types": "4.70.0--canary.4628.1068e46.0",
21
- "@knapsack/utils": "4.70.0--canary.4628.1068e46.0",
18
+ "@knapsack/app": "4.70.0--canary.4433.133de0f.0",
19
+ "@knapsack/file-utils": "4.70.0--canary.4433.133de0f.0",
20
+ "@knapsack/types": "4.70.0--canary.4433.133de0f.0",
21
+ "@knapsack/utils": "4.70.0--canary.4433.133de0f.0",
22
22
  "cheerio": "^1.0.0",
23
23
  "chokidar": "^3.6.0",
24
24
  "ejs": "^3.1.10",
@@ -26,11 +26,11 @@
26
26
  "zod": "^3.23.8"
27
27
  },
28
28
  "devDependencies": {
29
- "@knapsack/eslint-config-starter": "4.70.0--canary.4628.1068e46.0",
30
- "@knapsack/test-ava": "4.70.0--canary.4628.1068e46.0",
31
- "@knapsack/typescript-config-starter": "4.70.0--canary.4628.1068e46.0",
29
+ "@knapsack/eslint-config-starter": "4.70.0--canary.4433.133de0f.0",
30
+ "@knapsack/test-ava": "4.70.0--canary.4433.133de0f.0",
31
+ "@knapsack/typescript-config-starter": "4.70.0--canary.4433.133de0f.0",
32
32
  "@types/fs-extra": "^11.0.4",
33
- "@types/node": "^20.16.1",
33
+ "@types/node": "^20.16.5",
34
34
  "ava": "^6.1.3",
35
35
  "eslint": "^8.57.0",
36
36
  "typescript": "^5.5.4",
@@ -44,5 +44,5 @@
44
44
  "directory": "apps/client/renderers/renderer-web-components",
45
45
  "type": "git"
46
46
  },
47
- "gitHead": "1068e46a07492f9079158ec81b2ccb566a234516"
47
+ "gitHead": "133de0f024277534b2d012833b847030e6dcc099"
48
48
  }