From 07e04ec66d04c8712673729c0ff472c3c72f4c79 Mon Sep 17 00:00:00 2001 From: mkucharz Date: Mon, 19 Feb 2018 16:59:18 +0100 Subject: [PATCH] v0.9.3 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 14 +++++++------- packages/lib-js-client/CHANGELOG.md | 8 ++++++++ packages/lib-js-client/package.json | 4 ++-- packages/lib-js-core/CHANGELOG.md | 8 ++++++++ packages/lib-js-core/package.json | 4 ++-- 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 | 2 +- packages/template-project-empty/CHANGELOG.md | 8 ++++++++ packages/template-project-empty/package.json | 2 +- packages/template-project-hello/CHANGELOG.md | 8 ++++++++ packages/template-project-hello/package.json | 2 +- packages/template-socket-es6/CHANGELOG.md | 8 ++++++++ packages/template-socket-es6/package.json | 2 +- packages/template-socket-vanilla/CHANGELOG.md | 8 ++++++++ packages/template-socket-vanilla/package.json | 2 +- packages/test-tools/CHANGELOG.md | 8 ++++++++ packages/test-tools/package.json | 4 ++-- 22 files changed, 109 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdd974c..7440c20f 100644 --- a/CHANGELOG.md +++ b/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package undefined + ## [0.9.1](https://github.com/Syncano/syncano-node/compare/v0.9.0...v0.9.1) (2018-02-19) diff --git a/lerna.json b/lerna.json index 4942a9be..b490acee 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.4.0", - "version": "0.9.1", + "version": "0.9.3", "packages": [ "packages/*", "packages/registry/syncano/organization", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9c37f41a..03d940d8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/cli + # [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19) diff --git a/packages/cli/package.json b/packages/cli/package.json index ad35bbb2..d040df37 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@syncano/cli", - "version": "0.9.0", + "version": "0.9.3", "description": "CLI for Syncano", "author": "Maciej Kucharz", "license": "MIT", @@ -32,11 +32,11 @@ "url": "https://github.com/Syncano/syncano-node/issues" }, "dependencies": { - "@syncano/core": "0.9.0", - "@syncano/template-project-empty": "0.9.0", - "@syncano/template-project-hello": "0.9.0", - "@syncano/template-socket-es6": "0.9.0", - "@syncano/template-socket-vanilla": "0.9.0", + "@syncano/core": "0.9.3", + "@syncano/template-project-empty": "0.9.3", + "@syncano/template-project-hello": "0.9.3", + "@syncano/template-socket-es6": "0.9.3", + "@syncano/template-socket-vanilla": "0.9.3", "analytics-node": "^3.1.1", "archiver": "^2.1.0", "axios": "^0.17.1", @@ -75,7 +75,7 @@ "ws": "^4.0.0" }, "devDependencies": { - "@syncano/test-tools": "0.9.0", + "@syncano/test-tools": "0.9.3", "babel-cli": "^6.26.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-dynamic-import-node": "^1.0.2", diff --git a/packages/lib-js-client/CHANGELOG.md b/packages/lib-js-client/CHANGELOG.md index 50f6bbdb..d16ddf8c 100644 --- a/packages/lib-js-client/CHANGELOG.md +++ b/packages/lib-js-client/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/client + ## [0.9.1](https://github.com/Syncano/syncano-node/compare/v0.9.0...v0.9.1) (2018-02-19) diff --git a/packages/lib-js-client/package.json b/packages/lib-js-client/package.json index bcd20dca..48e86880 100644 --- a/packages/lib-js-client/package.json +++ b/packages/lib-js-client/package.json @@ -1,6 +1,6 @@ { "name": "@syncano/client", - "version": "0.9.1", + "version": "0.9.3", "description": "Interact with your Syncano Sockets.", "main": "lib/index.js", "unpkg": "dist/syncano-client.min.js", @@ -41,7 +41,7 @@ "axios": "^0.17.1" }, "devDependencies": { - "@syncano/test-tools": "0.9.0", + "@syncano/test-tools": "0.9.3", "axios-mock-adapter": "^1.9.0", "babel-cli": "^6.26.0", "babel-loader": "^7.1.2", diff --git a/packages/lib-js-core/CHANGELOG.md b/packages/lib-js-core/CHANGELOG.md index 206ea893..25b0ac5a 100644 --- a/packages/lib-js-core/CHANGELOG.md +++ b/packages/lib-js-core/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/core + # [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19) diff --git a/packages/lib-js-core/package.json b/packages/lib-js-core/package.json index 1f47202e..affbc710 100644 --- a/packages/lib-js-core/package.json +++ b/packages/lib-js-core/package.json @@ -1,6 +1,6 @@ { "name": "@syncano/core", - "version": "0.9.0", + "version": "0.9.3", "description": "A library to intereact with the Syncano API on a server side.", "main": "lib/index.js", "author": "Syncano Inc.", @@ -37,7 +37,7 @@ "node-fetch": "2.0.0-alpha.9" }, "devDependencies": { - "@syncano/test-tools": "0.9.0", + "@syncano/test-tools": "0.9.3", "babel-cli": "^6.26.0", "babel-eslint": "^8.0.1", "babel-plugin-add-module-exports": "^0.2.1", diff --git a/packages/lib-js-test/CHANGELOG.md b/packages/lib-js-test/CHANGELOG.md index 7ce2e93a..b7088f6b 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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/test + # [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09) diff --git a/packages/lib-js-test/package.json b/packages/lib-js-test/package.json index cbc1df21..f4dc7a15 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.8.0", + "version": "0.9.3", "license": "MIT", "main": "lib/index.js", "publishConfig": { "access": "public" }, "dependencies": { - "@syncano/validate": "0.8.0", + "@syncano/validate": "0.9.3", "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 f00e0772..fe0430ef 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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/validate + # [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09) diff --git a/packages/lib-js-validate/package.json b/packages/lib-js-validate/package.json index 9fab5c1c..0606be37 100644 --- a/packages/lib-js-validate/package.json +++ b/packages/lib-js-validate/package.json @@ -1,7 +1,7 @@ { "name": "@syncano/validate", "description": "Validating Syncanao request/responses and more", - "version": "0.8.0", + "version": "0.9.3", "license": "MIT", "main": "lib/index.js", "publishConfig": { diff --git a/packages/template-project-empty/CHANGELOG.md b/packages/template-project-empty/CHANGELOG.md index d539d3a4..646c978a 100644 --- a/packages/template-project-empty/CHANGELOG.md +++ b/packages/template-project-empty/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/template-project-empty + # [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19) diff --git a/packages/template-project-empty/package.json b/packages/template-project-empty/package.json index 8d2a8ef2..48297a9b 100644 --- a/packages/template-project-empty/package.json +++ b/packages/template-project-empty/package.json @@ -1,7 +1,7 @@ { "name": "@syncano/template-project-empty", "description": "Empty Project Template", - "version": "0.9.0", + "version": "0.9.3", "main": "index.js", "license": "MIT", "files": [ diff --git a/packages/template-project-hello/CHANGELOG.md b/packages/template-project-hello/CHANGELOG.md index 1395518b..a34d4bc0 100644 --- a/packages/template-project-hello/CHANGELOG.md +++ b/packages/template-project-hello/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/template-project-hello + # [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19) diff --git a/packages/template-project-hello/package.json b/packages/template-project-hello/package.json index 8ff1d5dd..710cba66 100644 --- a/packages/template-project-hello/package.json +++ b/packages/template-project-hello/package.json @@ -1,7 +1,7 @@ { "name": "@syncano/template-project-hello", "description": "Hello World Project Template", - "version": "0.9.0", + "version": "0.9.3", "license": "MIT", "main": "index.js", "files": [ diff --git a/packages/template-socket-es6/CHANGELOG.md b/packages/template-socket-es6/CHANGELOG.md index 35bbe055..43c5c2c6 100644 --- a/packages/template-socket-es6/CHANGELOG.md +++ b/packages/template-socket-es6/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/template-socket-es6 + # [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19) diff --git a/packages/template-socket-es6/package.json b/packages/template-socket-es6/package.json index bf61b478..31e3703d 100644 --- a/packages/template-socket-es6/package.json +++ b/packages/template-socket-es6/package.json @@ -1,7 +1,7 @@ { "name": "@syncano/template-socket-es6", "description": "ES6 Syncano Socket Template", - "version": "0.9.0", + "version": "0.9.3", "license": "MIT", "main": "index.js", "files": [ diff --git a/packages/template-socket-vanilla/CHANGELOG.md b/packages/template-socket-vanilla/CHANGELOG.md index 2d953f0b..e2cc6981 100644 --- a/packages/template-socket-vanilla/CHANGELOG.md +++ b/packages/template-socket-vanilla/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/template-socket-vanilla + # [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19) diff --git a/packages/template-socket-vanilla/package.json b/packages/template-socket-vanilla/package.json index 1665d9c5..4e8de26e 100644 --- a/packages/template-socket-vanilla/package.json +++ b/packages/template-socket-vanilla/package.json @@ -1,7 +1,7 @@ { "name": "@syncano/template-socket-vanilla", "description": "Vanilla JS (plain JS) Syncano Socket", - "version": "0.9.0", + "version": "0.9.3", "license": "MIT", "main": "index.js", "files": [ diff --git a/packages/test-tools/CHANGELOG.md b/packages/test-tools/CHANGELOG.md index af292ddb..d2c8792e 100644 --- a/packages/test-tools/CHANGELOG.md +++ b/packages/test-tools/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.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19) + + + + +**Note:** Version bump only for package @syncano/test-tools + # [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19) diff --git a/packages/test-tools/package.json b/packages/test-tools/package.json index 17c00f85..8ecd492b 100644 --- a/packages/test-tools/package.json +++ b/packages/test-tools/package.json @@ -1,14 +1,14 @@ { "name": "@syncano/test-tools", "description": "Testing tools for Syncano Sockets", - "version": "0.9.0", + "version": "0.9.3", "license": "MIT", "main": "lib/index.js", "publishConfig": { "access": "public" }, "dependencies": { - "@syncano/core": "0.9.0", + "@syncano/core": "0.9.3", "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0",