@knapsack/rendering-utils 4.85.8--canary.6676.23929ed.0 → 4.85.8
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 +13 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v4.85.8 (Mon Sep 29 2025)
|
|
2
|
+
|
|
3
|
+
#### 🏠 Internal
|
|
4
|
+
|
|
5
|
+
- Add appUiLatestUrl to sites and configured app-ui to use if available [#6667](https://github.com/knapsack-labs/app-monorepo/pull/6667) ([@freneticpixel](https://github.com/freneticpixel))
|
|
6
|
+
- Bitbucket DC bug fixes [#6671](https://github.com/knapsack-labs/app-monorepo/pull/6671) ([@freneticpixel](https://github.com/freneticpixel))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Jim Frenette ([@freneticpixel](https://github.com/freneticpixel))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v4.85.7 (Thu Sep 25 2025)
|
|
2
15
|
|
|
3
16
|
#### 🏠 Internal
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/rendering-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.85.8
|
|
4
|
+
"version": "4.85.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"test": "ava"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@knapsack/tiptap-utils": "4.85.8
|
|
29
|
-
"@knapsack/utils": "4.85.8
|
|
28
|
+
"@knapsack/tiptap-utils": "4.85.8",
|
|
29
|
+
"@knapsack/utils": "4.85.8",
|
|
30
30
|
"isomorphic-dompurify": "^1.13.0",
|
|
31
31
|
"marked": "^6.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@knapsack/eslint-config-starter": "4.85.8
|
|
35
|
-
"@knapsack/prettier-config": "4.85.8
|
|
36
|
-
"@knapsack/test-ava": "4.85.8
|
|
37
|
-
"@knapsack/types": "4.85.8
|
|
38
|
-
"@knapsack/typescript-config-starter": "4.85.8
|
|
34
|
+
"@knapsack/eslint-config-starter": "4.85.8",
|
|
35
|
+
"@knapsack/prettier-config": "4.85.8",
|
|
36
|
+
"@knapsack/test-ava": "4.85.8",
|
|
37
|
+
"@knapsack/types": "4.85.8",
|
|
38
|
+
"@knapsack/typescript-config-starter": "4.85.8",
|
|
39
39
|
"@types/node": "^20.17.57",
|
|
40
40
|
"ava": "^6.4.1",
|
|
41
41
|
"eslint": "^8.57.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"directory": "libs/rendering-utils",
|
|
51
51
|
"type": "git"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "19f6b514759bb2186f4a9b98c1856cd98a49817e"
|
|
54
54
|
}
|