@knapsack/sandbox-tokens 4.55.1--canary.4199.6745d17.0 → 4.56.0--canary.4205.264bccd.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
 
2
- > @knapsack/sandbox-tokens@4.55.0 build /home/runner/work/app-monorepo/app-monorepo/apps/ui/libs/sandbox-tokens
2
+ > @knapsack/sandbox-tokens@4.55.1 build /home/runner/work/app-monorepo/app-monorepo/apps/ui/libs/sandbox-tokens
3
3
  > knapsack build:tokens
4
4
 
5
5
  info Wrote design tokens to "dist"
@@ -0,0 +1,4 @@
1
+
2
+ > @knapsack/sandbox-tokens@4.55.1 test /home/runner/work/app-monorepo/app-monorepo/apps/ui/libs/sandbox-tokens
3
+ > tsc
4
+
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.55.1 (Thu May 30 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'latest' into feature/ksp-5155-only-allow-adding-templates-locally ([@GormanDesign](https://github.com/GormanDesign))
6
+
7
+ #### Authors: 1
8
+
9
+ - Matt Gorman ([@GormanDesign](https://github.com/GormanDesign))
10
+
11
+ ---
12
+
1
13
  # v4.55.0 (Wed May 29 2024)
2
14
 
3
15
  #### 🐛 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.1--canary.4199.6745d17.0",
4
+ "version": "4.56.0--canary.4205.264bccd.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.1--canary.4199.6745d17.0"
24
+ "@knapsack/app": "4.56.0--canary.4205.264bccd.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@knapsack/typescript-config-starter": "4.55.1--canary.4199.6745d17.0",
27
+ "@knapsack/typescript-config-starter": "4.56.0--canary.4205.264bccd.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": "6745d173f8012242b1307f88ffce7f413ec8242a"
40
+ "gitHead": "264bccda6b5e41b2be8cbdddb0e038ac9398f9aa"
41
41
  }