@knapsack/sandbox-components 4.70.0--canary.4628.1068e46.0 → 4.70.0--canary.4433.133de0f.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 +51 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,54 @@
1
+ # v4.69.4 (Wed Sep 04 2024)
2
+
3
+ #### 🏠 Internal
4
+
5
+ - Update dependency lit to ^2.8.0 [#4667](https://github.com/knapsack-labs/app-monorepo/pull/4667) ([@renovate[bot]](https://github.com/renovate[bot]))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@renovate[bot]](https://github.com/renovate[bot])
10
+
11
+ ---
12
+
13
+ # v4.69.3 (Wed Sep 04 2024)
14
+
15
+ #### 🏠 Internal
16
+
17
+ - Update dependency @types/react to ^18.3.5 [#4658](https://github.com/knapsack-labs/app-monorepo/pull/4658) ([@renovate[bot]](https://github.com/renovate[bot]))
18
+ - Update dependency @types/node to ^20.16.3 [#4643](https://github.com/knapsack-labs/app-monorepo/pull/4643) ([@renovate[bot]](https://github.com/renovate[bot]))
19
+
20
+ #### Authors: 1
21
+
22
+ - [@renovate[bot]](https://github.com/renovate[bot])
23
+
24
+ ---
25
+
26
+ # v4.69.2 (Fri Aug 30 2024)
27
+
28
+ #### 🐛 Bug Fix
29
+
30
+ - add error info [#4628](https://github.com/knapsack-labs/app-monorepo/pull/4628) ([@EvanLovely](https://github.com/EvanLovely) [@mabry1985](https://github.com/mabry1985))
31
+ - Merge branch 'latest' into EvanLovely-patch-24 ([@mabry1985](https://github.com/mabry1985))
32
+
33
+ #### Authors: 2
34
+
35
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
36
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
37
+
38
+ ---
39
+
40
+ # v4.69.1 (Fri Aug 30 2024)
41
+
42
+ #### 🐛 Bug Fix
43
+
44
+ - Merge branch 'latest' into feature/ksp-5460-nested-menu-item-is-finicky ([@GormanDesign](https://github.com/GormanDesign))
45
+
46
+ #### Authors: 1
47
+
48
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
49
+
50
+ ---
51
+
1
52
  # v4.69.0 (Fri Aug 30 2024)
2
53
 
3
54
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.70.0--canary.4628.1068e46.0",
4
+ "version": "4.70.0--canary.4433.133de0f.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -39,18 +39,18 @@
39
39
  "dependencies": {
40
40
  "@webcomponents/custom-elements": "^1.6.0",
41
41
  "clsx": "^2.1.1",
42
- "lit": "^2.7.0",
42
+ "lit": "^2.8.0",
43
43
  "react": "^18.3.1",
44
44
  "vue": "^3.4.27"
45
45
  },
46
46
  "devDependencies": {
47
- "@knapsack/eslint-config-starter": "4.70.0--canary.4628.1068e46.0",
48
- "@knapsack/postcss-config-starter": "4.70.0--canary.4628.1068e46.0",
49
- "@knapsack/prettier-config": "4.70.0--canary.4628.1068e46.0",
50
- "@knapsack/sandbox-tokens": "4.70.0--canary.4628.1068e46.0",
51
- "@knapsack/typescript-config-starter": "4.70.0--canary.4628.1068e46.0",
52
- "@types/node": "^20.16.1",
53
- "@types/react": "^18.3.3",
47
+ "@knapsack/eslint-config-starter": "4.70.0--canary.4433.133de0f.0",
48
+ "@knapsack/postcss-config-starter": "4.70.0--canary.4433.133de0f.0",
49
+ "@knapsack/prettier-config": "4.70.0--canary.4433.133de0f.0",
50
+ "@knapsack/sandbox-tokens": "4.70.0--canary.4433.133de0f.0",
51
+ "@knapsack/typescript-config-starter": "4.70.0--canary.4433.133de0f.0",
52
+ "@types/node": "^20.16.5",
53
+ "@types/react": "^18.3.5",
54
54
  "esbuild": "^0.20.2",
55
55
  "eslint": "^8.57.0",
56
56
  "npm-run-all2": "^5.0.2",
@@ -68,5 +68,5 @@
68
68
  "directory": "apps/ui/libs/sandbox-components",
69
69
  "type": "git"
70
70
  },
71
- "gitHead": "1068e46a07492f9079158ec81b2ccb566a234516"
71
+ "gitHead": "133de0f024277534b2d012833b847030e6dcc099"
72
72
  }