Skip to content

Commit 07e04ec

Browse files
committed
v0.9.3
1 parent 2119ed7 commit 07e04ec

File tree

22 files changed

+109
-21
lines changed

22 files changed

+109
-21
lines changed

CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package undefined
13+
614
<a name="0.9.1"></a>
715
## [0.9.1](https://github.com/Syncano/syncano-node/compare/v0.9.0...v0.9.1) (2018-02-19)
816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.4.0",
3-
"version": "0.9.1",
3+
"version": "0.9.3",
44
"packages": [
55
"packages/*",
66
"packages/registry/syncano/organization",

packages/cli/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/cli
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

packages/cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/cli",
3-
"version": "0.9.0",
3+
"version": "0.9.3",
44
"description": "CLI for Syncano",
55
"author": "Maciej Kucharz",
66
"license": "MIT",
@@ -32,11 +32,11 @@
3232
"url": "https://github.com/Syncano/syncano-node/issues"
3333
},
3434
"dependencies": {
35-
"@syncano/core": "0.9.0",
36-
"@syncano/template-project-empty": "0.9.0",
37-
"@syncano/template-project-hello": "0.9.0",
38-
"@syncano/template-socket-es6": "0.9.0",
39-
"@syncano/template-socket-vanilla": "0.9.0",
35+
"@syncano/core": "0.9.3",
36+
"@syncano/template-project-empty": "0.9.3",
37+
"@syncano/template-project-hello": "0.9.3",
38+
"@syncano/template-socket-es6": "0.9.3",
39+
"@syncano/template-socket-vanilla": "0.9.3",
4040
"analytics-node": "^3.1.1",
4141
"archiver": "^2.1.0",
4242
"axios": "^0.17.1",
@@ -75,7 +75,7 @@
7575
"ws": "^4.0.0"
7676
},
7777
"devDependencies": {
78-
"@syncano/test-tools": "0.9.0",
78+
"@syncano/test-tools": "0.9.3",
7979
"babel-cli": "^6.26.0",
8080
"babel-plugin-add-module-exports": "^0.2.1",
8181
"babel-plugin-dynamic-import-node": "^1.0.2",

packages/lib-js-client/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/client
13+
614
<a name="0.9.1"></a>
715
## [0.9.1](https://github.com/Syncano/syncano-node/compare/v0.9.0...v0.9.1) (2018-02-19)
816

packages/lib-js-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/client",
3-
"version": "0.9.1",
3+
"version": "0.9.3",
44
"description": "Interact with your Syncano Sockets.",
55
"main": "lib/index.js",
66
"unpkg": "dist/syncano-client.min.js",
@@ -41,7 +41,7 @@
4141
"axios": "^0.17.1"
4242
},
4343
"devDependencies": {
44-
"@syncano/test-tools": "0.9.0",
44+
"@syncano/test-tools": "0.9.3",
4545
"axios-mock-adapter": "^1.9.0",
4646
"babel-cli": "^6.26.0",
4747
"babel-loader": "^7.1.2",

packages/lib-js-core/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/core
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

packages/lib-js-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/core",
3-
"version": "0.9.0",
3+
"version": "0.9.3",
44
"description": "A library to intereact with the Syncano API on a server side.",
55
"main": "lib/index.js",
66
"author": "Syncano Inc.",
@@ -37,7 +37,7 @@
3737
"node-fetch": "2.0.0-alpha.9"
3838
},
3939
"devDependencies": {
40-
"@syncano/test-tools": "0.9.0",
40+
"@syncano/test-tools": "0.9.3",
4141
"babel-cli": "^6.26.0",
4242
"babel-eslint": "^8.0.1",
4343
"babel-plugin-add-module-exports": "^0.2.1",

packages/lib-js-test/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/test
13+
614
<a name="0.8.0"></a>
715
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
816

packages/lib-js-test/package.json

+2-2
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.8.0",
4+
"version": "0.9.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
11-
"@syncano/validate": "0.8.0",
11+
"@syncano/validate": "0.9.3",
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

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/validate
13+
614
<a name="0.8.0"></a>
715
# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
816

packages/lib-js-validate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@syncano/validate",
33
"description": "Validating Syncanao request/responses and more",
4-
"version": "0.8.0",
4+
"version": "0.9.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"publishConfig": {

packages/template-project-empty/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/template-project-empty
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

packages/template-project-empty/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@syncano/template-project-empty",
33
"description": "Empty Project Template",
4-
"version": "0.9.0",
4+
"version": "0.9.3",
55
"main": "index.js",
66
"license": "MIT",
77
"files": [

packages/template-project-hello/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/template-project-hello
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

packages/template-project-hello/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@syncano/template-project-hello",
33
"description": "Hello World Project Template",
4-
"version": "0.9.0",
4+
"version": "0.9.3",
55
"license": "MIT",
66
"main": "index.js",
77
"files": [

packages/template-socket-es6/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/template-socket-es6
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

packages/template-socket-es6/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@syncano/template-socket-es6",
33
"description": "ES6 Syncano Socket Template",
4-
"version": "0.9.0",
4+
"version": "0.9.3",
55
"license": "MIT",
66
"main": "index.js",
77
"files": [

packages/template-socket-vanilla/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/template-socket-vanilla
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

packages/template-socket-vanilla/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@syncano/template-socket-vanilla",
33
"description": "Vanilla JS (plain JS) Syncano Socket",
4-
"version": "0.9.0",
4+
"version": "0.9.3",
55
"license": "MIT",
66
"main": "index.js",
77
"files": [

packages/test-tools/CHANGELOG.md

+8
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.9.3"></a>
7+
## [0.9.3](https://github.com/Syncano/syncano-node/compare/v0.9.1...v0.9.3) (2018-02-19)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/test-tools
13+
614
<a name="0.9.0"></a>
715
# [0.9.0](https://github.com/Syncano/syncano-node/compare/v0.8.0...v0.9.0) (2018-02-19)
816

packages/test-tools/package.json

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

0 commit comments

Comments
 (0)