Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Apr 7, 2018
1 parent bd484cc commit ac60529
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.11.1"></a>
## [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))




<a name="0.11.0"></a>
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "0.11.0",
"version": "0.11.1",
"packages": [
"packages/*",
"packages/registry/syncano/organization",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.11.1"></a>
## [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))




<a name="0.11.0"></a>
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/cli",
"version": "0.11.0",
"version": "0.11.1",
"description": "CLI for Syncano",
"author": "Maciej Kucharz",
"license": "MIT",
Expand Down Expand Up @@ -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",
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.11.1"></a>
## [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))




<a name="0.11.0"></a>
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)

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.11.0",
"version": "0.11.1",
"description": "Interact with your Syncano Sockets.",
"main": "lib/index.js",
"unpkg": "dist/syncano-client.min.js",
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.11.1"></a>
## [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

<a name="0.11.0"></a>
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)

Expand Down
4 changes: 2 additions & 2 deletions packages/lib-js-test/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.11.1"></a>
## [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

<a name="0.11.0"></a>
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)

Expand Down
4 changes: 2 additions & 2 deletions packages/lib-js-validate/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/schema/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.11.1"></a>
## [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

<a name="0.11.0"></a>
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)

Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 12 additions & 0 deletions packages/tests/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.11.1"></a>
## [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))




<a name="0.11.0"></a>
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)

Expand Down
6 changes: 3 additions & 3 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tests",
"version": "0.11.0",
"version": "0.11.1",
"private": true,
"description": "Syncano Tests",
"author": "Maciej Kucharz",
Expand All @@ -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",
Expand Down

0 comments on commit ac60529

Please sign in to comment.