@knapsack/update 4.71.10--canary.5202.307674e.0 → 4.71.10

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 +12 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.71.10 (Thu Nov 21 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix prop reordering doesnt stick [#5196](https://github.com/knapsack-labs/app-monorepo/pull/5196) ([@mabry1985](https://github.com/mabry1985))
6
+
7
+ #### Authors: 1
8
+
9
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
10
+
11
+ ---
12
+
1
13
  # v4.71.9 (Wed Nov 20 2024)
2
14
 
3
15
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/update",
3
3
  "description": "",
4
- "version": "4.71.10--canary.5202.307674e.0",
4
+ "version": "4.71.10",
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.71.10--canary.5202.307674e.0",
22
- "@knapsack/creator-utils": "4.71.10--canary.5202.307674e.0",
23
- "@knapsack/design-token-utils": "4.71.10--canary.5202.307674e.0",
24
- "@knapsack/file-utils": "4.71.10--canary.5202.307674e.0",
25
- "@knapsack/ks-file-utils": "4.71.10--canary.5202.307674e.0",
26
- "@knapsack/tiptap-utils": "4.71.10--canary.5202.307674e.0",
27
- "@knapsack/utils": "4.71.10--canary.5202.307674e.0",
21
+ "@knapsack/app": "4.71.10",
22
+ "@knapsack/creator-utils": "4.71.10",
23
+ "@knapsack/design-token-utils": "4.71.10",
24
+ "@knapsack/file-utils": "4.71.10",
25
+ "@knapsack/ks-file-utils": "4.71.10",
26
+ "@knapsack/tiptap-utils": "4.71.10",
27
+ "@knapsack/utils": "4.71.10",
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.71.10--canary.5202.307674e.0",
36
- "@knapsack/prettier-config": "4.71.10--canary.5202.307674e.0",
37
- "@knapsack/test-ava": "4.71.10--canary.5202.307674e.0",
38
- "@knapsack/types": "4.71.10--canary.5202.307674e.0",
39
- "@knapsack/typescript-config-starter": "4.71.10--canary.5202.307674e.0",
35
+ "@knapsack/eslint-config-starter": "4.71.10",
36
+ "@knapsack/prettier-config": "4.71.10",
37
+ "@knapsack/test-ava": "4.71.10",
38
+ "@knapsack/types": "4.71.10",
39
+ "@knapsack/typescript-config-starter": "4.71.10",
40
40
  "@types/node": "^20.17.6",
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": "307674e1d2024fcd1e938ce678ae8e71f7cbaed7"
56
+ "gitHead": "7fb1065ea20b3bd742a70ca1ec71ddd98b062bd6"
57
57
  }