@knapsack/renderer-web-components 4.69.6 → 4.69.7--canary.4675.8ffc5f5.0

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 +0 -20
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,23 +1,3 @@
1
- # v4.69.6 (Fri Sep 06 2024)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - add default val for web component renderer constructor [#4699](https://github.com/knapsack-labs/app-monorepo/pull/4699) ([@mabry1985](https://github.com/mabry1985))
6
- - Merge branch 'latest' into feature/ksp-5458-anchor-links-not-jumping-to-the-right-spot ([@GormanDesign](https://github.com/GormanDesign))
7
-
8
- #### 🏠 Internal
9
-
10
- - Update dependency @types/node to ^20.16.5 [#4669](https://github.com/knapsack-labs/app-monorepo/pull/4669) ([@renovate[bot]](https://github.com/renovate[bot]))
11
- - restores hash link handling [#4637](https://github.com/knapsack-labs/app-monorepo/pull/4637) ([@GormanDesign](https://github.com/GormanDesign))
12
-
13
- #### Authors: 3
14
-
15
- - [@renovate[bot]](https://github.com/renovate[bot])
16
- - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
17
- - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
18
-
19
- ---
20
-
21
1
  # v4.69.3 (Wed Sep 04 2024)
22
2
 
23
3
  #### 🏠 Internal
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.69.6",
4
+ "version": "4.69.7--canary.4675.8ffc5f5.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.69.6",
19
- "@knapsack/file-utils": "4.69.6",
20
- "@knapsack/types": "4.69.6",
21
- "@knapsack/utils": "4.69.6",
18
+ "@knapsack/app": "4.69.7--canary.4675.8ffc5f5.0",
19
+ "@knapsack/file-utils": "4.69.7--canary.4675.8ffc5f5.0",
20
+ "@knapsack/types": "4.69.7--canary.4675.8ffc5f5.0",
21
+ "@knapsack/utils": "4.69.7--canary.4675.8ffc5f5.0",
22
22
  "cheerio": "^1.0.0",
23
23
  "chokidar": "^3.6.0",
24
24
  "ejs": "^3.1.10",
@@ -26,9 +26,9 @@
26
26
  "zod": "^3.23.8"
27
27
  },
28
28
  "devDependencies": {
29
- "@knapsack/eslint-config-starter": "4.69.6",
30
- "@knapsack/test-ava": "4.69.6",
31
- "@knapsack/typescript-config-starter": "4.69.6",
29
+ "@knapsack/eslint-config-starter": "4.69.7--canary.4675.8ffc5f5.0",
30
+ "@knapsack/test-ava": "4.69.7--canary.4675.8ffc5f5.0",
31
+ "@knapsack/typescript-config-starter": "4.69.7--canary.4675.8ffc5f5.0",
32
32
  "@types/fs-extra": "^11.0.4",
33
33
  "@types/node": "^20.16.5",
34
34
  "ava": "^6.1.3",
@@ -44,5 +44,5 @@
44
44
  "directory": "apps/client/renderers/renderer-web-components",
45
45
  "type": "git"
46
46
  },
47
- "gitHead": "d62812e919a52e32fa037a0c49df44ee424e42f5"
47
+ "gitHead": "8ffc5f5bb46dc254d9e0c4ca0965e90bf781aeb8"
48
48
  }