Skip to content

Commit

Permalink
auto: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai-CI committed Mar 13, 2019
1 parent 48c78b2 commit 0024620
Show file tree
Hide file tree
Showing 20 changed files with 228 additions and 104 deletions.
27 changes: 27 additions & 0 deletions changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
97 changes: 97 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/@haiku/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiku/cli",
"version": "4.5.0",
"version": "4.5.1",
"description": "Haiku CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/@haiku/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/@haiku/sdk-client/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/@haiku/sdk-inkstone/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions packages/haiku-admin-cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions packages/haiku-common/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}
18 changes: 9 additions & 9 deletions packages/haiku-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 0024620

Please sign in to comment.