Skip to content

Commit

Permalink
auto: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai-CI committed Feb 13, 2019
1 parent 1ab5e14 commit c696326
Show file tree
Hide file tree
Showing 20 changed files with 222 additions and 104 deletions.
26 changes: 26 additions & 0 deletions changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog


## 4.3.11

### Bug Fixes

* also automagically set the value display
* hide bezier editor when switching components
* automagically change to RGBA if alpha is changed
* set a fallback value for color properties
* use a value of PI fixed to two digits for ranges
* typo in function name
* use `label` instead of `value` to find custom events
* there is no need to exclude any event group from custom event filtering
* register missing coupled properties to prevent Lottie failure on some path-morphed animations
* upgrade node-gyp version to prevent install errors on macOS Mojave
* do not hardcode colors, use our Palette instead
* prevent rows from unexpectedly expanding on certain situations
* respect the original behavior of curve assignment
* get build working

### Features

* typed popovers for timeline rows
* double click tweens to edit bezier curves
* curve editor & custom Bezier Curves
* curve editor & custom Bezier Curves

## 4.3.10

### Bug Fixes
Expand Down
92 changes: 92 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -8986,5 +8986,97 @@
"label": "feat",
"message": "add endpoints for coupon validation"
}
},
"4.3.11": {
"59d45793d0106fd6f2cd4eb46a05870f7c2bfc69": {
"project": "haiku-testing",
"label": "fix",
"message": "also automagically set the value display"
},
"45358f1de90d1a975dba478599604c4ed63ec6d0": {
"project": "haiku-testing",
"label": "fix",
"message": "hide bezier editor when switching components"
},
"c16ab13ce99f3f90f02cdd544fa226f948b46fb0": {
"project": "haiku-testing",
"label": "fix",
"message": "automagically change to RGBA if alpha is changed"
},
"c1cbe37086445a8663c9af3f499965477ac75bb2": {
"project": "haiku-testing",
"label": "fix",
"message": "set a fallback value for color properties"
},
"fad882d43de314a693f25b673cd5d31b31910724": {
"project": "haiku-testing",
"label": "fix",
"message": "use a value of PI fixed to two digits for ranges"
},
"cad622c4171d77514f3c6df28a19ec58b32be977": {
"project": "haiku-testing",
"label": "fix",
"message": "typo in function name"
},
"8a4cce1201b4ccde721582a05e99c9d907e428fd": {
"project": "haiku-testing",
"label": "fix",
"message": "use `label` instead of `value` to find custom events"
},
"0826ca5ce5aa16e31d37c92cf3fa2fd3c3b53493": {
"project": "haiku-testing",
"label": "fix",
"message": "there is no need to exclude any event group from custom event filtering"
},
"ef08d6bd35d81feec7a810b2965406d6ecdeca05": {
"project": "haiku-testing",
"label": "fix",
"message": "register missing coupled properties to prevent Lottie failure on some path-morphed animations"
},
"e2c0923cb576bc1e1a5daef0cbacc2c5c1ee694e": {
"project": "haiku-testing",
"label": "fix",
"message": "upgrade node-gyp version to prevent install errors on macOS Mojave"
},
"7a572b2cf9ce4d8e83253dfebd334f8f67e06702": {
"project": "haiku-testing",
"label": "fix",
"message": "do not hardcode colors, use our Palette instead"
},
"7da5bbe780a4c53c9a75ee3e4e4f5e37e89c90f1": {
"project": "haiku-testing",
"label": "feat",
"message": "typed popovers for timeline rows"
},
"8ddb1d74aa19204ac234299b0a47e3233932c8e7": {
"project": "haiku-testing",
"label": "fix",
"message": "prevent rows from unexpectedly expanding on certain situations"
},
"5efc7df1404279595f7ac3515c53359ebe535015": {
"project": "haiku-testing",
"label": "feat",
"message": "double click tweens to edit bezier curves"
},
"5b3955f0bfd17e7b80e84b6525b01dfb0c691c78": {
"project": "haiku-testing",
"label": "feat",
"message": "curve editor & custom Bezier Curves"
},
"264065afc9b078997517d8bb49e09dbad769bcb6": {
"project": "haiku-testing",
"label": "fix",
"message": "respect the original behavior of curve assignment"
},
"9a758918b68a4820d76791a0f3a6b40ee281e72b": {
"project": "haiku-testing",
"label": "feat",
"message": "curve editor & custom Bezier Curves"
},
"bae618840459893b34730cdabb282cbf9c876cea": {
"project": "haiku-testing",
"label": "fix",
"message": "get build working"
}
}
}
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.3.11",
"version": "4.3.12",
"description": "Haiku monorepo",
"main": "index.js",
"author": "Matthew Trost <[email protected]>",
Expand Down Expand Up @@ -35,21 +35,21 @@
"**/@types/react": "15.6.11"
},
"dependencies": {
"@haiku/cli": "4.3.11",
"@haiku/core": "4.3.11",
"@haiku/cli": "4.3.12",
"@haiku/core": "4.3.12",
"@haiku/player": "^3.0.4",
"@haiku/sdk-client": "4.3.11",
"@haiku/sdk-inkstone": "4.3.11",
"haiku-common": "4.3.11",
"haiku-creator": "4.3.11",
"haiku-formats": "4.3.11",
"haiku-fs-extra": "4.3.11",
"haiku-glass": "4.3.11",
"haiku-plumbing": "4.3.11",
"haiku-sdk-creator": "4.3.11",
"haiku-serialization": "4.3.11",
"haiku-timeline": "4.3.11",
"haiku-ui-common": "4.3.11"
"@haiku/sdk-client": "4.3.12",
"@haiku/sdk-inkstone": "4.3.12",
"haiku-common": "4.3.12",
"haiku-creator": "4.3.12",
"haiku-formats": "4.3.12",
"haiku-fs-extra": "4.3.12",
"haiku-glass": "4.3.12",
"haiku-plumbing": "4.3.12",
"haiku-sdk-creator": "4.3.12",
"haiku-serialization": "4.3.12",
"haiku-timeline": "4.3.12",
"haiku-ui-common": "4.3.12"
},
"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.3.11",
"version": "4.3.12",
"description": "Haiku CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
],
"license": "MIT",
"dependencies": {
"@haiku/sdk-client": "4.3.11",
"@haiku/sdk-inkstone": "4.3.11",
"@haiku/sdk-client": "4.3.12",
"@haiku/sdk-inkstone": "4.3.12",
"async": "^2.5.0",
"chalk": "^1.1.3",
"cli-color": "^1.2.0",
Expand Down Expand Up @@ -62,6 +62,6 @@
"tslint-config-haiku": "^1.0.16",
"typescript": "^3.0.3",
"leaked-handles": "^5.2.0",
"haiku-testing": "4.3.11"
"haiku-testing": "4.3.12"
}
}
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.3.11",
"version": "4.3.12",
"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.3.11",
"haiku-testing": "4.3.12",
"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.3.11",
"version": "4.3.12",
"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.3.11",
"@haiku/sdk-inkstone": "4.3.12",
"dedent": "^0.7.0",
"dotenv": "^5.0.1",
"fs-extra": "^4.0.2",
Expand All @@ -37,7 +37,7 @@
"@types/node": "^8.9.4",
"@types/request": "^2.0.0",
"cross-env": "^5.1.6",
"haiku-testing": "4.3.11",
"haiku-testing": "4.3.12",
"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.3.11",
"version": "4.3.12",
"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.3.11"
"haiku-testing": "4.3.12"
}
}
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.3.11",
"version": "4.3.12",
"description": "Haiku Admin CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
],
"license": "MIT",
"dependencies": {
"@haiku/cli": "4.3.11",
"@haiku/sdk-client": "4.3.11",
"@haiku/sdk-inkstone": "4.3.11",
"@haiku/cli": "4.3.12",
"@haiku/sdk-client": "4.3.12",
"@haiku/sdk-inkstone": "4.3.12",
"async": "^2.5.0",
"chalk": "^1.1.3",
"cli-color": "^1.2.0",
Expand Down Expand Up @@ -62,6 +62,6 @@
"tslint-config-haiku": "^1.0.16",
"typescript": "^3.0.3",
"leaked-handles": "^5.2.0",
"haiku-testing": "4.3.11"
"haiku-testing": "4.3.12"
}
}
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.3.11",
"version": "4.3.12",
"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.3.11"
"haiku-testing": "4.3.12"
},
"dependencies": {
"@haiku/core": "4.3.11",
"haiku-sdk-creator": "4.3.11",
"haiku-vendor-legacy": "4.3.11"
"@haiku/core": "4.3.12",
"haiku-sdk-creator": "4.3.12",
"haiku-vendor-legacy": "4.3.12"
}
}
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.3.11",
"version": "4.3.12",
"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.3.11",
"@haiku/core": "4.3.12",
"@haiku/taylor-creatorintro": "^0.0.5",
"@haiku/taylor-hai": "^0.0.7",
"@haiku/taylor-ipreview2": "^0.0.2",
Expand All @@ -34,12 +34,12 @@
"event-emitter": "^0.3.5",
"fast-safe-stringify": "^2.0.4",
"fs-extra": "^4.0.2",
"haiku-common": "4.3.11",
"haiku-glass": "4.3.11",
"haiku-sdk-creator": "4.3.11",
"haiku-serialization": "4.3.11",
"haiku-timeline": "4.3.11",
"haiku-ui-common": "4.3.11",
"haiku-common": "4.3.12",
"haiku-glass": "4.3.12",
"haiku-sdk-creator": "4.3.12",
"haiku-serialization": "4.3.12",
"haiku-timeline": "4.3.12",
"haiku-ui-common": "4.3.12",
"lodash": "^4.17.4",
"lodash.assign": "^4.2.0",
"lodash.debounce": "4.0.8",
Expand Down Expand Up @@ -69,7 +69,7 @@
"cross-env": "^5.1.6",
"electron": "2.0.8",
"electron-devtools-installer": "^2.2.4",
"haiku-testing": "4.3.11",
"haiku-testing": "4.3.12",
"istanbul-reporter-cobertura-haiku": "^1.0.2",
"leaked-handles": "^5.2.0",
"nyc": "^13.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/haiku-formats/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haiku-formats",
"version": "4.3.11",
"version": "4.3.12",
"description": "Formatting-related utilities for Haiku.",
"main": "lib/index.js",
"directories": {
Expand All @@ -24,14 +24,14 @@
],
"license": "UNLICENSED",
"dependencies": {
"@haiku/core": "4.3.11",
"@haiku/core": "4.3.12",
"bezier-easing": "^2.0.3",
"ffmpeg-static": "^2.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^4.0.2",
"haiku-common": "4.3.11",
"haiku-sdk-creator": "4.3.11",
"haiku-serialization": "4.3.11",
"haiku-common": "4.3.12",
"haiku-sdk-creator": "4.3.12",
"haiku-serialization": "4.3.12",
"image-size": "^0.6.3",
"lodash": "^4.17.4"
},
Expand All @@ -55,7 +55,7 @@
"tslint-config-haiku": "^1.0.16",
"typescript": "^3.0.3",
"leaked-handles": "^5.2.0",
"haiku-testing": "4.3.11",
"haiku-testing": "4.3.12",
"lottie-web": "5.1.20",
"nodemon": "1.11.0",
"ts-loader": "^4.4.2",
Expand Down
Loading

0 comments on commit c696326

Please sign in to comment.