@knapsack/sandbox-components 4.81.0--canary.6078.6bf07c6.0 → 4.81.0
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 +66 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,69 @@
|
|
1
|
+
# v4.81.0 (Fri Jun 20 2025)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Merge branch 'latest' into feature/ksp-6428-setup-caching-infer-spec ([@mabry1985](https://github.com/mabry1985))
|
6
|
+
|
7
|
+
#### Authors: 1
|
8
|
+
|
9
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
10
|
+
|
11
|
+
---
|
12
|
+
|
13
|
+
# v4.80.13 (Wed Jun 11 2025)
|
14
|
+
|
15
|
+
#### 🏠 Internal
|
16
|
+
|
17
|
+
- adds shouldRenderOnTransaction false to config [#6207](https://github.com/knapsack-labs/app-monorepo/pull/6207) ([@mabry1985](https://github.com/mabry1985))
|
18
|
+
|
19
|
+
#### Authors: 1
|
20
|
+
|
21
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
22
|
+
|
23
|
+
---
|
24
|
+
|
25
|
+
# v4.80.11 (Thu Jun 05 2025)
|
26
|
+
|
27
|
+
#### 🏠 Internal
|
28
|
+
|
29
|
+
- add default value prop to fieldLinkSelector [#6198](https://github.com/knapsack-labs/app-monorepo/pull/6198) ([@mabry1985](https://github.com/mabry1985))
|
30
|
+
- Update Node.js to v20.19.2 [#5949](https://github.com/knapsack-labs/app-monorepo/pull/5949) ([@renovate[bot]](https://github.com/renovate[bot]))
|
31
|
+
|
32
|
+
#### Authors: 2
|
33
|
+
|
34
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
35
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
36
|
+
|
37
|
+
---
|
38
|
+
|
39
|
+
# v4.80.10 (Wed May 28 2025)
|
40
|
+
|
41
|
+
#### 🏠 Internal
|
42
|
+
|
43
|
+
- Update dependency @segment/analytics-next to ^1.81.0 [#6112](https://github.com/knapsack-labs/app-monorepo/pull/6112) ([@renovate[bot]](https://github.com/renovate[bot]))
|
44
|
+
- Custom domain for gsk sites [#6158](https://github.com/knapsack-labs/app-monorepo/pull/6158) ([@freneticpixel](https://github.com/freneticpixel))
|
45
|
+
- Update axiom SAML connection sign-in url [#6167](https://github.com/knapsack-labs/app-monorepo/pull/6167) ([@freneticpixel](https://github.com/freneticpixel))
|
46
|
+
|
47
|
+
#### Authors: 2
|
48
|
+
|
49
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
50
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
51
|
+
|
52
|
+
---
|
53
|
+
|
54
|
+
# v4.80.8 (Wed May 21 2025)
|
55
|
+
|
56
|
+
#### 🏠 Internal
|
57
|
+
|
58
|
+
- Update firebase sdk to 11.7.1 [#6128](https://github.com/knapsack-labs/app-monorepo/pull/6128) ([@freneticpixel](https://github.com/freneticpixel))
|
59
|
+
- Remove hasura-cli npm package and switch to official binary [#6138](https://github.com/knapsack-labs/app-monorepo/pull/6138) ([@freneticpixel](https://github.com/freneticpixel))
|
60
|
+
|
61
|
+
#### Authors: 1
|
62
|
+
|
63
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
64
|
+
|
65
|
+
---
|
66
|
+
|
1
67
|
# v4.80.3 (Thu May 08 2025)
|
2
68
|
|
3
69
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/sandbox-components",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.81.0
|
4
|
+
"version": "4.81.0",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
7
7
|
"./css": "./dist/css/ks-sandbox-styles.css",
|
@@ -49,12 +49,12 @@
|
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
52
|
-
"@knapsack/eslint-config-starter": "4.81.0
|
53
|
-
"@knapsack/postcss-config-starter": "4.81.0
|
54
|
-
"@knapsack/prettier-config": "4.81.0
|
55
|
-
"@knapsack/sandbox-tokens": "4.81.0
|
56
|
-
"@knapsack/typescript-config-starter": "4.81.0
|
57
|
-
"@types/node": "^20.17.
|
52
|
+
"@knapsack/eslint-config-starter": "4.81.0",
|
53
|
+
"@knapsack/postcss-config-starter": "4.81.0",
|
54
|
+
"@knapsack/prettier-config": "4.81.0",
|
55
|
+
"@knapsack/sandbox-tokens": "4.81.0",
|
56
|
+
"@knapsack/typescript-config-starter": "4.81.0",
|
57
|
+
"@types/node": "^20.17.57",
|
58
58
|
"@types/react": "^18.3.20",
|
59
59
|
"esbuild": "^0.25.2",
|
60
60
|
"eslint": "^8.57.0",
|
@@ -72,5 +72,5 @@
|
|
72
72
|
"directory": "apps/ui/libs/sandbox-components",
|
73
73
|
"type": "git"
|
74
74
|
},
|
75
|
-
"gitHead": "
|
75
|
+
"gitHead": "cc8190461b1c6ca81ccfcfaec1354b17c6d6d9fe"
|
76
76
|
}
|