Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Feb 9, 2018
1 parent 53482fd commit 674e385
Show file tree
Hide file tree
Showing 16 changed files with 117 additions and 15 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.8.0"></a>
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)


### Bug Fixes

* added missing await ([#126](https://github.com/Syncano/syncano-node/issues/126)) ([d78b1ca](https://github.com/Syncano/syncano-node/commit/d78b1ca))
* **circleci:** proper deploy key ([c4ff73d](https://github.com/Syncano/syncano-node/commit/c4ff73d))
* **cli:e2e:** turn on forgoten tests ([edbb9e9](https://github.com/Syncano/syncano-node/commit/edbb9e9))
* **cli:e2e:registry:** fixing tests ([e528943](https://github.com/Syncano/syncano-node/commit/e528943))
* **cli:init:** createInstance bug ([#121](https://github.com/Syncano/syncano-node/issues/121)) ([e3718bb](https://github.com/Syncano/syncano-node/commit/e3718bb))
* **test:** package name ([b301bf3](https://github.com/Syncano/syncano-node/commit/b301bf3))
* adding host ([53482fd](https://github.com/Syncano/syncano-node/commit/53482fd))
* paths ([4a15344](https://github.com/Syncano/syncano-node/commit/4a15344))


### Features

* installation guide ([c120e38](https://github.com/Syncano/syncano-node/commit/c120e38))
* links update & windows guide draft ([8e006ca](https://github.com/Syncano/syncano-node/commit/8e006ca))
* **cli:socket:** verifying socket compatibility ([c3003f8](https://github.com/Syncano/syncano-node/commit/c3003f8))




<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)

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.1",
"version": "0.8.0",
"changelog": {
"repo": "syncano/syncano-node",
"labels": {
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.8.0"></a>
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)


### Bug Fixes

* **cli:e2e:** turn on forgoten tests ([edbb9e9](https://github.com/Syncano/syncano-node/commit/edbb9e9))
* **cli:e2e:registry:** fixing tests ([e528943](https://github.com/Syncano/syncano-node/commit/e528943))
* **cli:init:** createInstance bug ([#121](https://github.com/Syncano/syncano-node/issues/121)) ([e3718bb](https://github.com/Syncano/syncano-node/commit/e3718bb))
* added missing await ([#126](https://github.com/Syncano/syncano-node/issues/126)) ([d78b1ca](https://github.com/Syncano/syncano-node/commit/d78b1ca))


### Features

* **cli:socket:** verifying socket compatibility ([c3003f8](https://github.com/Syncano/syncano-node/commit/c3003f8))




<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)

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

<a name="0.8.0"></a>
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)


### Bug Fixes

* **cli:init:** createInstance bug ([#121](https://github.com/Syncano/syncano-node/issues/121)) ([e3718bb](https://github.com/Syncano/syncano-node/commit/e3718bb))




<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)

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.1",
"version": "0.8.0",
"description": "Interact with your Syncano Sockets.",
"main": "lib/index.js",
"author": "Syncano Inc.",
Expand Down
11 changes: 11 additions & 0 deletions packages/lib-js-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.8.0"></a>
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)


### Features

* **cli:socket:** verifying socket compatibility ([c3003f8](https://github.com/Syncano/syncano-node/commit/c3003f8))




<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)

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.1",
"version": "0.8.0",
"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.1",
"@syncano/test-tools": "0.8.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
Expand Down
12 changes: 12 additions & 0 deletions packages/lib-js-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.8.0"></a>
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)


### Bug Fixes

* **cli:init:** createInstance bug ([#121](https://github.com/Syncano/syncano-node/issues/121)) ([e3718bb](https://github.com/Syncano/syncano-node/commit/e3718bb))
* **test:** package name ([b301bf3](https://github.com/Syncano/syncano-node/commit/b301bf3))




<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)

Expand Down
6 changes: 3 additions & 3 deletions packages/lib-js-test/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@syncano/test",
"description": "Testing tools for Syncano Sockets",
"version": "0.7.1",
"version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@syncano/validate": "0.8.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
Expand All @@ -16,8 +17,7 @@
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"lodash.merge": "^4.6.0",
"proxyquire": "^1.8.0",
"@syncano/validate": "0.7.1"
"proxyquire": "^1.8.0"
},
"devDependencies": {
"rimraf": "^2.6.2",
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.8.0"></a>
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)




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

<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)

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.1",
"version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
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.8.0"></a>
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)




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

<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)

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.1",
"version": "0.8.0",
"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.8.0"></a>
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)




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

<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)

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.1",
"version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@syncano/core": "0.7.1",
"@syncano/core": "0.8.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
Expand Down

0 comments on commit 674e385

Please sign in to comment.