Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 28, 2018
1 parent 6113f7b commit 13fc8ee
Show file tree
Hide file tree
Showing 22 changed files with 114 additions and 19 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)


### Bug Fixes

* listing current instances ([#80](https://github.com/Syncano/syncano-node/issues/80)) ([#90](https://github.com/Syncano/syncano-node/issues/90)) ([fdad0a1](https://github.com/Syncano/syncano-node/commit/fdad0a1))
* re-enable registry deploy ([a32f3c9](https://github.com/Syncano/syncano-node/commit/a32f3c9))
* **circecli:** syntax error ([cf370ae](https://github.com/Syncano/syncano-node/commit/cf370ae))
* **lerna:config:** build without "production" flag ([3b54ea4](https://github.com/Syncano/syncano-node/commit/3b54ea4))
* trying to fix lerna/yarn builds ([d4d58cf](https://github.com/Syncano/syncano-node/commit/d4d58cf))




<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
}
},
"version": "0.7.0",
"version": "0.7.1",
"changelog": {
"repo": "syncano/syncano-node",
"labels": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/cli

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node-cli/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/cli",
"version": "0.7.0",
"version": "0.7.1",
"description": "CLI for Syncano",
"author": "Maciej Kucharz",
"license": "MIT",
Expand Down Expand Up @@ -32,11 +32,11 @@
"url": "https://github.com/Syncano/syncano-node/issues"
},
"dependencies": {
"@syncano/core": "0.7.0",
"@syncano/template-project-empty": "0.7.0",
"@syncano/template-project-hello": "0.7.0",
"@syncano/template-socket-es6": "0.7.0",
"@syncano/template-socket-vanilla": "0.7.0",
"@syncano/core": "0.7.1",
"@syncano/template-project-empty": "0.7.1",
"@syncano/template-project-hello": "0.7.1",
"@syncano/template-socket-es6": "0.7.1",
"@syncano/template-socket-vanilla": "0.7.1",
"analytics-node": "^3.1.1",
"archiver": "^2.1.0",
"axios": "^0.17.1",
Expand Down Expand Up @@ -74,7 +74,7 @@
"ws": "^3.3.3"
},
"devDependencies": {
"@syncano/test-tools": "0.7.0",
"@syncano/test-tools": "0.7.1",
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib-js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-client-js/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/client

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-client-js/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/lib-js-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/client",
"version": "0.7.0",
"version": "0.7.1",
"description": "Interact with your Syncano Sockets.",
"main": "lib/index.js",
"author": "Syncano Inc.",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib-js-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-server-js/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/core

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-server-js/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/lib-js-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/core",
"version": "0.7.0",
"version": "0.7.1",
"description": "A library to intereact with the Syncano API on a server side.",
"main": "lib/index.js",
"author": "Syncano Inc.",
Expand Down Expand Up @@ -37,7 +37,7 @@
"node-fetch": "2.0.0-alpha.9"
},
"devDependencies": {
"@syncano/test-tools": "0.7.0",
"@syncano/test-tools": "0.7.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib-js-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/test

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/lib-js-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/test",
"description": "Testing tools for Syncano Sockets",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/lib-js-validate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/validate

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/lib-js-validate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/validate",
"description": "Validating Syncanao request/responses and more",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/template-project-empty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/template-project-empty

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/template-project-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/template-project-empty",
"description": "Empty Project Template",
"version": "0.7.0",
"version": "0.7.1",
"main": "index.js",
"license": "MIT",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/template-project-hello/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/template-project-hello

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/template-project-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/template-project-hello",
"description": "Hello World Project Template",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/template-socket-es6/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/template-socket-es6

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/template-socket-es6/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/template-socket-es6",
"description": "ES6 Syncano Socket Template",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/template-socket-vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/template-socket-vanilla

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
2 changes: 1 addition & 1 deletion packages/template-socket-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/template-socket-vanilla",
"description": "Vanilla JS (plain JS) Syncano Socket",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/test-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.7.1"></a>
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)




**Note:** Version bump only for package @syncano/test-tools

<a name="0.7.0"></a>
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)

Expand Down
4 changes: 2 additions & 2 deletions packages/test-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@syncano/test-tools",
"description": "Testing tools for Syncano Sockets",
"version": "0.7.0",
"version": "0.7.1",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@syncano/core": "0.7.0",
"@syncano/core": "0.7.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
Expand Down

0 comments on commit 13fc8ee

Please sign in to comment.