From ac605294095f547c05458b7ddc0da37ff6990e22 Mon Sep 17 00:00:00 2001 From: mkucharz Date: Sat, 7 Apr 2018 19:43:42 +0100 Subject: [PATCH] v0.11.1 --- CHANGELOG.md | 17 +++++++++++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 4 ++-- packages/lib-js-client/CHANGELOG.md | 11 +++++++++++ packages/lib-js-client/package.json | 2 +- packages/lib-js-test/CHANGELOG.md | 8 ++++++++ packages/lib-js-test/package.json | 4 ++-- packages/lib-js-validate/CHANGELOG.md | 8 ++++++++ packages/lib-js-validate/package.json | 4 ++-- packages/schema/CHANGELOG.md | 8 ++++++++ packages/schema/package.json | 2 +- packages/tests/CHANGELOG.md | 12 ++++++++++++ packages/tests/package.json | 6 +++--- 14 files changed, 87 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67adca37..384edfd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07) + + +### Bug Fixes + +* new locks ([000fcc9](https://github.com/Syncano/syncano-node/commit/000fcc9)) +* **cli:deploy:** env deploy bug ([bd484cc](https://github.com/Syncano/syncano-node/commit/bd484cc)) +* **client:** missing dependency ([#202](https://github.com/Syncano/syncano-node/issues/202)) ([7c8a6d7](https://github.com/Syncano/syncano-node/commit/7c8a6d7)) +* **docs:** init command in docs ([03ec3e0](https://github.com/Syncano/syncano-node/commit/03ec3e0)) +* **registry:** build script ([0e86335](https://github.com/Syncano/syncano-node/commit/0e86335)) +* **tests:** invalid keyword length ([fbab34f](https://github.com/Syncano/syncano-node/commit/fbab34f)) +* **tests:schema:** keyword length ([cb34c83](https://github.com/Syncano/syncano-node/commit/cb34c83)) + + + + # [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17) diff --git a/lerna.json b/lerna.json index 9173d4cc..1781bff5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.4.0", - "version": "0.11.0", + "version": "0.11.1", "packages": [ "packages/*", "packages/registry/syncano/organization", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fdd0a718..c08c259c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07) + + +### Bug Fixes + +* **cli:deploy:** env deploy bug ([bd484cc](https://github.com/Syncano/syncano-node/commit/bd484cc)) + + + + # [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17) diff --git a/packages/cli/package.json b/packages/cli/package.json index 3af41149..e664cb6b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@syncano/cli", - "version": "0.11.0", + "version": "0.11.1", "description": "CLI for Syncano", "author": "Maciej Kucharz", "license": "MIT", @@ -38,7 +38,7 @@ "@syncano/template-socket-es6": "0.11.0", "@syncano/template-socket-es6-validate": "0.11.0", "@syncano/template-socket-vanilla": "0.11.0", - "@syncano/validate": "0.11.0", + "@syncano/validate": "0.11.1", "analytics-node": "^3.1.1", "archiver": "^2.1.0", "axios": "^0.17.1", diff --git a/packages/lib-js-client/CHANGELOG.md b/packages/lib-js-client/CHANGELOG.md index 3698f27c..38ab46de 100644 --- a/packages/lib-js-client/CHANGELOG.md +++ b/packages/lib-js-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07) + + +### Bug Fixes + +* **client:** missing dependency ([#202](https://github.com/Syncano/syncano-node/issues/202)) ([7c8a6d7](https://github.com/Syncano/syncano-node/commit/7c8a6d7)) + + + + # [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17) diff --git a/packages/lib-js-client/package.json b/packages/lib-js-client/package.json index 56f71318..6d1702ff 100644 --- a/packages/lib-js-client/package.json +++ b/packages/lib-js-client/package.json @@ -1,6 +1,6 @@ { "name": "@syncano/client", - "version": "0.11.0", + "version": "0.11.1", "description": "Interact with your Syncano Sockets.", "main": "lib/index.js", "unpkg": "dist/syncano-client.min.js", diff --git a/packages/lib-js-test/CHANGELOG.md b/packages/lib-js-test/CHANGELOG.md index bb6663c2..c85dba55 100644 --- a/packages/lib-js-test/CHANGELOG.md +++ b/packages/lib-js-test/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07) + + + + +**Note:** Version bump only for package @syncano/test + # [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17) diff --git a/packages/lib-js-test/package.json b/packages/lib-js-test/package.json index 7d7c5cf1..809466f3 100644 --- a/packages/lib-js-test/package.json +++ b/packages/lib-js-test/package.json @@ -1,14 +1,14 @@ { "name": "@syncano/test", "description": "Testing tools for Syncano Sockets", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "main": "lib/index.js", "publishConfig": { "access": "public" }, "dependencies": { - "@syncano/validate": "0.11.0", + "@syncano/validate": "0.11.1", "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", diff --git a/packages/lib-js-validate/CHANGELOG.md b/packages/lib-js-validate/CHANGELOG.md index 7ec27fab..9517e98f 100644 --- a/packages/lib-js-validate/CHANGELOG.md +++ b/packages/lib-js-validate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07) + + + + +**Note:** Version bump only for package @syncano/validate + # [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17) diff --git a/packages/lib-js-validate/package.json b/packages/lib-js-validate/package.json index 4510d866..30afd901 100644 --- a/packages/lib-js-validate/package.json +++ b/packages/lib-js-validate/package.json @@ -1,14 +1,14 @@ { "name": "@syncano/validate", "description": "Validating Syncanao request/responses and more", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "main": "lib/index.js", "publishConfig": { "access": "public" }, "dependencies": { - "@syncano/schema": "0.11.0", + "@syncano/schema": "0.11.1", "ajv": "^6.2.0", "ajv-error-messages": "^1.0.0", "ajv-errors": "^1.0.0", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 70eed8e8..315da0b1 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07) + + + + +**Note:** Version bump only for package @syncano/schema + # [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17) diff --git a/packages/schema/package.json b/packages/schema/package.json index f0fa09f9..fe814b84 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,7 +1,7 @@ { "name": "@syncano/schema", "description": "Syncano JSON Schema Definitions", - "version": "0.11.0", + "version": "0.11.1", "main": "lib/index.js", "license": "MIT", "publishConfig": { diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 94b6c4e8..ff360c3b 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07) + + +### Bug Fixes + +* **tests:** invalid keyword length ([fbab34f](https://github.com/Syncano/syncano-node/commit/fbab34f)) +* **tests:schema:** keyword length ([cb34c83](https://github.com/Syncano/syncano-node/commit/cb34c83)) + + + + # [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17) diff --git a/packages/tests/package.json b/packages/tests/package.json index 28bea1a0..918a279b 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -1,6 +1,6 @@ { "name": "tests", - "version": "0.11.0", + "version": "0.11.1", "private": true, "description": "Syncano Tests", "author": "Maciej Kucharz", @@ -15,9 +15,9 @@ "engineStrict": true, "dependencies": { "@syncano/core": "0.11.0", - "@syncano/schema": "0.11.0", + "@syncano/schema": "0.11.1", "@syncano/test-tools": "0.11.0", - "@syncano/validate": "0.11.0", + "@syncano/validate": "0.11.1", "ajv": "^6.2.0", "ajv-keywords": "^3.1.0", "babel-cli": "^6.26.0",