Skip to content

Commit

Permalink
auto: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai-CI committed Jan 8, 2019
1 parent 65cf826 commit c13c65b
Show file tree
Hide file tree
Showing 20 changed files with 191 additions and 103 deletions.
21 changes: 21 additions & 0 deletions changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## 4.3.9

### Bug Fixes

* do not clobber expressions when copying/pasting
* avoid stubby event handlers in bytecode
* do not auto-tween on keyframe moves
* cmd + shift + left now also changes time internally
* ensure we are actually iterating through keyframes when we flatten functions for static export
* don't allow the tour and the loading screen at the same time
* disable TopMenu items that require auth on login screen
* tick after updateKeyframes so on-stage transforms work
* backward-incompatible yarn
* when syphoning images out of SVG, use native base64 buffers instead of storing a big string in memory
* disable offline access when expiration is before, not after, current date
* actually solve the issue with ID re-refs during padding

### Features

* add endpoints for coupon validation

## 4.3.8

### Bug Fixes
Expand Down
67 changes: 67 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -8822,5 +8822,72 @@
"label": "fix",
"message": "don't crash on null states"
}
},
"4.3.9": {
"cdc7e906165298e438e5321cd6bd5b84a2b99c7d": {
"project": "haiku-testing",
"label": "fix",
"message": "do not clobber expressions when copying/pasting"
},
"830ed8de8ffb5645bd3b8dc095243445a3e268ed": {
"project": "haiku-testing",
"label": "fix",
"message": "avoid stubby event handlers in bytecode"
},
"78ed24d457e31d38bf46a06ea775e1e9f2b3df26": {
"project": "haiku-testing",
"label": "fix",
"message": "do not auto-tween on keyframe moves"
},
"4d8f784e427689bba8d2e602917b463e735139f6": {
"project": "haiku-testing",
"label": "fix",
"message": "cmd + shift + left now also changes time internally"
},
"895a6cf383b399ec11f2e37d4b9bf84cff2ab44f": {
"project": "haiku-testing",
"label": "fix",
"message": "ensure we are actually iterating through keyframes when we flatten functions for static export"
},
"13169874b38f70494fa071702a585c3f1ef72a74": {
"project": "haiku-testing",
"label": "fix",
"message": "don't allow the tour and the loading screen at the same time"
},
"e95251b9211513293d26be97c7f6a851e0650763": {
"project": "haiku-testing",
"label": "fix",
"message": "disable TopMenu items that require auth on login screen"
},
"34d11824a6d9169e0bb981d7c6a7ea2745ebeb9f": {
"project": "haiku-testing",
"label": "fix",
"message": "tick after updateKeyframes so on-stage transforms work"
},
"8ae3a9fb5ea2b7728e4dbe762aa3a067ae769869": {
"project": "haiku-testing",
"label": "fix",
"message": "backward-incompatible yarn"
},
"d36fdeb16a1ae7cee2f18e7fe24df1313544634d": {
"project": "haiku-testing",
"label": "fix",
"message": "when syphoning images out of SVG, use native base64 buffers instead of storing a big string in memory"
},
"25f758b3d21a5c4f35f6eab3e54f5c45108676b0": {
"project": "haiku-testing",
"label": "fix",
"message": "disable offline access when expiration is before, not after, current date"
},
"f3ed7314a6743cceb0464dd3f74ccda22de0ec36": {
"project": "haiku-testing",
"label": "fix",
"message": "actually solve the issue with ID re-refs during padding"
},
"481ad6c173ca3a0429f45222acc9322aef85cf26": {
"project": "haiku-testing",
"label": "feat",
"message": "add endpoints for coupon validation"
}
}
}
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.9",
"version": "4.3.10",
"description": "Haiku monorepo",
"main": "index.js",
"author": "Matthew Trost <[email protected]>",
Expand Down Expand Up @@ -34,21 +34,21 @@
"@haiku/core": "^4.0.0"
},
"dependencies": {
"@haiku/cli": "4.3.9",
"@haiku/core": "4.3.9",
"@haiku/cli": "4.3.10",
"@haiku/core": "4.3.10",
"@haiku/player": "^3.0.4",
"@haiku/sdk-client": "4.3.9",
"@haiku/sdk-inkstone": "4.3.9",
"haiku-common": "4.3.9",
"haiku-creator": "4.3.9",
"haiku-formats": "4.3.9",
"haiku-fs-extra": "4.3.9",
"haiku-glass": "4.3.9",
"haiku-plumbing": "4.3.9",
"haiku-sdk-creator": "4.3.9",
"haiku-serialization": "4.3.9",
"haiku-timeline": "4.3.9",
"haiku-ui-common": "4.3.9"
"@haiku/sdk-client": "4.3.10",
"@haiku/sdk-inkstone": "4.3.10",
"haiku-common": "4.3.10",
"haiku-creator": "4.3.10",
"haiku-formats": "4.3.10",
"haiku-fs-extra": "4.3.10",
"haiku-glass": "4.3.10",
"haiku-plumbing": "4.3.10",
"haiku-sdk-creator": "4.3.10",
"haiku-serialization": "4.3.10",
"haiku-timeline": "4.3.10",
"haiku-ui-common": "4.3.10"
},
"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.9",
"version": "4.3.10",
"description": "Haiku CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
],
"license": "MIT",
"dependencies": {
"@haiku/sdk-client": "4.3.9",
"@haiku/sdk-inkstone": "4.3.9",
"@haiku/sdk-client": "4.3.10",
"@haiku/sdk-inkstone": "4.3.10",
"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.9"
"haiku-testing": "4.3.10"
}
}
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.9",
"version": "4.3.10",
"description": "Haiku Core is a JavaScript library for building user interfaces",
"homepage": "https://haiku.ai",
"directories": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"express": "4.14.1",
"filesize": "3.5.10",
"fs-extra": "^4.0.2",
"haiku-testing": "4.3.9",
"haiku-testing": "4.3.10",
"cross-env": "^5.1.6",
"istanbul-reporter-cobertura-haiku": "^1.0.2",
"nyc": "^13.0.1",
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.9",
"version": "4.3.10",
"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.9",
"@haiku/sdk-inkstone": "4.3.10",
"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.9",
"haiku-testing": "4.3.10",
"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.9",
"version": "4.3.10",
"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.9"
"haiku-testing": "4.3.10"
}
}
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.9",
"version": "4.3.10",
"description": "Haiku Admin CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
],
"license": "MIT",
"dependencies": {
"@haiku/cli": "4.3.9",
"@haiku/sdk-client": "4.3.9",
"@haiku/sdk-inkstone": "4.3.9",
"@haiku/cli": "4.3.10",
"@haiku/sdk-client": "4.3.10",
"@haiku/sdk-inkstone": "4.3.10",
"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.9"
"haiku-testing": "4.3.10"
}
}
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.9",
"version": "4.3.10",
"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.9"
"haiku-testing": "4.3.10"
},
"dependencies": {
"@haiku/core": "4.3.9",
"haiku-sdk-creator": "4.3.9",
"haiku-vendor-legacy": "4.3.9"
"@haiku/core": "4.3.10",
"haiku-sdk-creator": "4.3.10",
"haiku-vendor-legacy": "4.3.10"
}
}
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.9",
"version": "4.3.10",
"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.9",
"@haiku/core": "4.3.10",
"@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.9",
"haiku-glass": "4.3.9",
"haiku-sdk-creator": "4.3.9",
"haiku-serialization": "4.3.9",
"haiku-timeline": "4.3.9",
"haiku-ui-common": "4.3.9",
"haiku-common": "4.3.10",
"haiku-glass": "4.3.10",
"haiku-sdk-creator": "4.3.10",
"haiku-serialization": "4.3.10",
"haiku-timeline": "4.3.10",
"haiku-ui-common": "4.3.10",
"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.9",
"haiku-testing": "4.3.10",
"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.9",
"version": "4.3.10",
"description": "Formatting-related utilities for Haiku.",
"main": "lib/index.js",
"directories": {
Expand All @@ -24,14 +24,14 @@
],
"license": "UNLICENSED",
"dependencies": {
"@haiku/core": "4.3.9",
"@haiku/core": "4.3.10",
"bezier-easing": "^2.0.3",
"ffmpeg-static": "^2.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^4.0.2",
"haiku-common": "4.3.9",
"haiku-sdk-creator": "4.3.9",
"haiku-serialization": "4.3.9",
"haiku-common": "4.3.10",
"haiku-sdk-creator": "4.3.10",
"haiku-serialization": "4.3.10",
"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.9",
"haiku-testing": "4.3.10",
"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.9",
"version": "4.3.10",
"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
Loading

0 comments on commit c13c65b

Please sign in to comment.