@knapsack/sandbox-components 4.69.4--canary.4629.0911846c.0 → 4.69.4

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 +25 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
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
+
1
26
  # v4.69.2 (Fri Aug 30 2024)
2
27
 
3
28
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.69.4--canary.4629.0911846c.0",
4
+ "version": "4.69.4",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -39,16 +39,16 @@
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.69.4--canary.4629.0911846c.0",
48
- "@knapsack/postcss-config-starter": "4.69.4--canary.4629.0911846c.0",
49
- "@knapsack/prettier-config": "4.69.4--canary.4629.0911846c.0",
50
- "@knapsack/sandbox-tokens": "4.69.4--canary.4629.0911846c.0",
51
- "@knapsack/typescript-config-starter": "4.69.4--canary.4629.0911846c.0",
47
+ "@knapsack/eslint-config-starter": "4.69.4",
48
+ "@knapsack/postcss-config-starter": "4.69.4",
49
+ "@knapsack/prettier-config": "4.69.4",
50
+ "@knapsack/sandbox-tokens": "4.69.4",
51
+ "@knapsack/typescript-config-starter": "4.69.4",
52
52
  "@types/node": "^20.16.3",
53
53
  "@types/react": "^18.3.5",
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": "0911846cd49bb074760087018130231d2450ad6b"
71
+ "gitHead": "9f724886964ca07eee63cedcdd3b1254017e3b2c"
72
72
  }