Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 3398c64

Browse files
Version Packages (#35)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3a2a6ea commit 3398c64

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.changeset/eleven-rice-compare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sketch-hq/sketch-file-format-ts
22

3+
## 5.2.1
4+
5+
### Patch Changes
6+
7+
- 3a2a6ea: Update sketch-file-format to 3.7.1
8+
39
## 5.2.0
410

511
### Minor Changes

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@sketch-hq/sketch-file-format-ts",
33
"description": "TypeScript types for the Sketch File Format",
4-
"version": "5.2.0",
4+
"version": "5.2.1",
55
"main": "dist/cjs/index",
66
"types": "dist/cjs/index",
77
"module": "dist/esm/index",
88
"license": "MIT",
9-
"files": ["dist"],
9+
"files": [
10+
"dist"
11+
],
1012
"repository": "github:sketch-hq/sketch-file-format-ts",
1113
"keywords": [
1214
"sketch",

0 commit comments

Comments
 (0)