Skip to content

Commit

Permalink
Merge pull request #209 from sketch-hq/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
christianklotz authored Jul 19, 2022
2 parents 2b94e4e + 418cee6 commit 43c3368
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/curly-meals-film.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sour-emus-jam.md

This file was deleted.

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

## 6.3.0

### Minor Changes

- 6a66fb9: Added `preservesSpaceWhenHidden` to SymbolInstance and updated dependencies
- 582e216: - Add `isTemplate` attribute to Layer to mark it as template for
insertion of copies elsewhere.
- Artboards now contain a `prototypeViewport` attribute with a
`PrototypeViewport` object to describe the associated viewport for
prototypes, replacing the untyped presetDictionary attribute.
- FlowConnection now contains an automatic destination option.

## 6.2.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.2.1",
"version": "6.3.0",
"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.2.1",
"@sketch-hq/sketch-file-format": "6.3.0",
"@types/humps": "2.0.1",
"humps": "2.0.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/file-format/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sketch-hq/sketch-file-format

## 6.3.0

### Minor Changes

- 6a66fb9: Added `preservesSpaceWhenHidden` to SymbolInstance and updated dependencies
- 582e216: - Add `isTemplate` attribute to Layer to mark it as template for
insertion of copies elsewhere.
- Artboards now contain a `prototypeViewport` attribute with a
`PrototypeViewport` object to describe the associated viewport for
prototypes, replacing the untyped presetDictionary attribute.
- FlowConnection now contains an automatic destination option.

## 6.2.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.2.1",
"version": "6.3.0",
"license": "MIT",
"main": "dist/index",
"types": "dist/index",
Expand All @@ -20,7 +20,7 @@
"@types/json-schema": "7.0.11"
},
"devDependencies": {
"@sketch-hq/sketch-file": "1.1.1",
"@sketch-hq/sketch-file": "1.1.2",
"@sketch-hq/sketch-reference-files": "2.3.0",
"@types/js-yaml": "4.0.5",
"@types/json-schema-merge-allof": "0.6.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/file/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sketch-hq/sketch-file

## 1.1.2

### Patch Changes

- 6a66fb9: Added `preservesSpaceWhenHidden` to SymbolInstance and updated dependencies
- Updated dependencies [6a66fb9]
- Updated dependencies [582e216]
- @sketch-hq/sketch-file-format-ts@6.3.0

## 1.1.1

### Patch Changes
Expand Down
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": "1.1.1",
"version": "1.1.2",
"keywords": [
"sketch",
"sketch files"
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"adm-zip": "0.5.9",
"node-stream-zip": "1.15.0",
"@sketch-hq/sketch-file-format-ts": "6.2.1"
"@sketch-hq/sketch-file-format-ts": "6.3.0"
},
"devDependencies": {
"@types/adm-zip": "0.4.34"
Expand Down

0 comments on commit 43c3368

Please sign in to comment.