@knapsack/types 4.69.12--canary.4835.b6144e4.0 → 4.69.12--canary.4835.6eb66fc.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 +23 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,26 @@
1
+ # v4.69.11 (Fri Sep 20 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into patch-asset-set-symlink-fix ([@mabry1985](https://github.com/mabry1985))
6
+ - Merge branch 'latest' into GormanDesign-patch-2 ([@GormanDesign](https://github.com/GormanDesign))
7
+ - Merge branch 'latest' into feature/ksp-5549-select-all-or-select-none-option-for-pattern-grid-block ([@GormanDesign](https://github.com/GormanDesign))
8
+
9
+ #### 🏠 Internal
10
+
11
+ - fix flaky accessibility test [#4833](https://github.com/knapsack-labs/app-monorepo/pull/4833) ([@GormanDesign](https://github.com/GormanDesign))
12
+ - chore(deps): update tiptap to ^2.7.2 [#4822](https://github.com/knapsack-labs/app-monorepo/pull/4822) ([@renovate[bot]](https://github.com/renovate[bot]))
13
+ - chore(deps): update dependency @types/react to ^18.3.8 [#4824](https://github.com/knapsack-labs/app-monorepo/pull/4824) ([@renovate[bot]](https://github.com/renovate[bot]))
14
+ - adds select all option to exclude patterns filters [#4803](https://github.com/knapsack-labs/app-monorepo/pull/4803) ([@GormanDesign](https://github.com/GormanDesign))
15
+
16
+ #### Authors: 3
17
+
18
+ - [@renovate[bot]](https://github.com/renovate[bot])
19
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
20
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
21
+
22
+ ---
23
+
1
24
  # v4.69.10 (Wed Sep 18 2024)
2
25
 
3
26
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/types",
3
3
  "description": "",
4
- "version": "4.69.12--canary.4835.b6144e4.0",
4
+ "version": "4.69.12--canary.4835.6eb66fc.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.69.12--canary.4835.b6144e4.0",
41
+ "@knapsack/utils": "4.69.12--canary.4835.6eb66fc.0",
42
42
  "color-string": "^1.9.1",
43
43
  "immer": "^10.1.1",
44
44
  "superstruct": "^0.16.7"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.12--canary.4835.b6144e4.0",
48
- "@knapsack/test-ava": "4.69.12--canary.4835.b6144e4.0",
49
- "@knapsack/typescript-config-starter": "4.69.12--canary.4835.b6144e4.0",
47
+ "@knapsack/eslint-config-starter": "4.69.12--canary.4835.6eb66fc.0",
48
+ "@knapsack/test-ava": "4.69.12--canary.4835.6eb66fc.0",
49
+ "@knapsack/typescript-config-starter": "4.69.12--canary.4835.6eb66fc.0",
50
50
  "@tiptap/core": "^2.7.2",
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": "b6144e450259287412b4328d63027d7546221ac4"
71
+ "gitHead": "6eb66fc8567839ee761636ce82a9b6d0f955e876"
72
72
  }