@knapsack/ks-file-utils 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/ks-file-utils",
3
3
  "description": "Utilities for working with Knapsack data files",
4
- "version": "4.71.8",
4
+ "version": "4.71.9--canary.5182.1e6cac3.0",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -19,14 +19,14 @@
19
19
  "start": "tsc --watch"
20
20
  },
21
21
  "dependencies": {
22
- "@knapsack/file-utils": "4.71.8",
23
- "@knapsack/utils": "4.71.8",
22
+ "@knapsack/file-utils": "4.71.9--canary.5182.1e6cac3.0",
23
+ "@knapsack/utils": "4.71.9--canary.5182.1e6cac3.0",
24
24
  "fs-extra": "^11.2.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/eslint-config-starter": "4.71.8",
28
- "@knapsack/types": "4.71.8",
29
- "@knapsack/typescript-config-starter": "4.71.8",
27
+ "@knapsack/eslint-config-starter": "4.71.9--canary.5182.1e6cac3.0",
28
+ "@knapsack/types": "4.71.9--canary.5182.1e6cac3.0",
29
+ "@knapsack/typescript-config-starter": "4.71.9--canary.5182.1e6cac3.0",
30
30
  "@types/fs-extra": "^11.0.4",
31
31
  "@types/node": "^20.17.6",
32
32
  "eslint": "^8.57.0",
@@ -40,5 +40,5 @@
40
40
  "directory": "libs/ks-file-utils",
41
41
  "type": "git"
42
42
  },
43
- "gitHead": "39f90c8941e7947424a29e36d64c06b62148a6a2"
43
+ "gitHead": "1e6cac3ee201b37bb2923af2cef625ad42f0714e"
44
44
  }