@knapsack/update 4.69.6 → 4.69.7--canary.4675.8ffc5f5.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 -20
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,23 +1,3 @@
1
- # v4.69.6 (Fri Sep 06 2024)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Merge branch 'latest' into feature/ksp-5458-anchor-links-not-jumping-to-the-right-spot ([@GormanDesign](https://github.com/GormanDesign))
6
-
7
- #### 🏠 Internal
8
-
9
- - 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]))
10
- - restores hash link handling [#4637](https://github.com/knapsack-labs/app-monorepo/pull/4637) ([@GormanDesign](https://github.com/GormanDesign))
11
- - Update marked package to v6 and remove @types/marked [#4678](https://github.com/knapsack-labs/app-monorepo/pull/4678) ([@greylabel](https://github.com/greylabel))
12
-
13
- #### Authors: 3
14
-
15
- - [@renovate[bot]](https://github.com/renovate[bot])
16
- - Grant Gaudet ([@greylabel](https://github.com/greylabel))
17
- - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
18
-
19
- ---
20
-
21
1
  # v4.69.5 (Wed Sep 04 2024)
22
2
 
23
3
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/update",
3
3
  "description": "",
4
- "version": "4.69.6",
4
+ "version": "4.69.7--canary.4675.8ffc5f5.0",
5
5
  "bin": {
6
6
  "knapsack-update": "./cli.js"
7
7
  },
@@ -18,13 +18,13 @@
18
18
  "test": "ava"
19
19
  },
20
20
  "dependencies": {
21
- "@knapsack/app": "4.69.6",
22
- "@knapsack/creator-utils": "4.69.6",
23
- "@knapsack/design-token-utils": "4.69.6",
24
- "@knapsack/file-utils": "4.69.6",
25
- "@knapsack/ks-file-utils": "4.69.6",
26
- "@knapsack/tiptap-utils": "4.69.6",
27
- "@knapsack/utils": "4.69.6",
21
+ "@knapsack/app": "4.69.7--canary.4675.8ffc5f5.0",
22
+ "@knapsack/creator-utils": "4.69.7--canary.4675.8ffc5f5.0",
23
+ "@knapsack/design-token-utils": "4.69.7--canary.4675.8ffc5f5.0",
24
+ "@knapsack/file-utils": "4.69.7--canary.4675.8ffc5f5.0",
25
+ "@knapsack/ks-file-utils": "4.69.7--canary.4675.8ffc5f5.0",
26
+ "@knapsack/tiptap-utils": "4.69.7--canary.4675.8ffc5f5.0",
27
+ "@knapsack/utils": "4.69.7--canary.4675.8ffc5f5.0",
28
28
  "cheerio": "^1.0.0",
29
29
  "isomorphic-dompurify": "^1.13.0",
30
30
  "marked": "^6.0.0",
@@ -32,11 +32,11 @@
32
32
  "yargs": "^17.7.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@knapsack/eslint-config-starter": "4.69.6",
36
- "@knapsack/prettier-config": "4.69.6",
37
- "@knapsack/test-ava": "4.69.6",
38
- "@knapsack/types": "4.69.6",
39
- "@knapsack/typescript-config-starter": "4.69.6",
35
+ "@knapsack/eslint-config-starter": "4.69.7--canary.4675.8ffc5f5.0",
36
+ "@knapsack/prettier-config": "4.69.7--canary.4675.8ffc5f5.0",
37
+ "@knapsack/test-ava": "4.69.7--canary.4675.8ffc5f5.0",
38
+ "@knapsack/types": "4.69.7--canary.4675.8ffc5f5.0",
39
+ "@knapsack/typescript-config-starter": "4.69.7--canary.4675.8ffc5f5.0",
40
40
  "@types/node": "^20.16.5",
41
41
  "@types/prompts": "^2.4.9",
42
42
  "@types/yargs": "^17.0.33",
@@ -53,5 +53,5 @@
53
53
  "directory": "apps/client/update",
54
54
  "type": "git"
55
55
  },
56
- "gitHead": "d62812e919a52e32fa037a0c49df44ee424e42f5"
56
+ "gitHead": "8ffc5f5bb46dc254d9e0c4ca0965e90bf781aeb8"
57
57
  }