Skip to content

Commit

Permalink
Merge pull request #138 from sketch-hq/feat/137-bump-version-to-coedit
Browse files Browse the repository at this point in the history
Bump document version
  • Loading branch information
christianklotz authored Dec 9, 2020
2 parents 0336fac + 594ff9c commit 5621149
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-pumas-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sketch-hq/sketch-file-format': patch
---

Bump version and add coeditCompatibilityVersion
7 changes: 7 additions & 0 deletions schema/meta.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description:
artboards appearing in the file, fonts used, the version of Sketch used to
save the file etc.
type: object
optional:
- coeditCompatibilityVersion
properties:
commit: { type: string }
pagesAndArtboards:
Expand Down Expand Up @@ -40,21 +42,26 @@ properties:
- 133
- 134
- 135
- 136
fonts:
type: array
items: { type: string }
compatibilityVersion: { const: 99 }
coeditCompatibilityVersion: { type: number }
app: { $ref: ./enums/bundle-id.schema.yaml }
autosaved: { $ref: ./utils/numerical-bool.schema.yaml }
variant: { $ref: ./enums/sketch-variant.schema.yaml }
created:
type: object
optional:
- coeditCompatibilityVersion
properties:
commit: { type: string }
appVersion: { type: string }
build: { type: integer }
app: { $ref: ./enums/bundle-id.schema.yaml }
compatibilityVersion: { type: number }
coeditCompatibilityVersion: { type: number }
version: { type: number }
variant: { $ref: ./enums/sketch-variant.schema.yaml }
saveHistory:
Expand Down

0 comments on commit 5621149

Please sign in to comment.