@knapsack/rendering-utils 4.75.3--canary.5590.fb917d5.0 → 4.75.3
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 +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# v4.75.3 (Thu Feb 06 2025)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- prevents table of content logic from running when hidden on page, updates tiptap editor [#5570](https://github.com/knapsack-labs/app-monorepo/pull/5570) ([@mabry1985](https://github.com/mabry1985))
|
|
6
|
+
- KSP-6010: turn off cross origin auth [#5562](https://github.com/knapsack-labs/app-monorepo/pull/5562) ([@illepic](https://github.com/illepic))
|
|
7
|
+
|
|
8
|
+
#### Authors: 2
|
|
9
|
+
|
|
10
|
+
- Christopher Bloom ([@illepic](https://github.com/illepic))
|
|
11
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
# v4.75.2 (Wed Feb 05 2025)
|
|
2
16
|
|
|
3
17
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/rendering-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.75.3
|
|
4
|
+
"version": "4.75.3",
|
|
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.75.3
|
|
21
|
+
"@knapsack/utils": "4.75.3"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@knapsack/eslint-config-starter": "4.75.3
|
|
25
|
-
"@knapsack/prettier-config": "4.75.3
|
|
26
|
-
"@knapsack/types": "4.75.3
|
|
27
|
-
"@knapsack/typescript-config-starter": "4.75.3
|
|
24
|
+
"@knapsack/eslint-config-starter": "4.75.3",
|
|
25
|
+
"@knapsack/prettier-config": "4.75.3",
|
|
26
|
+
"@knapsack/types": "4.75.3",
|
|
27
|
+
"@knapsack/typescript-config-starter": "4.75.3",
|
|
28
28
|
"eslint": "^8.57.0",
|
|
29
29
|
"typescript": "^5.6.3"
|
|
30
30
|
},
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"directory": "libs/rendering-utils",
|
|
38
38
|
"type": "git"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "1bb41ae894c2f17dd0a8ac2df270379e706e8005"
|
|
41
41
|
}
|