@knapsack/types 4.69.14--canary.4821.246c5f4.0 → 4.69.15--canary.4433.ca0920f.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +30 -0
- package/dist/acd-test-fixtures/index.js +0 -2
- package/dist/acd-test-fixtures/index.js.map +1 -1
- package/dist/acd-test-fixtures/index.mjs +0 -2
- package/dist/acd-test-fixtures/index.mjs.map +1 -1
- package/dist/acd-test-fixtures/ks-sandbox.d.ts.map +1 -1
- package/dist/app-client-data/meta.d.ts +1 -0
- package/dist/app-client-data/meta.d.ts.map +1 -1
- package/dist/design-src.types.d.ts +1 -1
- package/dist/design-src.types.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/renderers.d.ts +0 -17
- package/dist/renderers.d.ts.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1
|
+
# v4.69.14 (Fri Sep 27 2024)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- spec docs uses collapse instead of accordion [#4862](https://github.com/knapsack-labs/app-monorepo/pull/4862) ([@GormanDesign](https://github.com/GormanDesign))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
13
|
+
# v4.69.13 (Thu Sep 26 2024)
|
14
|
+
|
15
|
+
#### 🐛 Bug Fix
|
16
|
+
|
17
|
+
- update design src user flow to be async [#4739](https://github.com/knapsack-labs/app-monorepo/pull/4739) ([@mabry1985](https://github.com/mabry1985))
|
18
|
+
- Merge branch 'latest' into feature/ksp-5512-create-add-design-src-file-async-mutation ([@mabry1985](https://github.com/mabry1985))
|
19
|
+
- removes statusId from client db ([@mabry1985](https://github.com/mabry1985))
|
20
|
+
|
21
|
+
#### 🏠 Internal
|
22
|
+
|
23
|
+
- refactors user flow for updating design src files [#4769](https://github.com/knapsack-labs/app-monorepo/pull/4769) ([@mabry1985](https://github.com/mabry1985))
|
24
|
+
|
25
|
+
#### Authors: 1
|
26
|
+
|
27
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
28
|
+
|
29
|
+
---
|
30
|
+
|
1
31
|
# v4.69.12 (Thu Sep 26 2024)
|
2
32
|
|
3
33
|
#### 🐛 Bug Fix
|
@@ -10211,7 +10211,6 @@ function DemoApp() {
|
|
10211
10211
|
name: "KS Sandbox",
|
10212
10212
|
type: "figma",
|
10213
10213
|
url: "https://www.figma.com/file/H3Jj1cltfXiGWijrYOaGBi",
|
10214
|
-
statusId: "DONE",
|
10215
10214
|
version: "4908592494"
|
10216
10215
|
},
|
10217
10216
|
{
|
@@ -10219,7 +10218,6 @@ function DemoApp() {
|
|
10219
10218
|
name: "Toby",
|
10220
10219
|
type: "figma",
|
10221
10220
|
url: "https://www.figma.com/file/RP1xTgbvxPBqYmp3iGUNWc",
|
10222
|
-
statusId: "DONE",
|
10223
10221
|
version: "4854928582"
|
10224
10222
|
}
|
10225
10223
|
]
|