From 0024620c954cba922083e7b333e8f5bef0d9c6ee Mon Sep 17 00:00:00 2001 From: Haiku CI Date: Wed, 13 Mar 2019 09:27:17 -0700 Subject: [PATCH] auto: release --- changelog/CHANGELOG.md | 27 +++++++ changelog/changelog.json | 97 +++++++++++++++++++++++ package.json | 30 +++---- packages/@haiku/cli/package.json | 8 +- packages/@haiku/core/package.json | 4 +- packages/@haiku/sdk-client/package.json | 6 +- packages/@haiku/sdk-inkstone/package.json | 4 +- packages/haiku-admin-cli/package.json | 10 +-- packages/haiku-common/package.json | 10 +-- packages/haiku-creator/package.json | 18 ++--- packages/haiku-formats/package.json | 12 +-- packages/haiku-fs-extra/package.json | 2 +- packages/haiku-glass/package.json | 16 ++-- packages/haiku-plumbing/package.json | 24 +++--- packages/haiku-sdk-creator/package.json | 12 +-- packages/haiku-serialization/package.json | 20 ++--- packages/haiku-testing/package.json | 2 +- packages/haiku-timeline/package.json | 16 ++-- packages/haiku-ui-common/package.json | 12 +-- packages/haiku-vendor-legacy/package.json | 2 +- 20 files changed, 228 insertions(+), 104 deletions(-) diff --git a/changelog/CHANGELOG.md b/changelog/CHANGELOG.md index cc49f7acea..84dfcb0edf 100644 --- a/changelog/CHANGELOG.md +++ b/changelog/CHANGELOG.md @@ -1,6 +1,33 @@ # Changelog +## 4.5.0 + +### Bug Fixes + + * work around corrupted zip archive from latest build stack by zipping manually on mac + * roll back raven to known working versions + * freeze @babel dependencies at 7.0.0 due to AST errors in 7.3.4 + * get non-crashing animator lottie export + * reroll yarn.lock + * hammer out some deps issues + * update Console implementation for new @types/node + * update build dependencies against Electron 2.x + * smarter setting of UI fallback value for color properties + * only display the color picker for color strings + * ensure we have a focused row before setting undo/redo history + * improve the logic to determine if a Keyframe is a transition + * prevent crashes when trying to drag the root row + * prevent timeline marquee from initiating from the properties panel + * use separate keyboard history for every Timeline input field + * support animated stroke-dashoffset + * use pre-compiled templates in Vue adapter + * replace Haiku with Animator here and there + +### Features + + * add placeholder support for the Vue adapter. + ## 4.4.0 ### Bug Fixes diff --git a/changelog/changelog.json b/changelog/changelog.json index c023e35536..62bbc4f136 100644 --- a/changelog/changelog.json +++ b/changelog/changelog.json @@ -9317,5 +9317,102 @@ "label": "feat", "message": "add an optional callback for state transitions" } + }, + "4.5.0": { + "0fa1fe0de9404ffa68a78563b8c20912f4528dbc": { + "project": "haiku-testing", + "label": "fix", + "message": "work around corrupted zip archive from latest build stack by zipping manually on mac" + }, + "de7524752f08810e3464c4b9261703b94c77729a": { + "project": "haiku-testing", + "label": "fix", + "message": "roll back raven to known working versions" + }, + "152006ba15581346cfab644e6ea6bf335474704a": { + "project": "haiku-testing", + "label": "fix", + "message": "freeze @babel dependencies at 7.0.0 due to AST errors in 7.3.4" + }, + "2678e6be9fc368c862ecec837d8a4970067ab46d": { + "project": "haiku-testing", + "label": "fix", + "message": "get non-crashing animator lottie export" + }, + "905e019c8e46f5947a58e08051b3f56aa77161eb": { + "project": "haiku-testing", + "label": "fix", + "message": "reroll yarn.lock" + }, + "065e60b9989b665f905d3d1f67a809a6f69e915c": { + "project": "haiku-testing", + "label": "fix", + "message": "hammer out some deps issues" + }, + "af287f7a3cd16f3302a4fc4fbfdd01f453166518": { + "project": "haiku-testing", + "label": "fix", + "message": "update Console implementation for new @types/node" + }, + "6b614e8cf81235386d412ae89e24256cf68203c2": { + "project": "haiku-testing", + "label": "fix", + "message": "update build dependencies against Electron 2.x" + }, + "4a57c59a3e24bed20d1823cd67b6adbff26d929b": { + "project": "haiku-testing", + "label": "fix", + "message": "smarter setting of UI fallback value for color properties" + }, + "09d834404c54701c82104d4c6b0d2bd4a3040c78": { + "project": "haiku-testing", + "label": "fix", + "message": "only display the color picker for color strings" + }, + "b6645c967f94e8e1f84005357a30f48ededed0c0": { + "project": "haiku-testing", + "label": "fix", + "message": "ensure we have a focused row before setting undo/redo history" + }, + "df619f0ce335257e883038f1a4609cde98a726db": { + "project": "haiku-testing", + "label": "fix", + "message": "improve the logic to determine if a Keyframe is a transition" + }, + "4f756be13d86150793c465efd0814c01b76786a0": { + "project": "haiku-testing", + "label": "fix", + "message": "prevent crashes when trying to drag the root row" + }, + "acae68456e1718602b7839c144449af5ff111651": { + "project": "haiku-testing", + "label": "fix", + "message": "prevent timeline marquee from initiating from the properties panel" + }, + "b8ca3083211e2bea3c71353ce856d7fec24f3f99": { + "project": "haiku-testing", + "label": "fix", + "message": "use separate keyboard history for every Timeline input field" + }, + "2cc3a56b254af4c827624b5d4c4daae8ed08d041": { + "project": "haiku-testing", + "label": "fix", + "message": "support animated stroke-dashoffset" + }, + "511bf83edc7cd210d6d6514cef5aa3cd8c441f4b": { + "project": "haiku-testing", + "label": "fix", + "message": "use pre-compiled templates in Vue adapter" + }, + "71e4938eed79f7b01d27ba4c4e4a584248d3504b": { + "project": "haiku-testing", + "label": "fix", + "message": "replace Haiku with Animator here and there" + }, + "4ce3c008234accf9dbfc081146bc1fea6bc019d7": { + "project": "haiku-testing", + "label": "feat", + "message": "add placeholder support for the Vue adapter." + } } } diff --git a/package.json b/package.json index 34d46b92e1..113f89b784 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "packages/@haiku/*", "packages/haiku-*" ], - "version": "4.5.0", + "version": "4.5.1", "description": "Haiku monorepo", "main": "index.js", "author": "Matthew Trost ", @@ -36,21 +36,21 @@ "@types/node": "10.12.30" }, "dependencies": { - "@haiku/cli": "4.5.0", - "@haiku/core": "4.5.0", + "@haiku/cli": "4.5.1", + "@haiku/core": "4.5.1", "@haiku/player": "^3.0.4", - "@haiku/sdk-client": "4.5.0", - "@haiku/sdk-inkstone": "4.5.0", - "haiku-common": "4.5.0", - "haiku-creator": "4.5.0", - "haiku-formats": "4.5.0", - "haiku-fs-extra": "4.5.0", - "haiku-glass": "4.5.0", - "haiku-plumbing": "4.5.0", - "haiku-sdk-creator": "4.5.0", - "haiku-serialization": "4.5.0", - "haiku-timeline": "4.5.0", - "haiku-ui-common": "4.5.0" + "@haiku/sdk-client": "4.5.1", + "@haiku/sdk-inkstone": "4.5.1", + "haiku-common": "4.5.1", + "haiku-creator": "4.5.1", + "haiku-formats": "4.5.1", + "haiku-fs-extra": "4.5.1", + "haiku-glass": "4.5.1", + "haiku-plumbing": "4.5.1", + "haiku-sdk-creator": "4.5.1", + "haiku-serialization": "4.5.1", + "haiku-timeline": "4.5.1", + "haiku-ui-common": "4.5.1" }, "devDependencies": { "async": "^2.5.0", diff --git a/packages/@haiku/cli/package.json b/packages/@haiku/cli/package.json index bf4c4c3526..7e7f7463b7 100644 --- a/packages/@haiku/cli/package.json +++ b/packages/@haiku/cli/package.json @@ -1,6 +1,6 @@ { "name": "@haiku/cli", - "version": "4.5.0", + "version": "4.5.1", "description": "Haiku CLI", "main": "lib/index.js", "scripts": { @@ -27,8 +27,8 @@ ], "license": "MIT", "dependencies": { - "@haiku/sdk-client": "4.5.0", - "@haiku/sdk-inkstone": "4.5.0", + "@haiku/sdk-client": "4.5.1", + "@haiku/sdk-inkstone": "4.5.1", "async": "^2.5.0", "chalk": "^2.4.2", "cli-color": "^1.2.0", @@ -61,6 +61,6 @@ "tslint-config-haiku": "^1.0.16", "typescript": "^3.0.3", "leaked-handles": "^5.2.0", - "haiku-testing": "4.5.0" + "haiku-testing": "4.5.1" } } diff --git a/packages/@haiku/core/package.json b/packages/@haiku/core/package.json index 86375dcd1d..eb0fecd334 100644 --- a/packages/@haiku/core/package.json +++ b/packages/@haiku/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiku/core", - "version": "4.5.0", + "version": "4.5.1", "description": "Haiku Core is a JavaScript library for building user interfaces", "homepage": "https://haiku.ai", "directories": { @@ -49,7 +49,7 @@ "express": "4.14.1", "filesize": "3.5.10", "fs-extra": "^4.0.2", - "haiku-testing": "4.5.0", + "haiku-testing": "4.5.1", "handlebars": "^4.0.8", "istanbul-reporter-cobertura-haiku": "^1.0.2", "jsdom": "^11.1.0", diff --git a/packages/@haiku/sdk-client/package.json b/packages/@haiku/sdk-client/package.json index 2a692289fb..8c98efb2cd 100644 --- a/packages/@haiku/sdk-client/package.json +++ b/packages/@haiku/sdk-client/package.json @@ -1,6 +1,6 @@ { "name": "@haiku/sdk-client", - "version": "4.5.0", + "version": "4.5.1", "description": "Haiku SDK for Client", "main": "lib/index.js", "scripts": { @@ -20,7 +20,7 @@ "license": "UNLICENSED", "types": "./lib/index.d.ts", "dependencies": { - "@haiku/sdk-inkstone": "4.5.0", + "@haiku/sdk-inkstone": "4.5.1", "dedent": "^0.7.0", "dotenv": "^5.0.1", "fs-extra": "^4.0.2", @@ -37,7 +37,7 @@ "@types/node": "10.12.30", "@types/request": "^2.0.0", "cross-env": "^5.1.6", - "haiku-testing": "4.5.0", + "haiku-testing": "4.5.1", "istanbul-reporter-cobertura-haiku": "^1.0.2", "leaked-handles": "^5.2.0", "nyc": "^13.0.1", diff --git a/packages/@haiku/sdk-inkstone/package.json b/packages/@haiku/sdk-inkstone/package.json index 51477401b7..416f08df24 100644 --- a/packages/@haiku/sdk-inkstone/package.json +++ b/packages/@haiku/sdk-inkstone/package.json @@ -1,6 +1,6 @@ { "name": "@haiku/sdk-inkstone", - "version": "4.5.0", + "version": "4.5.1", "description": "Haiku SDK for Inkstone", "main": "lib/index.js", "scripts": { @@ -36,6 +36,6 @@ "tslint-config-haiku": "^1.0.16", "typescript": "^3.0.3", "leaked-handles": "^5.2.0", - "haiku-testing": "4.5.0" + "haiku-testing": "4.5.1" } } diff --git a/packages/haiku-admin-cli/package.json b/packages/haiku-admin-cli/package.json index 64bbf73c98..14b5f54ee3 100644 --- a/packages/haiku-admin-cli/package.json +++ b/packages/haiku-admin-cli/package.json @@ -1,6 +1,6 @@ { "name": "haiku-admin-cli", - "version": "4.5.0", + "version": "4.5.1", "description": "Haiku Admin CLI", "main": "lib/index.js", "scripts": { @@ -26,9 +26,9 @@ ], "license": "MIT", "dependencies": { - "@haiku/cli": "4.5.0", - "@haiku/sdk-client": "4.5.0", - "@haiku/sdk-inkstone": "4.5.0", + "@haiku/cli": "4.5.1", + "@haiku/sdk-client": "4.5.1", + "@haiku/sdk-inkstone": "4.5.1", "async": "^2.5.0", "chalk": "^2.4.2", "cli-color": "^1.2.0", @@ -61,6 +61,6 @@ "tslint-config-haiku": "^1.0.16", "typescript": "^3.0.3", "leaked-handles": "^5.2.0", - "haiku-testing": "4.5.0" + "haiku-testing": "4.5.1" } } diff --git a/packages/haiku-common/package.json b/packages/haiku-common/package.json index 2af4c1e6c4..35e2e471cd 100644 --- a/packages/haiku-common/package.json +++ b/packages/haiku-common/package.json @@ -1,6 +1,6 @@ { "name": "haiku-common", - "version": "4.5.0", + "version": "4.5.1", "description": "Common library for Haiku.", "main": "lib/index.js", "directories": { @@ -33,11 +33,11 @@ "tslint-config-haiku": "^1.0.16", "typescript": "^3.0.3", "leaked-handles": "^5.2.0", - "haiku-testing": "4.5.0" + "haiku-testing": "4.5.1" }, "dependencies": { - "@haiku/core": "4.5.0", - "haiku-sdk-creator": "4.5.0", - "haiku-vendor-legacy": "4.5.0" + "@haiku/core": "4.5.1", + "haiku-sdk-creator": "4.5.1", + "haiku-vendor-legacy": "4.5.1" } } diff --git a/packages/haiku-creator/package.json b/packages/haiku-creator/package.json index 4cd5e17b5c..d5e21f8d44 100644 --- a/packages/haiku-creator/package.json +++ b/packages/haiku-creator/package.json @@ -2,7 +2,7 @@ "name": "haiku-creator", "productName": "Haiku", "private": true, - "version": "4.5.0", + "version": "4.5.1", "description": "Haiku Creator UI", "main": "index.js", "author": "Matthew Trost ", @@ -21,7 +21,7 @@ }, "dependencies": { "@babel/parser": "7.0.0", - "@haiku/core": "4.5.0", + "@haiku/core": "4.5.1", "@haiku/tina-haikuerror": "^0.0.6", "@haiku/taylor-nocon": "^0.0.2", "async": "^2.5.0", @@ -31,12 +31,12 @@ "event-emitter": "^0.3.5", "fast-safe-stringify": "^2.0.4", "fs-extra": "^4.0.2", - "haiku-common": "4.5.0", - "haiku-glass": "4.5.0", - "haiku-sdk-creator": "4.5.0", - "haiku-serialization": "4.5.0", - "haiku-timeline": "4.5.0", - "haiku-ui-common": "4.5.0", + "haiku-common": "4.5.1", + "haiku-glass": "4.5.1", + "haiku-sdk-creator": "4.5.1", + "haiku-serialization": "4.5.1", + "haiku-timeline": "4.5.1", + "haiku-ui-common": "4.5.1", "lodash": "^4.17.4", "lodash.assign": "^4.2.0", "lodash.debounce": "4.0.8", @@ -65,7 +65,7 @@ "@types/qs": "^6.5.1", "cross-env": "^5.1.6", "electron": "2.0.8", - "haiku-testing": "4.5.0", + "haiku-testing": "4.5.1", "istanbul-reporter-cobertura-haiku": "^1.0.2", "leaked-handles": "^5.2.0", "nyc": "^13.0.1", diff --git a/packages/haiku-formats/package.json b/packages/haiku-formats/package.json index 3496504ad6..ef238d377c 100644 --- a/packages/haiku-formats/package.json +++ b/packages/haiku-formats/package.json @@ -1,6 +1,6 @@ { "name": "haiku-formats", - "version": "4.5.0", + "version": "4.5.1", "description": "Formatting-related utilities for Haiku.", "main": "lib/index.js", "directories": { @@ -24,14 +24,14 @@ ], "license": "UNLICENSED", "dependencies": { - "@haiku/core": "4.5.0", + "@haiku/core": "4.5.1", "bezier-easing": "^2.0.3", "ffmpeg-static": "^2.3.0", "fluent-ffmpeg": "^2.1.2", "fs-extra": "^4.0.2", - "haiku-common": "4.5.0", - "haiku-sdk-creator": "4.5.0", - "haiku-serialization": "4.5.0", + "haiku-common": "4.5.1", + "haiku-sdk-creator": "4.5.1", + "haiku-serialization": "4.5.1", "image-size": "^0.6.3", "lodash": "^4.17.4" }, @@ -55,7 +55,7 @@ "tslint-config-haiku": "^1.0.16", "typescript": "^3.0.3", "leaked-handles": "^5.2.0", - "haiku-testing": "4.5.0", + "haiku-testing": "4.5.1", "lottie-web": "5.1.20", "nodemon": "1.11.0", "ts-loader": "^4.4.2", diff --git a/packages/haiku-fs-extra/package.json b/packages/haiku-fs-extra/package.json index f1b9083547..b02a3d4935 100644 --- a/packages/haiku-fs-extra/package.json +++ b/packages/haiku-fs-extra/package.json @@ -1,6 +1,6 @@ { "name": "haiku-fs-extra", - "version": "4.5.0", + "version": "4.5.1", "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.", "homepage": "https://github.com/jprichardson/node-fs-extra", "repository": { diff --git a/packages/haiku-glass/package.json b/packages/haiku-glass/package.json index 7e9799d451..fc1b758358 100644 --- a/packages/haiku-glass/package.json +++ b/packages/haiku-glass/package.json @@ -1,6 +1,6 @@ { "name": "haiku-glass", - "version": "4.5.0", + "version": "4.5.1", "private": true, "authors": [ "Matthew Trost ", @@ -8,13 +8,13 @@ "Taylor Poe " ], "dependencies": { - "@haiku/core": "4.5.0", + "@haiku/core": "4.5.1", "color": "^2.0.1", - "haiku-common": "4.5.0", - "haiku-fs-extra": "4.5.0", - "haiku-serialization": "4.5.0", - "haiku-ui-common": "4.5.0", - "haiku-vendor-legacy": "4.5.0", + "haiku-common": "4.5.1", + "haiku-fs-extra": "4.5.1", + "haiku-serialization": "4.5.1", + "haiku-ui-common": "4.5.1", + "haiku-vendor-legacy": "4.5.1", "lodash": "^4.17.4", "moment": "2.18.1", "qs": "6.4.0", @@ -28,7 +28,7 @@ "async": "^2.5.0", "cross-env": "^5.1.6", "electron": "2.0.8", - "haiku-testing": "4.5.0", + "haiku-testing": "4.5.1", "istanbul-reporter-cobertura-haiku": "^1.0.2", "jsdom": "^11.1.0", "leaked-handles": "^5.2.0", diff --git a/packages/haiku-plumbing/package.json b/packages/haiku-plumbing/package.json index 8c3dbaabc0..ddca5162b9 100644 --- a/packages/haiku-plumbing/package.json +++ b/packages/haiku-plumbing/package.json @@ -1,6 +1,6 @@ { "name": "haiku-plumbing", - "version": "4.5.0", + "version": "4.5.1", "description": "Haiku plumbing (serializer, processes, etc)", "authors": [ "Zack Brown ", @@ -22,20 +22,20 @@ "develop": "tsc --watch" }, "dependencies": { - "@haiku/cli": "4.5.0", - "@haiku/core": "4.5.0", - "@haiku/sdk-client": "4.5.0", - "@haiku/sdk-inkstone": "4.5.0", + "@haiku/cli": "4.5.1", + "@haiku/core": "4.5.1", + "@haiku/sdk-client": "4.5.1", + "@haiku/sdk-inkstone": "4.5.1", "@ronomon/base64": "^2.4.1", "async": "^2.5.0", "chokidar": "^1.7.0", "dedent": "^0.7.0", "fs-extra": "^4.0.2", - "haiku-common": "4.5.0", - "haiku-formats": "4.5.0", - "haiku-fs-extra": "4.5.0", - "haiku-sdk-creator": "4.5.0", - "haiku-serialization": "4.5.0", + "haiku-common": "4.5.1", + "haiku-formats": "4.5.1", + "haiku-fs-extra": "4.5.1", + "haiku-sdk-creator": "4.5.1", + "haiku-serialization": "4.5.1", "lodash": "^4.17.4", "lodash.assign": "^4.2.0", "lodash.clone": "^4.5.0", @@ -66,8 +66,8 @@ "@types/semver": "^5.4.1", "cross-env": "^5.1.6", "electron": "2.0.8", - "haiku-creator": "4.5.0", - "haiku-testing": "4.5.0", + "haiku-creator": "4.5.1", + "haiku-testing": "4.5.1", "istanbul-reporter-cobertura-haiku": "^1.0.2", "leaked-handles": "^5.2.0", "nyc": "^13.0.1", diff --git a/packages/haiku-sdk-creator/package.json b/packages/haiku-sdk-creator/package.json index bf3b1d430f..b7c434cb65 100644 --- a/packages/haiku-sdk-creator/package.json +++ b/packages/haiku-sdk-creator/package.json @@ -1,6 +1,6 @@ { "name": "haiku-sdk-creator", - "version": "4.5.0", + "version": "4.5.1", "description": "SDK into Haiku", "main": "lib/index.js", "directories": { @@ -22,10 +22,10 @@ ], "license": "UNLICENSED", "dependencies": { - "@haiku/sdk-client": "4.5.0", - "@haiku/sdk-inkstone": "4.5.0", - "haiku-common": "4.5.0", - "haiku-serialization": "4.5.0", + "@haiku/sdk-client": "4.5.1", + "@haiku/sdk-inkstone": "4.5.1", + "haiku-common": "4.5.1", + "haiku-serialization": "4.5.1", "qs": "6.4.0", "ws": "3.2.0" }, @@ -42,6 +42,6 @@ "tslint-config-haiku": "^1.0.16", "typescript": "^3.0.3", "leaked-handles": "^5.2.0", - "haiku-testing": "4.5.0" + "haiku-testing": "4.5.1" } } diff --git a/packages/haiku-serialization/package.json b/packages/haiku-serialization/package.json index 8af4283f8a..f830719f80 100644 --- a/packages/haiku-serialization/package.json +++ b/packages/haiku-serialization/package.json @@ -1,6 +1,6 @@ { "name": "haiku-serialization", - "version": "4.5.0", + "version": "4.5.1", "description": "Serialization utilities", "main": "index.js", "scripts": { @@ -20,9 +20,9 @@ "@babel/generator": "7.0.0", "@babel/parser": "7.0.0", "@babel/traverse": "7.0.0", - "@haiku/core": "4.5.0", - "@haiku/sdk-client": "4.5.0", - "@haiku/sdk-inkstone": "4.5.0", + "@haiku/core": "4.5.1", + "@haiku/sdk-client": "4.5.1", + "@haiku/sdk-inkstone": "4.5.1", "async": "^2.5.0", "camelcase": "^4.1.0", "colors": "1.1.2", @@ -34,11 +34,11 @@ "fs-extra": "^4.0.2", "fuzzy-string-matching": "^1.0.2", "gl-matrix": "^2.4.0", - "haiku-common": "4.5.0", - "haiku-fs-extra": "4.5.0", - "haiku-sdk-creator": "4.5.0", - "haiku-ui-common": "4.5.0", - "haiku-vendor-legacy": "4.5.0", + "haiku-common": "4.5.1", + "haiku-fs-extra": "4.5.1", + "haiku-sdk-creator": "4.5.1", + "haiku-ui-common": "4.5.1", + "haiku-vendor-legacy": "4.5.1", "image-size": "^0.6.3", "json-stable-stringify": "^1.0.1", "lodash": "^4.17.4", @@ -70,7 +70,7 @@ "devDependencies": { "@types/gl-matrix": "^2.4.0", "cross-env": "^5.1.6", - "haiku-testing": "4.5.0", + "haiku-testing": "4.5.1", "istanbul-reporter-cobertura-haiku": "^1.0.2", "leaked-handles": "^5.2.0", "nyc": "^13.0.1", diff --git a/packages/haiku-testing/package.json b/packages/haiku-testing/package.json index 32ef56bf99..0b1784da42 100644 --- a/packages/haiku-testing/package.json +++ b/packages/haiku-testing/package.json @@ -1,6 +1,6 @@ { "name": "haiku-testing", - "version": "4.5.0", + "version": "4.5.1", "description": "Testing utilities for Haiku.", "main": "lib/index.js", "directories": { diff --git a/packages/haiku-timeline/package.json b/packages/haiku-timeline/package.json index 0829611219..e71b2609f2 100644 --- a/packages/haiku-timeline/package.json +++ b/packages/haiku-timeline/package.json @@ -1,6 +1,6 @@ { "name": "haiku-timeline", - "version": "4.5.0", + "version": "4.5.1", "private": true, "license": "UNLICENSED", "authors": [ @@ -21,15 +21,15 @@ "start": "cross-env AUTOSTART=main electron --enable-logging --remote-debugging-port=9222 ./lib/electron.js" }, "dependencies": { - "@haiku/core": "4.5.0", + "@haiku/core": "4.5.1", "classnames": "2.2.5", "codemirror": "^5.28.0", "color": "^2.0.1", - "haiku-common": "4.5.0", - "haiku-formats": "4.5.0", - "haiku-fs-extra": "4.5.0", - "haiku-serialization": "4.5.0", - "haiku-ui-common": "4.5.0", + "haiku-common": "4.5.1", + "haiku-formats": "4.5.1", + "haiku-fs-extra": "4.5.1", + "haiku-serialization": "4.5.1", + "haiku-ui-common": "4.5.1", "lodash": "^4.17.4", "qs": "6.4.0", "radium": "0.18.1", @@ -44,7 +44,7 @@ "devDependencies": { "cross-env": "^5.1.6", "electron": "2.0.8", - "haiku-testing": "4.5.0", + "haiku-testing": "4.5.1", "istanbul-reporter-cobertura-haiku": "^1.0.2", "jsdom": "^11.1.0", "leaked-handles": "^5.2.0", diff --git a/packages/haiku-ui-common/package.json b/packages/haiku-ui-common/package.json index d7bdae03b1..2b03e9a3b7 100644 --- a/packages/haiku-ui-common/package.json +++ b/packages/haiku-ui-common/package.json @@ -1,6 +1,6 @@ { "name": "haiku-ui-common", - "version": "4.5.0", + "version": "4.5.1", "description": "Common UI components for Haiku projects.", "main": "lib/index.js", "directories": { @@ -20,7 +20,7 @@ "Sasha Joseph " ], "devDependencies": { - "@haiku/sdk-inkstone": "4.5.0", + "@haiku/sdk-inkstone": "4.5.1", "@types/color": "^3.0.0", "@types/react-color": "^2.14.0", "@types/decamelize": "^1.2.0", @@ -40,7 +40,7 @@ "tslint-config-haiku": "^1.0.16", "typescript": "^3.0.3", "leaked-handles": "^5.2.0", - "haiku-testing": "4.5.0" + "haiku-testing": "4.5.1" }, "license": "UNLICENSED", "dependencies": { @@ -48,9 +48,9 @@ "color": "^2.0.1", "decamelize": "^1.2.0", "dedent": "^0.7.0", - "haiku-common": "4.5.0", - "haiku-serialization": "4.5.0", - "haiku-sdk-creator": "4.5.0", + "haiku-common": "4.5.1", + "haiku-serialization": "4.5.1", + "haiku-sdk-creator": "4.5.1", "memoize-one": "5.0.0", "numeral": "^2.0.6", "radium": "0.18.1", diff --git a/packages/haiku-vendor-legacy/package.json b/packages/haiku-vendor-legacy/package.json index 95df4355e6..bb16397f67 100644 --- a/packages/haiku-vendor-legacy/package.json +++ b/packages/haiku-vendor-legacy/package.json @@ -1,5 +1,5 @@ { "name": "haiku-vendor-legacy", - "version": "4.5.0", + "version": "4.5.1", "description": "Deprecated \"vendored in\" packages originally from @haiku/core. When time allows, replace these with their original deps." }