@knapsack/types 4.68.12--canary.4618.5fb5165.0 → 4.68.12

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 +43 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,46 @@
1
+ # v4.68.12 (Thu Aug 29 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - better Angular Infer Spec KSP-5411 KSP-5412 [#4618](https://github.com/knapsack-labs/app-monorepo/pull/4618) ([@EvanLovely](https://github.com/EvanLovely))
6
+ - Merge branch 'latest' into KSP-5360-infer-mui-component-types ([@brittanysmart](https://github.com/brittanysmart))
7
+
8
+ #### 🏠 Internal
9
+
10
+ - add MUI infer spec test [#4510](https://github.com/knapsack-labs/app-monorepo/pull/4510) ([@brittanysmart](https://github.com/brittanysmart))
11
+
12
+ #### Authors: 2
13
+
14
+ - Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
15
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
16
+
17
+ ---
18
+
19
+ # v4.68.11 (Tue Aug 27 2024)
20
+
21
+ #### 🐛 Bug Fix
22
+
23
+ - Fix merge conflict with navs ([@rockymountainhigh1943](https://github.com/rockymountainhigh1943))
24
+ - Merge branch 'latest' into feature/ksp-5388-ability-to-set-the-header-page-background-color-globally ([@GormanDesign](https://github.com/GormanDesign))
25
+ - 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))
26
+ - Merge branch 'latest' into feature/ksp-5337-add-slot-item-ux-refactor ([@GormanDesign](https://github.com/GormanDesign))
27
+ - Merge remote-tracking branch 'origin/latest' into feature/ksp-5337-add-slot-item-ux-refactor ([@EvanLovely](https://github.com/EvanLovely))
28
+ - adds default page header styles and pattern page styles ([@GormanDesign](https://github.com/GormanDesign))
29
+ - Merge branch 'latest' into feature/ksp-5337-add-slot-item-ux-refactor ([@illepic](https://github.com/illepic))
30
+
31
+ #### 🏠 Internal
32
+
33
+ - 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))
34
+
35
+ #### Authors: 4
36
+
37
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
38
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
39
+ - Jake Love ([@rockymountainhigh1943](https://github.com/rockymountainhigh1943))
40
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
41
+
42
+ ---
43
+
1
44
  # v4.68.9 (Wed Aug 21 2024)
2
45
 
3
46
  #### 🐛 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.4618.5fb5165.0",
4
+ "version": "4.68.12",
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.4618.5fb5165.0",
41
+ "@knapsack/utils": "4.68.12",
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.4618.5fb5165.0",
48
- "@knapsack/test-ava": "4.68.12--canary.4618.5fb5165.0",
49
- "@knapsack/typescript-config-starter": "4.68.12--canary.4618.5fb5165.0",
47
+ "@knapsack/eslint-config-starter": "4.68.12",
48
+ "@knapsack/test-ava": "4.68.12",
49
+ "@knapsack/typescript-config-starter": "4.68.12",
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": "5fb5165c424bf6173bac092792a462957a8f1b0c"
71
+ "gitHead": "34576f43b0130df63fe2f61101ab197228483158"
72
72
  }