@sketch-hq/sketch-file-format
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.1.6](https://github.com/sketch-hq/sketch-file-format/compare/v1.1.4...v1.1.6) (2019-12-09) | ||
### Bug Fixes | ||
* hotfixes from [@raveclassic](https://github.com/raveclassic) ([830cb03](https://github.com/sketch-hq/sketch-file-format/commit/830cb03d66c5c16f1e34a6315a980475cfe5f0d1)) | ||
### [1.1.5](https://github.com/sketch-hq/sketch-file-format/compare/v1.1.4...v1.1.5) (2019-12-06) | ||
@@ -7,0 +14,0 @@ |
@@ -118,3 +118,3 @@ { | ||
}, | ||
"$id": "https://unpkg.com/@sketch-hq/sketch-file-format@1.1.5/dist/meta.schema.json", | ||
"$id": "https://unpkg.com/@sketch-hq/sketch-file-format@1.1.6/dist/meta.schema.json", | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
@@ -121,0 +121,0 @@ "definitions": { |
@@ -43,3 +43,3 @@ { | ||
}, | ||
"$id": "https://unpkg.com/@sketch-hq/sketch-file-format@1.1.5/dist/user.schema.json", | ||
"$id": "https://unpkg.com/@sketch-hq/sketch-file-format@1.1.6/dist/user.schema.json", | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
@@ -51,3 +51,3 @@ "definitions": { | ||
"type": "string", | ||
"pattern": "^{-?\\d+(.\\d+)?, -?\\d+(.\\d+)?}$", | ||
"pattern": "^{-?\\d+(.\\d+)?(e-\\d+)?, -?\\d+(.\\d+)?(e-\\d+)?}$", | ||
"$id": "#PointString" | ||
@@ -54,0 +54,0 @@ }, |
{ | ||
"name": "@sketch-hq/sketch-file-format", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
307191
11882