@knapsack/update 4.80.0--canary.6087.cd1ae76.0 → 4.80.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.
- package/CHANGELOG.md +19 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
# v4.80.0 (Mon May 05 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- removes migration logic [#6087](https://github.com/knapsack-labs/app-monorepo/pull/6087) ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Merge branch 'latest' into feature/ksp-6472-ads-issues-with-updating-knapsack ([@mabry1985](https://github.com/mabry1985))
|
|
10
|
+
- update error handling ([@mabry1985](https://github.com/mabry1985))
|
|
11
|
+
- removes update time tracking logic ([@mabry1985](https://github.com/mabry1985))
|
|
12
|
+
- removes migration logic ([@mabry1985](https://github.com/mabry1985))
|
|
13
|
+
|
|
14
|
+
#### Authors: 1
|
|
15
|
+
|
|
16
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
1
20
|
# v4.79.2 (Tue Apr 29 2025)
|
|
2
21
|
|
|
3
22
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/update",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.80.0
|
|
4
|
+
"version": "4.80.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.80.0
|
|
22
|
-
"@knapsack/creator-utils": "4.80.0
|
|
23
|
-
"@knapsack/design-token-utils": "4.80.0
|
|
24
|
-
"@knapsack/file-utils": "4.80.0
|
|
25
|
-
"@knapsack/ks-file-utils": "4.80.0
|
|
26
|
-
"@knapsack/tiptap-utils": "4.80.0
|
|
27
|
-
"@knapsack/utils": "4.80.0
|
|
21
|
+
"@knapsack/app": "4.80.0",
|
|
22
|
+
"@knapsack/creator-utils": "4.80.0",
|
|
23
|
+
"@knapsack/design-token-utils": "4.80.0",
|
|
24
|
+
"@knapsack/file-utils": "4.80.0",
|
|
25
|
+
"@knapsack/ks-file-utils": "4.80.0",
|
|
26
|
+
"@knapsack/tiptap-utils": "4.80.0",
|
|
27
|
+
"@knapsack/utils": "4.80.0",
|
|
28
28
|
"cheerio": "^1.0.0",
|
|
29
29
|
"isomorphic-dompurify": "^1.13.0",
|
|
30
30
|
"marked": "^6.0.0",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"yargs": "^17.7.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@knapsack/eslint-config-starter": "4.80.0
|
|
37
|
-
"@knapsack/prettier-config": "4.80.0
|
|
38
|
-
"@knapsack/test-ava": "4.80.0
|
|
39
|
-
"@knapsack/types": "4.80.0
|
|
40
|
-
"@knapsack/typescript-config-starter": "4.80.0
|
|
36
|
+
"@knapsack/eslint-config-starter": "4.80.0",
|
|
37
|
+
"@knapsack/prettier-config": "4.80.0",
|
|
38
|
+
"@knapsack/test-ava": "4.80.0",
|
|
39
|
+
"@knapsack/types": "4.80.0",
|
|
40
|
+
"@knapsack/typescript-config-starter": "4.80.0",
|
|
41
41
|
"@types/node": "^20.17.24",
|
|
42
42
|
"@types/prompts": "^2.4.9",
|
|
43
43
|
"@types/semver": "^7.7.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"directory": "apps/client/update",
|
|
56
56
|
"type": "git"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "e29be877ddcf0e5ef55b56c7168e7618db52cea7"
|
|
59
59
|
}
|