Skip to content

Commit

Permalink
Merge pull request #167 from sketch-hq/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
christianklotz authored May 5, 2021
2 parents d763cdd + a8a9c39 commit adfa36f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-books-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-dancers-pay.md

This file was deleted.

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

## 6.0.2

### Patch Changes

- 1ceb662: Remove includeInCloudUpload

## 6.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.0.1",
"version": "6.0.2",
"main": "dist/cjs/index",
"types": "dist/cjs/index",
"module": "dist/esm/index",
Expand All @@ -20,7 +20,7 @@
],
"dependencies": {},
"devDependencies": {
"@sketch-hq/sketch-file-format": "6.0.1",
"@sketch-hq/sketch-file-format": "6.0.2",
"@types/humps": "2.0.0",
"humps": "2.0.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/file-format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sketch-hq/sketch-file-format

## 6.0.2

### Patch Changes

- 1ceb662: Remove includeInCloudUpload

## 6.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/file-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sketch-hq/sketch-file-format",
"version": "6.0.1",
"version": "6.0.2",
"license": "MIT",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -20,7 +20,7 @@
"@types/json-schema": "7.0.7"
},
"devDependencies": {
"@sketch-hq/sketch-file": "0.0.1",
"@sketch-hq/sketch-file": "1.0.0",
"@sketch-hq/sketch-reference-files": "2.3.0",
"@types/js-yaml": "4.0.0",
"@types/json-schema-merge-allof": "0.6.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @sketch-hq/sketch-file

## 1.0.0
### Major Changes

- 9014f7b: Add sketch-file package
4 changes: 2 additions & 2 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index",
"types": "dist/index",
"repository": "github:sketch-hq/sketch-document",
"version": "0.0.1",
"version": "1.0.0",
"keywords": [
"sketch",
"sketch files"
Expand All @@ -20,7 +20,7 @@
"format-check": "prettier --check **.{ts,md} --ignore-path ../../.prettierignore"
},
"devDependencies": {
"@sketch-hq/sketch-file-format-ts": "6.0.1",
"@sketch-hq/sketch-file-format-ts": "6.0.2",
"@types/adm-zip": "0.4.34",
"adm-zip": "0.5.5",
"node-stream-zip": "1.13.3"
Expand Down

0 comments on commit adfa36f

Please sign in to comment.