@knapsack/sandbox-components 4.75.5--canary.5643.01e917e.0 → 4.75.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,36 @@
1
+ # v4.75.5 (Wed Feb 12 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge from latest ([@illepic](https://github.com/illepic))
6
+ - Merge branch 'latest' into feature/ksp-5930-normalize-settings-for-enterprise-auth-connections ([@illepic](https://github.com/illepic))
7
+
8
+ #### Authors: 1
9
+
10
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
11
+
12
+ ---
13
+
14
+ # v4.75.4 (Wed Feb 12 2025)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - Merge branch 'latest' into feature/ksp-5929-unify-config ([@illepic](https://github.com/illepic))
19
+
20
+ #### 🏠 Internal
21
+
22
+ - fix(deps): update dependency esbuild to ^0.25.0 [security] [#5620](https://github.com/knapsack-labs/app-monorepo/pull/5620) ([@renovate[bot]](https://github.com/renovate[bot]))
23
+ - fix(deps): update dependency lucide-react to ^0.475.0 [#5611](https://github.com/knapsack-labs/app-monorepo/pull/5611) ([@renovate[bot]](https://github.com/renovate[bot]))
24
+ - fix(deps): update dependency lucide-react to ^0.474.0 [#5594](https://github.com/knapsack-labs/app-monorepo/pull/5594) ([@renovate[bot]](https://github.com/renovate[bot]))
25
+ - fix(deps): update dependency @radix-ui/react-slot to ^1.1.2 [#5591](https://github.com/knapsack-labs/app-monorepo/pull/5591) ([@renovate[bot]](https://github.com/renovate[bot]))
26
+
27
+ #### Authors: 2
28
+
29
+ - [@renovate[bot]](https://github.com/renovate[bot])
30
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
31
+
32
+ ---
33
+
1
34
  # v4.75.3 (Thu Feb 06 2025)
2
35
 
3
36
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.75.5--canary.5643.01e917e.0",
4
+ "version": "4.75.5",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -48,11 +48,11 @@
48
48
  "vue": "^3.5.13"
49
49
  },
50
50
  "devDependencies": {
51
- "@knapsack/eslint-config-starter": "4.75.5--canary.5643.01e917e.0",
52
- "@knapsack/postcss-config-starter": "4.75.5--canary.5643.01e917e.0",
53
- "@knapsack/prettier-config": "4.75.5--canary.5643.01e917e.0",
54
- "@knapsack/sandbox-tokens": "4.75.5--canary.5643.01e917e.0",
55
- "@knapsack/typescript-config-starter": "4.75.5--canary.5643.01e917e.0",
51
+ "@knapsack/eslint-config-starter": "4.75.5",
52
+ "@knapsack/postcss-config-starter": "4.75.5",
53
+ "@knapsack/prettier-config": "4.75.5",
54
+ "@knapsack/sandbox-tokens": "4.75.5",
55
+ "@knapsack/typescript-config-starter": "4.75.5",
56
56
  "@types/node": "^20.17.17",
57
57
  "@types/react": "^18.3.18",
58
58
  "esbuild": "^0.25.0",
@@ -72,5 +72,5 @@
72
72
  "directory": "apps/ui/libs/sandbox-components",
73
73
  "type": "git"
74
74
  },
75
- "gitHead": "01e917e7b2cb0c495d215676c7461e0f12e079d3"
75
+ "gitHead": "a5a544446f615f8a207e8d40b0b23586133b547b"
76
76
  }