@knapsack/sandbox-tokens 4.54.6--canary.4093.b8af7d7.0 → 4.54.6

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 +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # v4.54.6 (Thu May 16 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - update ks-sandbox tokens to align to Sandbox Components variables ([@GormanDesign](https://github.com/GormanDesign))
6
+ - 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))
7
+ - Merge branch 'latest' into feature/ksp-5012-add-api-field-for-figma-frames-to-get-children-data ([@mabry1985](https://github.com/mabry1985))
8
+
9
+ #### 🏠 Internal
10
+
11
+ - connect figma frames to prototype import [#4014](https://github.com/knapsack-labs/app-monorepo/pull/4014) ([@mabry1985](https://github.com/mabry1985))
12
+ - 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))
13
+ - update ks-sandbox tokens to align to Sandbox Components variables [#4076](https://github.com/knapsack-labs/app-monorepo/pull/4076) ([@GormanDesign](https://github.com/GormanDesign))
14
+
15
+ #### Authors: 2
16
+
17
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
18
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
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-tokens",
3
3
  "description": "",
4
- "version": "4.54.6--canary.4093.b8af7d7.0",
4
+ "version": "4.54.6",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -21,10 +21,10 @@
21
21
  "test": "tsc"
22
22
  },
23
23
  "dependencies": {
24
- "@knapsack/app": "4.54.6--canary.4093.b8af7d7.0"
24
+ "@knapsack/app": "4.54.6"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/typescript-config-starter": "4.54.6--canary.4093.b8af7d7.0",
27
+ "@knapsack/typescript-config-starter": "4.54.6",
28
28
  "@types/node": "^20.11.30",
29
29
  "typescript": "^5.4.3"
30
30
  },
@@ -37,5 +37,5 @@
37
37
  "directory": "apps/ui/libs/sandbox-tokens",
38
38
  "type": "git"
39
39
  },
40
- "gitHead": "b8af7d71658868f8ac7cd56ffa8cd88572909e89"
40
+ "gitHead": "872138436de38416cee47cec57e564cb34b4d5d2"
41
41
  }