@knapsack/sandbox-tokens 4.71.8--canary.5173.c508c0f.0 → 4.71.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +22 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1
|
+
# v4.71.8 (Fri Nov 15 2024)
|
2
|
+
|
3
|
+
#### 🐛 Bug Fix
|
4
|
+
|
5
|
+
- Add button modes for sales demos [#5173](https://github.com/knapsack-labs/app-monorepo/pull/5173) ([@brittanysmart](https://github.com/brittanysmart))
|
6
|
+
- Merge branch 'latest' into feature/KSP-5764-add-button-modes ([@brittanysmart](https://github.com/brittanysmart))
|
7
|
+
- Merge branch 'latest' into GormanDesign-patch-2 ([@GormanDesign](https://github.com/GormanDesign))
|
8
|
+
- feat: add status button variations for sales demos ([@brittanysmart](https://github.com/brittanysmart))
|
9
|
+
|
10
|
+
#### 🏠 Internal
|
11
|
+
|
12
|
+
- update gsk-digital-channels sso page content [#5178](https://github.com/knapsack-labs/app-monorepo/pull/5178) ([@GormanDesign](https://github.com/GormanDesign))
|
13
|
+
- fix figma tiles show processing message indefinitely [#5179](https://github.com/knapsack-labs/app-monorepo/pull/5179) ([@mabry1985](https://github.com/mabry1985))
|
14
|
+
|
15
|
+
#### Authors: 3
|
16
|
+
|
17
|
+
- Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
|
18
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
19
|
+
- Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
|
20
|
+
|
21
|
+
---
|
22
|
+
|
1
23
|
# v4.71.6 (Thu Nov 14 2024)
|
2
24
|
|
3
25
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@knapsack/sandbox-tokens",
|
3
3
|
"description": "",
|
4
|
-
"version": "4.71.8
|
4
|
+
"version": "4.71.8",
|
5
5
|
"type": "module",
|
6
6
|
"exports": {
|
7
7
|
".": {
|
@@ -21,10 +21,10 @@
|
|
21
21
|
"test": "tsc"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@knapsack/app": "4.71.8
|
24
|
+
"@knapsack/app": "4.71.8"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@knapsack/typescript-config-starter": "4.71.8
|
27
|
+
"@knapsack/typescript-config-starter": "4.71.8",
|
28
28
|
"@types/node": "^20.17.6",
|
29
29
|
"typescript": "^5.6.3"
|
30
30
|
},
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"directory": "apps/ui/libs/sandbox-tokens",
|
38
38
|
"type": "git"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "39f90c8941e7947424a29e36d64c06b62148a6a2"
|
41
41
|
}
|