@knapsack/rendering-utils 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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/CHANGELOG.md +52 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-lint.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
|
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.10 (Wed May 28 2025)
|
|
26
|
+
|
|
27
|
+
#### 🏠 Internal
|
|
28
|
+
|
|
29
|
+
- 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]))
|
|
30
|
+
- Custom domain for gsk sites [#6158](https://github.com/knapsack-labs/app-monorepo/pull/6158) ([@freneticpixel](https://github.com/freneticpixel))
|
|
31
|
+
- Update axiom SAML connection sign-in url [#6167](https://github.com/knapsack-labs/app-monorepo/pull/6167) ([@freneticpixel](https://github.com/freneticpixel))
|
|
32
|
+
|
|
33
|
+
#### Authors: 2
|
|
34
|
+
|
|
35
|
+
- [@renovate[bot]](https://github.com/renovate[bot])
|
|
36
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
# v4.80.8 (Wed May 21 2025)
|
|
41
|
+
|
|
42
|
+
#### 🏠 Internal
|
|
43
|
+
|
|
44
|
+
- Update firebase sdk to 11.7.1 [#6128](https://github.com/knapsack-labs/app-monorepo/pull/6128) ([@freneticpixel](https://github.com/freneticpixel))
|
|
45
|
+
- 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))
|
|
46
|
+
|
|
47
|
+
#### Authors: 1
|
|
48
|
+
|
|
49
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
1
53
|
# v4.80.3 (Thu May 08 2025)
|
|
2
54
|
|
|
3
55
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/rendering-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.81.0
|
|
4
|
+
"version": "4.81.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"lint": "eslint ./"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@knapsack/utils": "4.81.0
|
|
21
|
+
"@knapsack/utils": "4.81.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@knapsack/eslint-config-starter": "4.81.0
|
|
25
|
-
"@knapsack/prettier-config": "4.81.0
|
|
26
|
-
"@knapsack/types": "4.81.0
|
|
27
|
-
"@knapsack/typescript-config-starter": "4.81.0
|
|
24
|
+
"@knapsack/eslint-config-starter": "4.81.0",
|
|
25
|
+
"@knapsack/prettier-config": "4.81.0",
|
|
26
|
+
"@knapsack/types": "4.81.0",
|
|
27
|
+
"@knapsack/typescript-config-starter": "4.81.0",
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
29
|
"typescript": "^5.8.3"
|
|
30
30
|
},
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"directory": "libs/rendering-utils",
|
|
38
38
|
"type": "git"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "cc8190461b1c6ca81ccfcfaec1354b17c6d6d9fe"
|
|
41
41
|
}
|