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 14, 2019
1 parent 79ad5b8 commit 0c1e007
Show file tree
Hide file tree
Showing 20 changed files with 150 additions and 104 deletions.
14 changes: 14 additions & 0 deletions changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## 4.3.12

### Bug Fixes

* typo
* do not try to open the bezier editor for descomposable curves on double click
* better function detection
* check if we get a valid color string before trying to infer its model

### Features

* update code snippets to include new onComplete callback
* add an optional callback for state transitions

## 4.3.11

### Bug Fixes
Expand Down
32 changes: 32 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -9078,5 +9078,37 @@
"label": "fix",
"message": "get build working"
}
},
"4.3.12": {
"68820535f0b9a2a72f8fd01437a5a7ac521d26b6": {
"project": "haiku-testing",
"label": "fix",
"message": "typo"
},
"66616ad969869c42b545d0d3e082f7d075a7ae40": {
"project": "haiku-testing",
"label": "fix",
"message": "do not try to open the bezier editor for descomposable curves on double click"
},
"c8e32fbb460c318432b72121cfd50a7578d9dab9": {
"project": "haiku-testing",
"label": "feat",
"message": "update code snippets to include new onComplete callback"
},
"bf688fbba731fee39f2cb1666757049db911fa52": {
"project": "haiku-testing",
"label": "fix",
"message": "better function detection"
},
"0049e209f85acdfaee56698bff1c76be61d13348": {
"project": "haiku-testing",
"label": "feat",
"message": "add an optional callback for state transitions"
},
"d5dbfd9cb12b6e482030b3e6dbf9221ac31f8206": {
"project": "haiku-testing",
"label": "fix",
"message": "check if we get a valid color string before trying to infer its model"
}
}
}
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.12",
"version": "4.4.0",
"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.12",
"@haiku/core": "4.3.12",
"@haiku/cli": "4.4.0",
"@haiku/core": "4.4.0",
"@haiku/player": "^3.0.4",
"@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"
"@haiku/sdk-client": "4.4.0",
"@haiku/sdk-inkstone": "4.4.0",
"haiku-common": "4.4.0",
"haiku-creator": "4.4.0",
"haiku-formats": "4.4.0",
"haiku-fs-extra": "4.4.0",
"haiku-glass": "4.4.0",
"haiku-plumbing": "4.4.0",
"haiku-sdk-creator": "4.4.0",
"haiku-serialization": "4.4.0",
"haiku-timeline": "4.4.0",
"haiku-ui-common": "4.4.0"
},
"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.12",
"version": "4.4.0",
"description": "Haiku CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
],
"license": "MIT",
"dependencies": {
"@haiku/sdk-client": "4.3.12",
"@haiku/sdk-inkstone": "4.3.12",
"@haiku/sdk-client": "4.4.0",
"@haiku/sdk-inkstone": "4.4.0",
"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.12"
"haiku-testing": "4.4.0"
}
}
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.12",
"version": "4.4.0",
"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.12",
"haiku-testing": "4.4.0",
"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.12",
"version": "4.4.0",
"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.12",
"@haiku/sdk-inkstone": "4.4.0",
"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.12",
"haiku-testing": "4.4.0",
"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.12",
"version": "4.4.0",
"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.12"
"haiku-testing": "4.4.0"
}
}
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.12",
"version": "4.4.0",
"description": "Haiku Admin CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
],
"license": "MIT",
"dependencies": {
"@haiku/cli": "4.3.12",
"@haiku/sdk-client": "4.3.12",
"@haiku/sdk-inkstone": "4.3.12",
"@haiku/cli": "4.4.0",
"@haiku/sdk-client": "4.4.0",
"@haiku/sdk-inkstone": "4.4.0",
"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.12"
"haiku-testing": "4.4.0"
}
}
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.12",
"version": "4.4.0",
"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.12"
"haiku-testing": "4.4.0"
},
"dependencies": {
"@haiku/core": "4.3.12",
"haiku-sdk-creator": "4.3.12",
"haiku-vendor-legacy": "4.3.12"
"@haiku/core": "4.4.0",
"haiku-sdk-creator": "4.4.0",
"haiku-vendor-legacy": "4.4.0"
}
}
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.12",
"version": "4.4.0",
"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.12",
"@haiku/core": "4.4.0",
"@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.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",
"haiku-common": "4.4.0",
"haiku-glass": "4.4.0",
"haiku-sdk-creator": "4.4.0",
"haiku-serialization": "4.4.0",
"haiku-timeline": "4.4.0",
"haiku-ui-common": "4.4.0",
"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.12",
"haiku-testing": "4.4.0",
"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.12",
"version": "4.4.0",
"description": "Formatting-related utilities for Haiku.",
"main": "lib/index.js",
"directories": {
Expand All @@ -24,14 +24,14 @@
],
"license": "UNLICENSED",
"dependencies": {
"@haiku/core": "4.3.12",
"@haiku/core": "4.4.0",
"bezier-easing": "^2.0.3",
"ffmpeg-static": "^2.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^4.0.2",
"haiku-common": "4.3.12",
"haiku-sdk-creator": "4.3.12",
"haiku-serialization": "4.3.12",
"haiku-common": "4.4.0",
"haiku-sdk-creator": "4.4.0",
"haiku-serialization": "4.4.0",
"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.12",
"haiku-testing": "4.4.0",
"lottie-web": "5.1.20",
"nodemon": "1.11.0",
"ts-loader": "^4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/haiku-fs-extra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haiku-fs-extra",
"version": "4.3.12",
"version": "4.4.0",
"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": {
Expand Down
16 changes: 8 additions & 8 deletions packages/haiku-glass/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "haiku-glass",
"version": "4.3.12",
"version": "4.4.0",
"private": true,
"authors": [
"Matthew Trost <[email protected]>",
"Zack Brown <[email protected]>",
"Taylor Poe <[email protected]>"
],
"dependencies": {
"@haiku/core": "4.3.12",
"@haiku/core": "4.4.0",
"color": "^2.0.1",
"haiku-common": "4.3.12",
"haiku-fs-extra": "4.3.12",
"haiku-serialization": "4.3.12",
"haiku-ui-common": "4.3.12",
"haiku-vendor-legacy": "4.3.12",
"haiku-common": "4.4.0",
"haiku-fs-extra": "4.4.0",
"haiku-serialization": "4.4.0",
"haiku-ui-common": "4.4.0",
"haiku-vendor-legacy": "4.4.0",
"lodash": "^4.17.4",
"moment": "2.18.1",
"qs": "6.4.0",
Expand All @@ -28,7 +28,7 @@
"async": "^2.5.0",
"cross-env": "^5.1.6",
"electron": "2.0.8",
"haiku-testing": "4.3.12",
"haiku-testing": "4.4.0",
"istanbul-reporter-cobertura-haiku": "^1.0.2",
"jsdom": "^11.1.0",
"leaked-handles": "^5.2.0",
Expand Down
Loading

0 comments on commit 0c1e007

Please sign in to comment.