@knapsack/rendering-utils 4.71.8--canary.5173.c508c0f.0 → 4.71.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 +20 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# v4.71.8 (Fri Nov 15 2024)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Merge branch 'latest' into feature/KSP-5764-add-button-modes ([@brittanysmart](https://github.com/brittanysmart))
|
|
6
|
+
- Merge branch 'latest' into GormanDesign-patch-2 ([@GormanDesign](https://github.com/GormanDesign))
|
|
7
|
+
|
|
8
|
+
#### 🏠 Internal
|
|
9
|
+
|
|
10
|
+
- update gsk-digital-channels sso page content [#5178](https://github.com/knapsack-labs/app-monorepo/pull/5178) ([@GormanDesign](https://github.com/GormanDesign))
|
|
11
|
+
- fix figma tiles show processing message indefinitely [#5179](https://github.com/knapsack-labs/app-monorepo/pull/5179) ([@mabry1985](https://github.com/mabry1985))
|
|
12
|
+
|
|
13
|
+
#### Authors: 3
|
|
14
|
+
|
|
15
|
+
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
|
16
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
17
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v4.71.6 (Thu Nov 14 2024)
|
|
2
22
|
|
|
3
23
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/rendering-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.71.8
|
|
4
|
+
"version": "4.71.8",
|
|
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.71.8
|
|
21
|
+
"@knapsack/utils": "4.71.8"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@knapsack/eslint-config-starter": "4.71.8
|
|
25
|
-
"@knapsack/prettier-config": "4.71.8
|
|
26
|
-
"@knapsack/types": "4.71.8
|
|
27
|
-
"@knapsack/typescript-config-starter": "4.71.8
|
|
24
|
+
"@knapsack/eslint-config-starter": "4.71.8",
|
|
25
|
+
"@knapsack/prettier-config": "4.71.8",
|
|
26
|
+
"@knapsack/types": "4.71.8",
|
|
27
|
+
"@knapsack/typescript-config-starter": "4.71.8",
|
|
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": "39f90c8941e7947424a29e36d64c06b62148a6a2"
|
|
41
41
|
}
|