@knapsack/app-client-api 4.72.0--canary.5313.51b7b5f.0 → 4.72.0--canary.5313.a97437c.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1
|
+
# v4.71.17 (Thu Dec 19 2024)
|
2
|
+
|
3
|
+
#### 🏠 Internal
|
4
|
+
|
5
|
+
- Align useForm generic to correct types [#5284](https://github.com/knapsack-labs/app-monorepo/pull/5284) ([@illepic](https://github.com/illepic))
|
6
|
+
- Better error message when app client is unreachable [#5202](https://github.com/knapsack-labs/app-monorepo/pull/5202) ([@freneticpixel](https://github.com/freneticpixel))
|
7
|
+
- restore page view analytics for pattern embeds [#5241](https://github.com/knapsack-labs/app-monorepo/pull/5241) ([@GormanDesign](https://github.com/GormanDesign))
|
8
|
+
|
9
|
+
#### Authors: 3
|
10
|
+
|
11
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
12
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
13
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
14
|
+
|
15
|
+
---
|
16
|
+
|
1
17
|
# v4.71.16 (Thu Dec 05 2024)
|
2
18
|
|
3
19
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/app-client-api",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.72.0--canary.5313.
|
4
|
+
"version": "4.72.0--canary.5313.a97437c.0",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
7
7
|
"types": "./dist/index.d.ts",
|
@@ -21,15 +21,15 @@
|
|
21
21
|
"lint": "eslint ./"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@knapsack/app": "4.72.0--canary.5313.
|
25
|
-
"@knapsack/types": "4.72.0--canary.5313.
|
26
|
-
"@knapsack/utils": "4.72.0--canary.5313.
|
24
|
+
"@knapsack/app": "4.72.0--canary.5313.a97437c.0",
|
25
|
+
"@knapsack/types": "4.72.0--canary.5313.a97437c.0",
|
26
|
+
"@knapsack/utils": "4.72.0--canary.5313.a97437c.0",
|
27
27
|
"cross-fetch": "^4.0.0"
|
28
28
|
},
|
29
29
|
"devDependencies": {
|
30
|
-
"@knapsack/eslint-config-starter": "4.72.0--canary.5313.
|
31
|
-
"@knapsack/prettier-config": "4.72.0--canary.5313.
|
32
|
-
"@knapsack/typescript-config-starter": "4.72.0--canary.5313.
|
30
|
+
"@knapsack/eslint-config-starter": "4.72.0--canary.5313.a97437c.0",
|
31
|
+
"@knapsack/prettier-config": "4.72.0--canary.5313.a97437c.0",
|
32
|
+
"@knapsack/typescript-config-starter": "4.72.0--canary.5313.a97437c.0",
|
33
33
|
"@types/node": "^20.17.8",
|
34
34
|
"eslint": "^8.57.0",
|
35
35
|
"tsup": "^8.3.5",
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"directory": "libs/app-client-api",
|
45
45
|
"type": "git"
|
46
46
|
},
|
47
|
-
"gitHead": "
|
47
|
+
"gitHead": "a97437c019a66de3a3e2dc632c95e31cc99bf8ea"
|
48
48
|
}
|