@knapsack/schema-utils 4.69.13--canary.4860.ba46b2a.0 → 4.69.13--canary.4739.37477c8.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 -12
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,15 +1,3 @@
1
- # v4.69.12 (Thu Sep 26 2024)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - Merge branch 'latest' into feature/ksp-5560-replace-schema-forms-in-content-blocks ([@GormanDesign](https://github.com/GormanDesign))
6
-
7
- #### Authors: 1
8
-
9
- - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
10
-
11
- ---
12
-
13
1
  # v4.69.11 (Fri Sep 20 2024)
14
2
 
15
3
  #### 🏠 Internal
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.69.13--canary.4860.ba46b2a.0",
4
+ "version": "4.69.13--canary.4739.37477c8.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.7.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@knapsack/eslint-config-starter": "4.69.13--canary.4860.ba46b2a.0",
33
- "@knapsack/typescript-config-starter": "4.69.13--canary.4860.ba46b2a.0",
32
+ "@knapsack/eslint-config-starter": "4.69.13--canary.4739.37477c8.0",
33
+ "@knapsack/typescript-config-starter": "4.69.13--canary.4739.37477c8.0",
34
34
  "eslint": "^8.57.0",
35
35
  "tsup": "^8.2.4"
36
36
  },
@@ -43,5 +43,5 @@
43
43
  "directory": "libs/schema-utils",
44
44
  "type": "git"
45
45
  },
46
- "gitHead": "ba46b2a883fd157220fc50c5e9a86ce53bddabca"
46
+ "gitHead": "37477c8999118bdbe0775dda4dd0c9c640800d46"
47
47
  }