@knapsack/sandbox-components 4.54.8--canary.4111.18e394d.0 → 4.54.8

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 +19 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # v4.54.8 (Fri May 17 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-5095-display-image-thumbnail-in-attachments-block ([@GormanDesign](https://github.com/GormanDesign))
6
+ - Merge branch 'latest' into feature/ksp-5096-extra-spacing-is-needed-with-logo-and-title ([@GormanDesign](https://github.com/GormanDesign))
7
+
8
+ #### 🏠 Internal
9
+
10
+ - Update react monorepo [#4104](https://github.com/knapsack-labs/app-monorepo/pull/4104) ([@renovate[bot]](https://github.com/renovate[bot]) [@EvanLovely](https://github.com/EvanLovely))
11
+
12
+ #### Authors: 3
13
+
14
+ - [@renovate[bot]](https://github.com/renovate[bot])
15
+ - Evan Lovely ([@EvanLovely](https://github.com/EvanLovely))
16
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
17
+
18
+ ---
19
+
1
20
  # v4.54.6 (Fri May 17 2024)
2
21
 
3
22
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.54.8--canary.4111.18e394d.0",
4
+ "version": "4.54.8",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -37,11 +37,11 @@
37
37
  "vue": "^3.2.47"
38
38
  },
39
39
  "devDependencies": {
40
- "@knapsack/eslint-config-starter": "4.54.8--canary.4111.18e394d.0",
41
- "@knapsack/postcss-config-starter": "4.54.8--canary.4111.18e394d.0",
42
- "@knapsack/prettier-config": "4.54.8--canary.4111.18e394d.0",
43
- "@knapsack/sandbox-tokens": "4.54.8--canary.4111.18e394d.0",
44
- "@knapsack/typescript-config-starter": "4.54.8--canary.4111.18e394d.0",
40
+ "@knapsack/eslint-config-starter": "4.54.8",
41
+ "@knapsack/postcss-config-starter": "4.54.8",
42
+ "@knapsack/prettier-config": "4.54.8",
43
+ "@knapsack/sandbox-tokens": "4.54.8",
44
+ "@knapsack/typescript-config-starter": "4.54.8",
45
45
  "@types/node": "^20.11.30",
46
46
  "@types/react": "^18.3.2",
47
47
  "eslint": "^8.57.0",
@@ -59,5 +59,5 @@
59
59
  "directory": "apps/ui/libs/sandbox-components",
60
60
  "type": "git"
61
61
  },
62
- "gitHead": "18e394d41a783da132cb10ff79f20c284fc5f5a4"
62
+ "gitHead": "4b3660e4bb14f432e2e928eecf4fa3ee310534c0"
63
63
  }