@knapsack/types 4.68.11--canary.4607.4df523e.0 → 4.68.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.11--canary.4607.4df523e.0",
4
+ "version": "4.68.11",
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.11--canary.4607.4df523e.0",
41
+ "@knapsack/utils": "4.68.11",
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.11--canary.4607.4df523e.0",
48
- "@knapsack/test-ava": "4.68.11--canary.4607.4df523e.0",
49
- "@knapsack/typescript-config-starter": "4.68.11--canary.4607.4df523e.0",
47
+ "@knapsack/eslint-config-starter": "4.68.11",
48
+ "@knapsack/test-ava": "4.68.11",
49
+ "@knapsack/typescript-config-starter": "4.68.11",
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": "4df523e9b41ac03086ad06109c4289b11e92c880"
71
+ "gitHead": "c14d62c334734e5a5f200028325e8ef9e0a231aa"
72
72
  }