Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gumptious committed Sep 8, 2021
1 parent cfa5404 commit ba39a7b
Show file tree
Hide file tree
Showing 18 changed files with 107 additions and 107 deletions.
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -5,11 +5,11 @@
"packages/@haiku/*",
"packages/haiku-*"
],
"version": "5.1.0",
"description": "Haiku monorepo",
"version": "5.1.2",
"description": "Haiku Animator",
"main": "index.js",
"author": "Matthew Trost <matthew@trost.co>",
"license": "UNLICENSED",
"author": "Haiku Systems Inc.",
"license": "AGPL",
"scripts": {
"add-experiment": "node ./scripts/add-experiment.js",
"republish-projects": "node ./scripts/republish-projects.js",
Expand All @@ -36,21 +36,21 @@
"@types/node": "10.12.30"
},
"dependencies": {
"@haiku/cli": "5.1.0",
"@haiku/core": "5.1.0",
"@haiku/cli": "5.1.2",
"@haiku/core": "5.1.2",
"@haiku/player": "^3.0.4",
"@haiku/sdk-client": "5.1.0",
"@haiku/sdk-inkstone": "5.1.0",
"haiku-common": "5.1.0",
"haiku-creator": "5.1.0",
"haiku-formats": "5.1.0",
"haiku-fs-extra": "5.1.0",
"haiku-glass": "5.1.0",
"haiku-plumbing": "5.1.0",
"haiku-sdk-creator": "5.1.0",
"haiku-serialization": "5.1.0",
"haiku-timeline": "5.1.0",
"haiku-ui-common": "5.1.0"
"@haiku/sdk-client": "5.1.2",
"@haiku/sdk-inkstone": "5.1.2",
"haiku-common": "5.1.2",
"haiku-creator": "5.1.2",
"haiku-formats": "5.1.2",
"haiku-fs-extra": "5.1.2",
"haiku-glass": "5.1.2",
"haiku-plumbing": "5.1.2",
"haiku-sdk-creator": "5.1.2",
"haiku-serialization": "5.1.2",
"haiku-timeline": "5.1.2",
"haiku-ui-common": "5.1.2"
},
"devDependencies": {
"async": "^2.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@haiku/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@haiku/cli",
"version": "5.1.0",
"version": "5.1.2",
"description": "Haiku CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,8 +27,8 @@
],
"license": "MIT",
"dependencies": {
"@haiku/sdk-client": "5.1.0",
"@haiku/sdk-inkstone": "5.1.0",
"@haiku/sdk-client": "5.1.2",
"@haiku/sdk-inkstone": "5.1.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": "5.1.0"
"haiku-testing": "5.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/@haiku/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@haiku/core",
"version": "5.1.0",
"version": "5.1.2",
"description": "Haiku Core is a JavaScript library for building user interfaces",
"homepage": "https://www.haikuforteams.com",
"directories": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"express": "4.14.1",
"filesize": "3.5.10",
"fs-extra": "^4.0.2",
"haiku-testing": "5.1.0",
"haiku-testing": "5.1.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
@@ -1,6 +1,6 @@
{
"name": "@haiku/sdk-client",
"version": "5.1.0",
"version": "5.1.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": "5.1.0",
"@haiku/sdk-inkstone": "5.1.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": "5.1.0",
"haiku-testing": "5.1.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
@@ -1,6 +1,6 @@
{
"name": "@haiku/sdk-inkstone",
"version": "5.1.0",
"version": "5.1.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": "5.1.0"
"haiku-testing": "5.1.2"
}
}
10 changes: 5 additions & 5 deletions packages/haiku-admin-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "haiku-admin-cli",
"version": "5.1.0",
"version": "5.1.2",
"description": "Haiku Admin CLI",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,9 +26,9 @@
],
"license": "MIT",
"dependencies": {
"@haiku/cli": "5.1.0",
"@haiku/sdk-client": "5.1.0",
"@haiku/sdk-inkstone": "5.1.0",
"@haiku/cli": "5.1.2",
"@haiku/sdk-client": "5.1.2",
"@haiku/sdk-inkstone": "5.1.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": "5.1.0"
"haiku-testing": "5.1.2"
}
}
10 changes: 5 additions & 5 deletions packages/haiku-common/package.json
@@ -1,6 +1,6 @@
{
"name": "haiku-common",
"version": "5.1.0",
"version": "5.1.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": "5.1.0"
"haiku-testing": "5.1.2"
},
"dependencies": {
"@haiku/core": "5.1.0",
"haiku-sdk-creator": "5.1.0",
"haiku-vendor-legacy": "5.1.0"
"@haiku/core": "5.1.2",
"haiku-sdk-creator": "5.1.2",
"haiku-vendor-legacy": "5.1.2"
}
}
18 changes: 9 additions & 9 deletions packages/haiku-creator/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "haiku-creator",
"productName": "Haiku",
"private": true,
"version": "5.1.0",
"version": "5.1.2",
"description": "Haiku Creator UI",
"main": "index.js",
"author": "Matthew Trost <matthew@haiku.ai>",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/parser": "7.0.0",
"@haiku/core": "5.1.0",
"@haiku/core": "5.1.2",
"@haiku/taylor-nocon": "^0.0.2",
"@haiku/tina-haikuerror": "^0.0.6",
"async": "^2.5.0",
Expand All @@ -32,12 +32,12 @@
"event-emitter": "^0.3.5",
"fast-safe-stringify": "^2.0.4",
"fs-extra": "^4.0.2",
"haiku-common": "5.1.0",
"haiku-glass": "5.1.0",
"haiku-sdk-creator": "5.1.0",
"haiku-serialization": "5.1.0",
"haiku-timeline": "5.1.0",
"haiku-ui-common": "5.1.0",
"haiku-common": "5.1.2",
"haiku-glass": "5.1.2",
"haiku-sdk-creator": "5.1.2",
"haiku-serialization": "5.1.2",
"haiku-timeline": "5.1.2",
"haiku-ui-common": "5.1.2",
"lodash": "^4.17.4",
"lodash.assign": "^4.2.0",
"lodash.debounce": "4.0.8",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@types/qs": "^6.5.1",
"cross-env": "^5.1.6",
"electron": "2.0.8",
"haiku-testing": "5.1.0",
"haiku-testing": "5.1.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
@@ -1,6 +1,6 @@
{
"name": "haiku-formats",
"version": "5.1.0",
"version": "5.1.2",
"description": "Formatting-related utilities for Haiku.",
"main": "lib/index.js",
"directories": {
Expand All @@ -24,14 +24,14 @@
],
"license": "UNLICENSED",
"dependencies": {
"@haiku/core": "5.1.0",
"@haiku/core": "5.1.2",
"bezier-easing": "^2.0.3",
"ffmpeg-static": "^2.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^4.0.2",
"haiku-common": "5.1.0",
"haiku-sdk-creator": "5.1.0",
"haiku-serialization": "5.1.0",
"haiku-common": "5.1.2",
"haiku-sdk-creator": "5.1.2",
"haiku-serialization": "5.1.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": "5.1.0",
"haiku-testing": "5.1.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
@@ -1,6 +1,6 @@
{
"name": "haiku-fs-extra",
"version": "5.1.0",
"version": "5.1.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
@@ -1,20 +1,20 @@
{
"name": "haiku-glass",
"version": "5.1.0",
"version": "5.1.2",
"private": true,
"authors": [
"Matthew Trost <matthew@haiku.ai>",
"Zack Brown <zack@haiku.ai>",
"Taylor Poe <taylor@haiku.ai>"
],
"dependencies": {
"@haiku/core": "5.1.0",
"@haiku/core": "5.1.2",
"color": "^2.0.1",
"haiku-common": "5.1.0",
"haiku-fs-extra": "5.1.0",
"haiku-serialization": "5.1.0",
"haiku-ui-common": "5.1.0",
"haiku-vendor-legacy": "5.1.0",
"haiku-common": "5.1.2",
"haiku-fs-extra": "5.1.2",
"haiku-serialization": "5.1.2",
"haiku-ui-common": "5.1.2",
"haiku-vendor-legacy": "5.1.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": "5.1.0",
"haiku-testing": "5.1.2",
"istanbul-reporter-cobertura-haiku": "^1.0.2",
"jsdom": "^11.1.0",
"leaked-handles": "^5.2.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/haiku-plumbing/package.json
@@ -1,6 +1,6 @@
{
"name": "haiku-plumbing",
"version": "5.1.0",
"version": "5.1.2",
"description": "Haiku plumbing (serializer, processes, etc)",
"authors": [
"Zack Brown <zack@haiku.ai>",
Expand All @@ -22,20 +22,20 @@
"develop": "tsc --watch"
},
"dependencies": {
"@haiku/cli": "5.1.0",
"@haiku/core": "5.1.0",
"@haiku/sdk-client": "5.1.0",
"@haiku/sdk-inkstone": "5.1.0",
"@haiku/cli": "5.1.2",
"@haiku/core": "5.1.2",
"@haiku/sdk-client": "5.1.2",
"@haiku/sdk-inkstone": "5.1.2",
"@ronomon/base64": "^2.4.1",
"async": "^2.5.0",
"chokidar": "^1.7.0",
"dedent": "^0.7.0",
"fs-extra": "^4.0.2",
"haiku-common": "5.1.0",
"haiku-formats": "5.1.0",
"haiku-fs-extra": "5.1.0",
"haiku-sdk-creator": "5.1.0",
"haiku-serialization": "5.1.0",
"haiku-common": "5.1.2",
"haiku-formats": "5.1.2",
"haiku-fs-extra": "5.1.2",
"haiku-sdk-creator": "5.1.2",
"haiku-serialization": "5.1.2",
"lodash": "^4.17.4",
"lodash.assign": "^4.2.0",
"lodash.clone": "^4.5.0",
Expand Down Expand Up @@ -66,8 +66,8 @@
"@types/semver": "^5.4.1",
"cross-env": "^5.1.6",
"electron": "2.0.8",
"haiku-creator": "5.1.0",
"haiku-testing": "5.1.0",
"haiku-creator": "5.1.2",
"haiku-testing": "5.1.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-sdk-creator/package.json
@@ -1,6 +1,6 @@
{
"name": "haiku-sdk-creator",
"version": "5.1.0",
"version": "5.1.2",
"description": "SDK into Haiku",
"main": "lib/index.js",
"directories": {
Expand All @@ -22,10 +22,10 @@
],
"license": "UNLICENSED",
"dependencies": {
"@haiku/sdk-client": "5.1.0",
"@haiku/sdk-inkstone": "5.1.0",
"haiku-common": "5.1.0",
"haiku-serialization": "5.1.0",
"@haiku/sdk-client": "5.1.2",
"@haiku/sdk-inkstone": "5.1.2",
"haiku-common": "5.1.2",
"haiku-serialization": "5.1.2",
"qs": "6.4.0",
"ws": "3.2.0"
},
Expand All @@ -42,6 +42,6 @@
"tslint-config-haiku": "^1.0.16",
"typescript": "^3.0.3",
"leaked-handles": "^5.2.0",
"haiku-testing": "5.1.0"
"haiku-testing": "5.1.2"
}
}

0 comments on commit ba39a7b

Please sign in to comment.