@knapsack/sandbox-tokens 4.55.0--canary.4167.c1eb82a.0 → 4.55.0

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 +28 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ # v4.55.0 (Wed May 29 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'feature/ksp-5116-refactor-add-entity-flow' into feature/ksp-5117-add-ability-to-link-to-a-specific-pattern-in-admin ([@GormanDesign](https://github.com/GormanDesign))
6
+ - Merge branch 'latest' into feature/ksp-5116-refactor-add-entity-flow ([@GormanDesign](https://github.com/GormanDesign))
7
+ - Merge branch 'latest' into feature/ksp-5104-show-design-src-thumbnail-in-pattern-form ([@mabry1985](https://github.com/mabry1985))
8
+ - map header to logo ([@GormanDesign](https://github.com/GormanDesign))
9
+ - add brands to sandbox components ([@GormanDesign](https://github.com/GormanDesign))
10
+ - Merge branch 'latest' into feature/ksp-5081-figma-to-demo-documentation ([@mabry1985](https://github.com/mabry1985))
11
+
12
+ #### 🏠 Internal
13
+
14
+ - pattern admin small screen fixes [#4181](https://github.com/knapsack-labs/app-monorepo/pull/4181) ([@GormanDesign](https://github.com/GormanDesign))
15
+ - update image block to be consistent with other block flows [#4189](https://github.com/knapsack-labs/app-monorepo/pull/4189) ([@GormanDesign](https://github.com/GormanDesign))
16
+ - add brands to sandbox components [#4182](https://github.com/knapsack-labs/app-monorepo/pull/4182) ([@GormanDesign](https://github.com/GormanDesign))
17
+
18
+ #### 📝 Documentation
19
+
20
+ - add docs for figma to demo feature [#4162](https://github.com/knapsack-labs/app-monorepo/pull/4162) ([@mabry1985](https://github.com/mabry1985))
21
+
22
+ #### Authors: 2
23
+
24
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
25
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
26
+
27
+ ---
28
+
1
29
  # v4.54.10 (Thu May 23 2024)
2
30
 
3
31
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-tokens",
3
3
  "description": "",
4
- "version": "4.55.0--canary.4167.c1eb82a.0",
4
+ "version": "4.55.0",
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.55.0--canary.4167.c1eb82a.0"
24
+ "@knapsack/app": "4.55.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/typescript-config-starter": "4.55.0--canary.4167.c1eb82a.0",
27
+ "@knapsack/typescript-config-starter": "4.55.0",
28
28
  "@types/node": "^20.12.12",
29
29
  "typescript": "^5.4.5"
30
30
  },
@@ -37,5 +37,5 @@
37
37
  "directory": "apps/ui/libs/sandbox-tokens",
38
38
  "type": "git"
39
39
  },
40
- "gitHead": "c1eb82a9b7e558c689f3606e5146a9d8bbe7daa9"
40
+ "gitHead": "ad0889379fc3b6d757cfa1aa5e2b408609ae41ba"
41
41
  }