@knapsack/app-client-api 4.71.9--canary.5152.bf0cf9b.0 → 4.71.9--canary.5182.2291ff1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +8 -8
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/app-client-api",
3
3
  "description": "",
4
- "version": "4.71.9--canary.5152.bf0cf9b.0",
4
+ "version": "4.71.9--canary.5182.2291ff1.0",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -21,15 +21,15 @@
21
21
  "lint": "eslint ./"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/app": "4.71.9--canary.5152.bf0cf9b.0",
25
- "@knapsack/types": "4.71.9--canary.5152.bf0cf9b.0",
26
- "@knapsack/utils": "4.71.9--canary.5152.bf0cf9b.0",
24
+ "@knapsack/app": "4.71.9--canary.5182.2291ff1.0",
25
+ "@knapsack/types": "4.71.9--canary.5182.2291ff1.0",
26
+ "@knapsack/utils": "4.71.9--canary.5182.2291ff1.0",
27
27
  "cross-fetch": "^4.0.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@knapsack/eslint-config-starter": "4.71.9--canary.5152.bf0cf9b.0",
31
- "@knapsack/prettier-config": "4.71.9--canary.5152.bf0cf9b.0",
32
- "@knapsack/typescript-config-starter": "4.71.9--canary.5152.bf0cf9b.0",
30
+ "@knapsack/eslint-config-starter": "4.71.9--canary.5182.2291ff1.0",
31
+ "@knapsack/prettier-config": "4.71.9--canary.5182.2291ff1.0",
32
+ "@knapsack/typescript-config-starter": "4.71.9--canary.5182.2291ff1.0",
33
33
  "@types/node": "^20.17.6",
34
34
  "eslint": "^8.57.0",
35
35
  "tsup": "^8.3.5",
@@ -44,5 +44,5 @@
44
44
  "directory": "libs/app-client-api",
45
45
  "type": "git"
46
46
  },
47
- "gitHead": "bf0cf9b0161f311ed2695b1dc1ddcff8211782c0"
47
+ "gitHead": "2291ff172f5b913b2f421962d37f10490d2f4188"
48
48
  }