@knapsack/types 4.69.9--canary.32dcae2.0 → 4.69.9
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 +18 -0
- package/dist/acd-test-fixtures/index.js +2 -0
- package/dist/acd-test-fixtures/index.js.map +1 -1
- package/dist/acd-test-fixtures/index.mjs +2 -0
- package/dist/acd-test-fixtures/index.mjs.map +1 -1
- package/dist/acd-test-fixtures/ks-sandbox.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 +3 -77
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -73
- package/dist/index.mjs.map +1 -1
- package/dist/renderer-client-types.d.ts +9 -0
- package/dist/renderer-client-types.d.ts.map +1 -1
- package/dist/renderers.d.ts +0 -105
- package/dist/renderers.d.ts.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# v4.69.9 (Sat Sep 14 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- refactor Renderer clients [#4768](https://github.com/knapsack-labs/app-monorepo/pull/4768) ([@EvanLovely](https://github.com/EvanLovely))
|
|
6
|
+
|
|
7
|
+
#### 🏠 Internal
|
|
8
|
+
|
|
9
|
+
- update template stage ui [#4763](https://github.com/knapsack-labs/app-monorepo/pull/4763) ([@GormanDesign](https://github.com/GormanDesign))
|
|
10
|
+
- add spacing under form feedback banner [#4747](https://github.com/knapsack-labs/app-monorepo/pull/4747) ([@GormanDesign](https://github.com/GormanDesign))
|
|
11
|
+
|
|
12
|
+
#### Authors: 2
|
|
13
|
+
|
|
14
|
+
- Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
|
|
15
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
1
19
|
# v4.69.8 (Thu Sep 12 2024)
|
|
2
20
|
|
|
3
21
|
#### 🐛 Bug Fix
|
|
@@ -10211,6 +10211,7 @@ function DemoApp() {
|
|
|
10211
10211
|
name: "KS Sandbox",
|
|
10212
10212
|
type: "figma",
|
|
10213
10213
|
url: "https://www.figma.com/file/H3Jj1cltfXiGWijrYOaGBi",
|
|
10214
|
+
statusId: "DONE",
|
|
10214
10215
|
version: "4908592494"
|
|
10215
10216
|
},
|
|
10216
10217
|
{
|
|
@@ -10218,6 +10219,7 @@ function DemoApp() {
|
|
|
10218
10219
|
name: "Toby",
|
|
10219
10220
|
type: "figma",
|
|
10220
10221
|
url: "https://www.figma.com/file/RP1xTgbvxPBqYmp3iGUNWc",
|
|
10222
|
+
statusId: "DONE",
|
|
10221
10223
|
version: "4854928582"
|
|
10222
10224
|
}
|
|
10223
10225
|
]
|