Skip to content

Commit ac60529

Browse files
committed
v0.11.1
1 parent bd484cc commit ac60529

14 files changed

Lines changed: 87 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.11.1"></a>
7+
## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07)
8+
9+
10+
### Bug Fixes
11+
12+
* new locks ([000fcc9](https://github.com/Syncano/syncano-node/commit/000fcc9))
13+
* **cli:deploy:** env deploy bug ([bd484cc](https://github.com/Syncano/syncano-node/commit/bd484cc))
14+
* **client:** missing dependency ([#202](https://github.com/Syncano/syncano-node/issues/202)) ([7c8a6d7](https://github.com/Syncano/syncano-node/commit/7c8a6d7))
15+
* **docs:** init command in docs ([03ec3e0](https://github.com/Syncano/syncano-node/commit/03ec3e0))
16+
* **registry:** build script ([0e86335](https://github.com/Syncano/syncano-node/commit/0e86335))
17+
* **tests:** invalid keyword length ([fbab34f](https://github.com/Syncano/syncano-node/commit/fbab34f))
18+
* **tests:schema:** keyword length ([cb34c83](https://github.com/Syncano/syncano-node/commit/cb34c83))
19+
20+
21+
22+
623
<a name="0.11.0"></a>
724
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)
825

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.4.0",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"packages": [
55
"packages/*",
66
"packages/registry/syncano/organization",

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.11.1"></a>
7+
## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:deploy:** env deploy bug ([bd484cc](https://github.com/Syncano/syncano-node/commit/bd484cc))
13+
14+
15+
16+
617
<a name="0.11.0"></a>
718
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)
819

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/cli",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "CLI for Syncano",
55
"author": "Maciej Kucharz",
66
"license": "MIT",
@@ -38,7 +38,7 @@
3838
"@syncano/template-socket-es6": "0.11.0",
3939
"@syncano/template-socket-es6-validate": "0.11.0",
4040
"@syncano/template-socket-vanilla": "0.11.0",
41-
"@syncano/validate": "0.11.0",
41+
"@syncano/validate": "0.11.1",
4242
"analytics-node": "^3.1.1",
4343
"archiver": "^2.1.0",
4444
"axios": "^0.17.1",

packages/lib-js-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.11.1"></a>
7+
## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07)
8+
9+
10+
### Bug Fixes
11+
12+
* **client:** missing dependency ([#202](https://github.com/Syncano/syncano-node/issues/202)) ([7c8a6d7](https://github.com/Syncano/syncano-node/commit/7c8a6d7))
13+
14+
15+
16+
617
<a name="0.11.0"></a>
718
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)
819

packages/lib-js-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/client",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Interact with your Syncano Sockets.",
55
"main": "lib/index.js",
66
"unpkg": "dist/syncano-client.min.js",

packages/lib-js-test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.11.1"></a>
7+
## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/test
13+
614
<a name="0.11.0"></a>
715
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)
816

packages/lib-js-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@syncano/test",
33
"description": "Testing tools for Syncano Sockets",
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@syncano/validate": "0.11.0",
11+
"@syncano/validate": "0.11.1",
1212
"babel-cli": "^6.26.0",
1313
"babel-preset-env": "^1.6.1",
1414
"babel-register": "^6.26.0",

packages/lib-js-validate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.11.1"></a>
7+
## [0.11.1](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.11.1) (2018-04-07)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/validate
13+
614
<a name="0.11.0"></a>
715
# [0.11.0](https://github.com/Syncano/syncano-node/compare/v0.9.3...v0.11.0) (2018-03-17)
816

packages/lib-js-validate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@syncano/validate",
33
"description": "Validating Syncanao request/responses and more",
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@syncano/schema": "0.11.0",
11+
"@syncano/schema": "0.11.1",
1212
"ajv": "^6.2.0",
1313
"ajv-error-messages": "^1.0.0",
1414
"ajv-errors": "^1.0.0",

0 commit comments

Comments
 (0)