@knapsack/sandbox-components 4.69.0 → 4.69.1

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 +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.69.1 (Fri Aug 30 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-5460-nested-menu-item-is-finicky ([@GormanDesign](https://github.com/GormanDesign))
6
+
7
+ #### Authors: 1
8
+
9
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
10
+
11
+ ---
12
+
1
13
  # v4.69.0 (Fri Aug 30 2024)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.69.0",
4
+ "version": "4.69.1",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -44,11 +44,11 @@
44
44
  "vue": "^3.4.27"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.69.0",
48
- "@knapsack/postcss-config-starter": "4.69.0",
49
- "@knapsack/prettier-config": "4.69.0",
50
- "@knapsack/sandbox-tokens": "4.69.0",
51
- "@knapsack/typescript-config-starter": "4.69.0",
47
+ "@knapsack/eslint-config-starter": "4.69.1",
48
+ "@knapsack/postcss-config-starter": "4.69.1",
49
+ "@knapsack/prettier-config": "4.69.1",
50
+ "@knapsack/sandbox-tokens": "4.69.1",
51
+ "@knapsack/typescript-config-starter": "4.69.1",
52
52
  "@types/node": "^20.16.1",
53
53
  "@types/react": "^18.3.3",
54
54
  "esbuild": "^0.20.2",
@@ -68,5 +68,5 @@
68
68
  "directory": "apps/ui/libs/sandbox-components",
69
69
  "type": "git"
70
70
  },
71
- "gitHead": "929e46cc869f32893c4d7ce80f49171f206967ce"
71
+ "gitHead": "37e6ac2c16c632a521aba1a2b73edee072e7842e"
72
72
  }