@knapsack/schema-utils 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 +4 -4
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/schema-utils",
3
3
  "description": "A Knapsack component that helps build Design Systems",
4
- "version": "4.71.9--canary.5152.bf0cf9b.0",
4
+ "version": "4.71.9--canary.5182.2291ff1.0",
5
5
  "source": "src/schema-utils.ts",
6
6
  "main": "dist/schema-utils.js",
7
7
  "module": "dist/schema-utils.mjs",
@@ -29,8 +29,8 @@
29
29
  "tslib": "^2.8.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@knapsack/eslint-config-starter": "4.71.9--canary.5152.bf0cf9b.0",
33
- "@knapsack/typescript-config-starter": "4.71.9--canary.5152.bf0cf9b.0",
32
+ "@knapsack/eslint-config-starter": "4.71.9--canary.5182.2291ff1.0",
33
+ "@knapsack/typescript-config-starter": "4.71.9--canary.5182.2291ff1.0",
34
34
  "eslint": "^8.57.0",
35
35
  "tsup": "^8.3.5"
36
36
  },
@@ -43,5 +43,5 @@
43
43
  "directory": "libs/schema-utils",
44
44
  "type": "git"
45
45
  },
46
- "gitHead": "bf0cf9b0161f311ed2695b1dc1ddcff8211782c0"
46
+ "gitHead": "2291ff172f5b913b2f421962d37f10490d2f4188"
47
47
  }