@knapsack/types 4.68.12--canary.569863a.0 → 4.68.12--canary.4626.3fc6813.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 +25 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v4.68.11 (Tue Aug 27 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Fix merge conflict with navs ([@rockymountainhigh1943](https://github.com/rockymountainhigh1943))
6
+ - Merge branch 'latest' into feature/ksp-5388-ability-to-set-the-header-page-background-color-globally ([@GormanDesign](https://github.com/GormanDesign))
7
+ - Merge branch 'feature/ksp-5388-ability-to-set-the-header-page-background-color-globally' of github.com:knapsack-labs/app-monorepo into feature/ksp-5388-ability-to-set-the-header-page-background-color-globally ([@GormanDesign](https://github.com/GormanDesign))
8
+ - Merge branch 'latest' into feature/ksp-5337-add-slot-item-ux-refactor ([@GormanDesign](https://github.com/GormanDesign))
9
+ - Merge remote-tracking branch 'origin/latest' into feature/ksp-5337-add-slot-item-ux-refactor ([@EvanLovely](https://github.com/EvanLovely))
10
+ - adds default page header styles and pattern page styles ([@GormanDesign](https://github.com/GormanDesign))
11
+ - Merge branch 'latest' into feature/ksp-5337-add-slot-item-ux-refactor ([@illepic](https://github.com/illepic))
12
+
13
+ #### 🏠 Internal
14
+
15
+ - adds global hero styles settings and enables hero styles on patterns [#4487](https://github.com/knapsack-labs/app-monorepo/pull/4487) ([@GormanDesign](https://github.com/GormanDesign))
16
+
17
+ #### Authors: 4
18
+
19
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
20
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
21
+ - Jake Love ([@rockymountainhigh1943](https://github.com/rockymountainhigh1943))
22
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
23
+
24
+ ---
25
+
1
26
  # v4.68.9 (Wed Aug 21 2024)
2
27
 
3
28
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/types",
3
3
  "description": "",
4
- "version": "4.68.12--canary.569863a.0",
4
+ "version": "4.68.12--canary.4626.3fc6813.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -38,15 +38,15 @@
38
38
  "test": "ava"
39
39
  },
40
40
  "dependencies": {
41
- "@knapsack/utils": "4.68.12--canary.569863a.0",
41
+ "@knapsack/utils": "4.68.12--canary.4626.3fc6813.0",
42
42
  "color-string": "^1.9.1",
43
43
  "immer": "^10.0.4",
44
44
  "superstruct": "^0.16.7"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.68.12--canary.569863a.0",
48
- "@knapsack/test-ava": "4.68.12--canary.569863a.0",
49
- "@knapsack/typescript-config-starter": "4.68.12--canary.569863a.0",
47
+ "@knapsack/eslint-config-starter": "4.68.12--canary.4626.3fc6813.0",
48
+ "@knapsack/test-ava": "4.68.12--canary.4626.3fc6813.0",
49
+ "@knapsack/typescript-config-starter": "4.68.12--canary.4626.3fc6813.0",
50
50
  "@tiptap/core": "^2.2.4",
51
51
  "@types/color-string": "^1.5.5",
52
52
  "@types/fs-extra": "^11.0.4",
@@ -68,5 +68,5 @@
68
68
  "directory": "libs/types",
69
69
  "type": "git"
70
70
  },
71
- "gitHead": "569863a7925785839a1c430508d5534ee1744d03"
71
+ "gitHead": "3fc6813d7e36963263b1df74afabad5fc5461306"
72
72
  }