@knapsack/renderer-web-components 4.68.10 → 4.68.11--canary.4487.bc67cf5.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 +0 -35
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,38 +1,3 @@
1
- # v4.68.9 (Wed Aug 21 2024)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Merge branch 'latest' into feature/ksp-5348-improve-understanding-of-collectionsvariables-vs-tokens ([@GormanDesign](https://github.com/GormanDesign))
6
-
7
- #### 🏠 Internal
8
-
9
- - rename collections to variables [#4475](https://github.com/knapsack-labs/app-monorepo/pull/4475) ([@GormanDesign](https://github.com/GormanDesign))
10
-
11
- #### Authors: 1
12
-
13
- - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
14
-
15
- ---
16
-
17
- # v4.68.6 (Wed Aug 21 2024)
18
-
19
- #### 🐛 Bug Fix
20
-
21
- - Merge branch 'latest' into patch-angular-app-imports ([@mabry1985](https://github.com/mabry1985))
22
-
23
- #### 🏠 Internal
24
-
25
- - Update dependency cheerio to v1.0.0 [#4540](https://github.com/knapsack-labs/app-monorepo/pull/4540) ([@renovate[bot]](https://github.com/renovate[bot]) [@greylabel](https://github.com/greylabel))
26
- - Update Typescript [#4240](https://github.com/knapsack-labs/app-monorepo/pull/4240) ([@renovate[bot]](https://github.com/renovate[bot]))
27
-
28
- #### Authors: 3
29
-
30
- - [@renovate[bot]](https://github.com/renovate[bot])
31
- - Grant Gaudet ([@greylabel](https://github.com/greylabel))
32
- - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
33
-
34
- ---
35
-
36
1
  # v4.68.2 (Wed Aug 21 2024)
37
2
 
38
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.68.10",
4
+ "version": "4.68.11--canary.4487.bc67cf5.0",
5
5
  "main": "dist/renderer-web-components.js",
6
6
  "types": "dist/renderer-web-components.d.ts",
7
7
  "sideEffects": false,
@@ -15,17 +15,17 @@
15
15
  },
16
16
  "author": "Knapsack (https://www.knapsack.cloud)",
17
17
  "dependencies": {
18
- "@knapsack/app": "4.68.10",
19
- "@knapsack/file-utils": "4.68.10",
20
- "@knapsack/types": "4.68.10",
21
- "cheerio": "^1.0.0",
18
+ "@knapsack/app": "4.68.11--canary.4487.bc67cf5.0",
19
+ "@knapsack/file-utils": "4.68.11--canary.4487.bc67cf5.0",
20
+ "@knapsack/types": "4.68.11--canary.4487.bc67cf5.0",
21
+ "cheerio": "^1.0.0-rc.12",
22
22
  "ejs": "^3.1.10",
23
23
  "fs-extra": "^11.2.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@knapsack/eslint-config-starter": "4.68.10",
27
- "@knapsack/test-ava": "4.68.10",
28
- "@knapsack/typescript-config-starter": "4.68.10",
26
+ "@knapsack/eslint-config-starter": "4.68.11--canary.4487.bc67cf5.0",
27
+ "@knapsack/test-ava": "4.68.11--canary.4487.bc67cf5.0",
28
+ "@knapsack/typescript-config-starter": "4.68.11--canary.4487.bc67cf5.0",
29
29
  "@types/fs-extra": "^11.0.4",
30
30
  "@types/node": "^20.16.1",
31
31
  "ava": "^6.1.3",
@@ -41,5 +41,5 @@
41
41
  "directory": "apps/client/renderers/renderer-web-components",
42
42
  "type": "git"
43
43
  },
44
- "gitHead": "4ff4c429c3b84507fc72834c3e3dd664150709c5"
44
+ "gitHead": "bc67cf5af5b9f874c6d54421108f61aa93253afa"
45
45
  }