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

Commit e52475c

Browse files
Version Packages (#29)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b269e9 commit e52475c

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

.changeset/cold-plants-matter.md

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

.changeset/fresh-papayas-boil.md

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

CHANGELOG.md

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

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- 8b269e9: Update sketch-file-format to 3.7.0
8+
9+
### Patch Changes
10+
11+
- 14b05c3: Update to [email protected].
12+
313
## 5.1.1
414

515
### Patch Changes

package.json

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

0 commit comments

Comments
 (0)