Skip to content

Commit

Permalink
Merge pull request #159 from sketch-hq/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
christianklotz authored Apr 13, 2021
2 parents 6727959 + 795cc35 commit 87fb2a6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-scissors-press.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/sweet-buses-develop.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/file-format-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @sketch-hq/sketch-file-format-ts

## 6.0.0

### Major Changes

- 4704c97: Drop types for older schema versions. This is a breaking change.
Instead of `FileFormat1`, `FileFormat2` and `FileFormat3` in addition to the
latest file format version as `default`, types are now only exported as
`default` for the latest schemas.

To import specific versions of the file format, use specific versions of
`@sketch-hq/sketch-file-format-ts` instead.

### Patch Changes

- fa8a43b: Reorganise source code

## 5.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/file-format-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sketch-hq/sketch-file-format-ts",
"description": "TypeScript types for the Sketch File Format",
"version": "5.2.4",
"version": "6.0.0",
"main": "dist/cjs/index",
"types": "dist/cjs/index",
"module": "dist/esm/index",
Expand Down

0 comments on commit 87fb2a6

Please sign in to comment.