@knapsack/sandbox-components 4.54.6--canary.4097.9bae10e.0 → 4.54.6

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 +21 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # v4.54.6 (Thu May 16 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'feature/ksp-5012-add-api-field-for-figma-frames-to-get-children-data' into feature/ksp-5013-ui-logic-to-import-simple-frame-to-demo ([@mabry1985](https://github.com/mabry1985))
6
+ - Merge branch 'latest' into feature/ksp-5012-add-api-field-for-figma-frames-to-get-children-data ([@mabry1985](https://github.com/mabry1985))
7
+
8
+ #### 🏠 Internal
9
+
10
+ - connect figma frames to prototype import [#4014](https://github.com/knapsack-labs/app-monorepo/pull/4014) ([@mabry1985](https://github.com/mabry1985))
11
+ - adds api field for figma frames to get children data, sets up graphql pipeline [#4012](https://github.com/knapsack-labs/app-monorepo/pull/4012) ([@mabry1985](https://github.com/mabry1985))
12
+ - Update dependency clsx to ^2.1.1 [#4082](https://github.com/knapsack-labs/app-monorepo/pull/4082) ([@renovate[bot]](https://github.com/renovate[bot]) [@greylabel](https://github.com/greylabel))
13
+
14
+ #### Authors: 3
15
+
16
+ - [@renovate[bot]](https://github.com/renovate[bot])
17
+ - Grant Gaudet ([@greylabel](https://github.com/greylabel))
18
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
19
+
20
+ ---
21
+
1
22
  # v4.54.5 (Wed May 15 2024)
2
23
 
3
24
  #### 🏠 Internal
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.54.6--canary.4097.9bae10e.0",
4
+ "version": "4.54.6",
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.6--canary.4097.9bae10e.0",
41
- "@knapsack/postcss-config-starter": "4.54.6--canary.4097.9bae10e.0",
42
- "@knapsack/prettier-config": "4.54.6--canary.4097.9bae10e.0",
43
- "@knapsack/sandbox-tokens": "4.54.6--canary.4097.9bae10e.0",
44
- "@knapsack/typescript-config-starter": "4.54.6--canary.4097.9bae10e.0",
40
+ "@knapsack/eslint-config-starter": "4.54.6",
41
+ "@knapsack/postcss-config-starter": "4.54.6",
42
+ "@knapsack/prettier-config": "4.54.6",
43
+ "@knapsack/sandbox-tokens": "4.54.6",
44
+ "@knapsack/typescript-config-starter": "4.54.6",
45
45
  "@types/node": "^20.11.30",
46
46
  "@types/react": "^18.0.27",
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": "9bae10ee8c592176b2f213cec27cff8031cb8c27"
62
+ "gitHead": "872138436de38416cee47cec57e564cb34b4d5d2"
63
63
  }