@knapsack/types 4.69.7--canary.4675.8ffc5f5.0 → 4.69.7--canary.4532.ed538f1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -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/app-client-data/meta.d.ts +4 -3
- package/dist/app-client-data/meta.d.ts.map +1 -1
- package/dist/design-src.types.d.ts +1 -0
- package/dist/design-src.types.d.ts.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,19 @@
|
|
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
|
+
- restores hash link handling [#4637](https://github.com/knapsack-labs/app-monorepo/pull/4637) ([@GormanDesign](https://github.com/GormanDesign))
|
10
|
+
|
11
|
+
#### Authors: 1
|
12
|
+
|
13
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
14
|
+
|
15
|
+
---
|
16
|
+
|
1
17
|
# v4.69.3 (Wed Sep 04 2024)
|
2
18
|
|
3
19
|
#### 🏠 Internal
|
@@ -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
|
]
|