@knapsack/core 4.71.8 → 4.71.9--canary.5182.1e6cac3.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 +0 -20
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,23 +1,3 @@
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
-
21
1
  # v4.71.6 (Thu Nov 14 2024)
22
2
 
23
3
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/core",
3
3
  "description": "The core of Knapsack",
4
- "version": "4.71.8",
4
+ "version": "4.71.9--canary.5182.1e6cac3.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -26,14 +26,14 @@
26
26
  },
27
27
  "author": "Knapsack (https://www.knapsack.cloud)",
28
28
  "dependencies": {
29
- "@knapsack/utils": "4.71.8",
29
+ "@knapsack/utils": "4.71.9--canary.5182.1e6cac3.0",
30
30
  "superstruct": "^0.16.7"
31
31
  },
32
32
  "devDependencies": {
33
- "@knapsack/eslint-config-starter": "4.71.8",
34
- "@knapsack/test-ava": "4.71.8",
35
- "@knapsack/types": "4.71.8",
36
- "@knapsack/typescript-config-starter": "4.71.8",
33
+ "@knapsack/eslint-config-starter": "4.71.9--canary.5182.1e6cac3.0",
34
+ "@knapsack/test-ava": "4.71.9--canary.5182.1e6cac3.0",
35
+ "@knapsack/types": "4.71.9--canary.5182.1e6cac3.0",
36
+ "@knapsack/typescript-config-starter": "4.71.9--canary.5182.1e6cac3.0",
37
37
  "@types/node": "^20.17.6",
38
38
  "ava": "^6.2.0",
39
39
  "eslint": "^8.57.0",
@@ -49,5 +49,5 @@
49
49
  "directory": "libs/core",
50
50
  "type": "git"
51
51
  },
52
- "gitHead": "39f90c8941e7947424a29e36d64c06b62148a6a2"
52
+ "gitHead": "1e6cac3ee201b37bb2923af2cef625ad42f0714e"
53
53
  }