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


## 4.5.1

### Bug Fixes

* resolve NPM publish failure on uglified dependencies
* use 'Position' instead of 'Translation' in the JIT menu
* reroll yarn.lock
* reroll yarn.lock
* reroll yarn.lock
* hammer out some deps issues
* use pre-compiled templates in Vue adapter

## 4.5.0

### Bug Fixes
Expand Down
37 changes: 37 additions & 0 deletions changelog/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -9414,5 +9414,42 @@
"label": "feat",
"message": "add placeholder support for the Vue adapter."
}
},
"4.5.1": {
"a85bc7a707a4ec6c27d3b6f2583d12ba3b274359": {
"project": "haiku-testing",
"label": "fix",
"message": "resolve NPM publish failure on uglified dependencies"
},
"06f3923c673ded3fb3f963f63b6a95e20d5c3982": {
"project": "haiku-testing",
"label": "fix",
"message": "use 'Position' instead of 'Translation' in the JIT menu"
},
"7c7dffc644993de30ee34c581b9d892b260be943": {
"project": "haiku-testing",
"label": "fix",
"message": "reroll yarn.lock"
},
"fa8fb4f4522faab75ca5a41b5d572b93aa7af0f7": {
"project": "haiku-testing",
"label": "fix",
"message": "reroll yarn.lock"
},
"a1d74f9232d10e037524968f5471ceb0a6ec6369": {
"project": "haiku-testing",
"label": "fix",
"message": "reroll yarn.lock"
},
"9b5fdadcebfe6ed648ae69f5c6b7263420358390": {
"project": "haiku-testing",
"label": "fix",
"message": "hammer out some deps issues"
},
"1edeb9e07412ac33f6f4890feb5f775e847b31d2": {
"project": "haiku-testing",
"label": "fix",
"message": "use pre-compiled templates in 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.1",
"version": "4.5.2",
"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.1",
"@haiku/core": "4.5.1",
"@haiku/cli": "4.5.2",
"@haiku/core": "4.5.2",
"@haiku/player": "^3.0.4",
"@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"
"@haiku/sdk-client": "4.5.2",
"@haiku/sdk-inkstone": "4.5.2",
"haiku-common": "4.5.2",
"haiku-creator": "4.5.2",
"haiku-formats": "4.5.2",
"haiku-fs-extra": "4.5.2",
"haiku-glass": "4.5.2",
"haiku-plumbing": "4.5.2",
"haiku-sdk-creator": "4.5.2",
"haiku-serialization": "4.5.2",
"haiku-timeline": "4.5.2",
"haiku-ui-common": "4.5.2"
},
"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.1",
"version": "4.5.2",
"description": "Haiku CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
],
"license": "MIT",
"dependencies": {
"@haiku/sdk-client": "4.5.1",
"@haiku/sdk-inkstone": "4.5.1",
"@haiku/sdk-client": "4.5.2",
"@haiku/sdk-inkstone": "4.5.2",
"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.1"
"haiku-testing": "4.5.2"
}
}
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.1",
"version": "4.5.2",
"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.1",
"haiku-testing": "4.5.2",
"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.1",
"version": "4.5.2",
"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.1",
"@haiku/sdk-inkstone": "4.5.2",
"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.1",
"haiku-testing": "4.5.2",
"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.1",
"version": "4.5.2",
"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.1"
"haiku-testing": "4.5.2"
}
}
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.1",
"version": "4.5.2",
"description": "Haiku Admin CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
],
"license": "MIT",
"dependencies": {
"@haiku/cli": "4.5.1",
"@haiku/sdk-client": "4.5.1",
"@haiku/sdk-inkstone": "4.5.1",
"@haiku/cli": "4.5.2",
"@haiku/sdk-client": "4.5.2",
"@haiku/sdk-inkstone": "4.5.2",
"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.1"
"haiku-testing": "4.5.2"
}
}
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.1",
"version": "4.5.2",
"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.1"
"haiku-testing": "4.5.2"
},
"dependencies": {
"@haiku/core": "4.5.1",
"haiku-sdk-creator": "4.5.1",
"haiku-vendor-legacy": "4.5.1"
"@haiku/core": "4.5.2",
"haiku-sdk-creator": "4.5.2",
"haiku-vendor-legacy": "4.5.2"
}
}
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.1",
"version": "4.5.2",
"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.1",
"@haiku/core": "4.5.2",
"@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.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",
"haiku-common": "4.5.2",
"haiku-glass": "4.5.2",
"haiku-sdk-creator": "4.5.2",
"haiku-serialization": "4.5.2",
"haiku-timeline": "4.5.2",
"haiku-ui-common": "4.5.2",
"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.1",
"haiku-testing": "4.5.2",
"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.5.1",
"version": "4.5.2",
"description": "Formatting-related utilities for Haiku.",
"main": "lib/index.js",
"directories": {
Expand All @@ -24,14 +24,14 @@
],
"license": "UNLICENSED",
"dependencies": {
"@haiku/core": "4.5.1",
"@haiku/core": "4.5.2",
"bezier-easing": "^2.0.3",
"ffmpeg-static": "^2.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^4.0.2",
"haiku-common": "4.5.1",
"haiku-sdk-creator": "4.5.1",
"haiku-serialization": "4.5.1",
"haiku-common": "4.5.2",
"haiku-sdk-creator": "4.5.2",
"haiku-serialization": "4.5.2",
"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.5.1",
"haiku-testing": "4.5.2",
"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.5.1",
"version": "4.5.2",
"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.5.1",
"version": "4.5.2",
"private": true,
"authors": [
"Matthew Trost <[email protected]>",
"Zack Brown <[email protected]>",
"Taylor Poe <[email protected]>"
],
"dependencies": {
"@haiku/core": "4.5.1",
"@haiku/core": "4.5.2",
"color": "^2.0.1",
"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",
"haiku-common": "4.5.2",
"haiku-fs-extra": "4.5.2",
"haiku-serialization": "4.5.2",
"haiku-ui-common": "4.5.2",
"haiku-vendor-legacy": "4.5.2",
"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.5.1",
"haiku-testing": "4.5.2",
"istanbul-reporter-cobertura-haiku": "^1.0.2",
"jsdom": "^11.1.0",
"leaked-handles": "^5.2.0",
Expand Down
Loading

0 comments on commit fd6401f

Please sign in to comment.