Skip to content

Commit 13fc8ee

Browse files
committed
v0.7.1
1 parent 6113f7b commit 13fc8ee

File tree

22 files changed

+114
-19
lines changed

22 files changed

+114
-19
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.7.1"></a>
7+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
* re-enable registry deploy ([a32f3c9](https://github.com/Syncano/syncano-node/commit/a32f3c9))
14+
* **circecli:** syntax error ([cf370ae](https://github.com/Syncano/syncano-node/commit/cf370ae))
15+
* **lerna:config:** build without "production" flag ([3b54ea4](https://github.com/Syncano/syncano-node/commit/3b54ea4))
16+
* trying to fix lerna/yarn builds ([d4d58cf](https://github.com/Syncano/syncano-node/commit/d4d58cf))
17+
18+
19+
20+
621
<a name="0.7.0"></a>
722
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)
823

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
}
1818
},
19-
"version": "0.7.0",
19+
"version": "0.7.1",
2020
"changelog": {
2121
"repo": "syncano/syncano-node",
2222
"labels": {

packages/cli/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.7.1"></a>
7+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/cli
13+
614
<a name="0.7.0"></a>
715
# [0.7.0](https://github.com/Syncano/syncano-node-cli/compare/v0.4.2...v0.7.0) (2018-01-24)
816

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/cli",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
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.7.0",
36-
"@syncano/template-project-empty": "0.7.0",
37-
"@syncano/template-project-hello": "0.7.0",
38-
"@syncano/template-socket-es6": "0.7.0",
39-
"@syncano/template-socket-vanilla": "0.7.0",
35+
"@syncano/core": "0.7.1",
36+
"@syncano/template-project-empty": "0.7.1",
37+
"@syncano/template-project-hello": "0.7.1",
38+
"@syncano/template-socket-es6": "0.7.1",
39+
"@syncano/template-socket-vanilla": "0.7.1",
4040
"analytics-node": "^3.1.1",
4141
"archiver": "^2.1.0",
4242
"axios": "^0.17.1",
@@ -74,7 +74,7 @@
7474
"ws": "^3.3.3"
7575
},
7676
"devDependencies": {
77-
"@syncano/test-tools": "0.7.0",
77+
"@syncano/test-tools": "0.7.1",
7878
"babel-cli": "^6.26.0",
7979
"babel-plugin-add-module-exports": "^0.2.1",
8080
"babel-plugin-dynamic-import-node": "^1.0.2",

packages/lib-js-client/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.7.1"></a>
7+
## [0.7.1](https://github.com/Syncano/syncano-client-js/compare/v0.7.0...v0.7.1) (2018-01-28)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/client
13+
614
<a name="0.7.0"></a>
715
# [0.7.0](https://github.com/Syncano/syncano-client-js/compare/v0.4.2...v0.7.0) (2018-01-24)
816

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.7.0",
3+
"version": "0.7.1",
44
"description": "Interact with your Syncano Sockets.",
55
"main": "lib/index.js",
66
"author": "Syncano Inc.",

packages/lib-js-core/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.7.1"></a>
7+
## [0.7.1](https://github.com/Syncano/syncano-server-js/compare/v0.7.0...v0.7.1) (2018-01-28)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/core
13+
614
<a name="0.7.0"></a>
715
# [0.7.0](https://github.com/Syncano/syncano-server-js/compare/v0.4.2...v0.7.0) (2018-01-24)
816

packages/lib-js-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/core",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
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.7.0",
40+
"@syncano/test-tools": "0.7.1",
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

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.7.1"></a>
7+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @syncano/test
13+
614
<a name="0.7.0"></a>
715
# [0.7.0](https://github.com/Syncano/syncano-node/compare/v0.4.2...v0.7.0) (2018-01-24)
816

packages/lib-js-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@syncano/test",
33
"description": "Testing tools for Syncano Sockets",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"publishConfig": {

0 commit comments

Comments
 (0)