Skip to content

Commit 9187aac

Browse files
committed
v0.15.0
1 parent 2dc429e commit 9187aac

26 files changed

Lines changed: 240 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@
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.15.0"></a>
7+
# [0.15.0](https://github.com/Syncano/syncano-node/compare/v0.14.0...v0.15.0) (2018-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* Broken link ([121db4a](https://github.com/Syncano/syncano-node/commit/121db4a))
13+
* concurency tests running ([844c580](https://github.com/Syncano/syncano-node/commit/844c580))
14+
* conflict ([0ce6b42](https://github.com/Syncano/syncano-node/commit/0ce6b42))
15+
* deps ([3876bd4](https://github.com/Syncano/syncano-node/commit/3876bd4))
16+
* remove npm-run-all ([17763c8](https://github.com/Syncano/syncano-node/commit/17763c8))
17+
* update deps ([3b9b23f](https://github.com/Syncano/syncano-node/commit/3b9b23f))
18+
* **lib-core:** fixing for axios ([7809576](https://github.com/Syncano/syncano-node/commit/7809576))
19+
* version select button ([e9a53dc](https://github.com/Syncano/syncano-node/commit/e9a53dc))
20+
* **cli:** backups date ([1c76336](https://github.com/Syncano/syncano-node/commit/1c76336))
21+
* **cli:** camel case ([fbae5d7](https://github.com/Syncano/syncano-node/commit/fbae5d7))
22+
* **cli:** missing return ([f0fa1b0](https://github.com/Syncano/syncano-node/commit/f0fa1b0))
23+
* **cli:** prevent wrong password moving you forward ([8e92ccf](https://github.com/Syncano/syncano-node/commit/8e92ccf))
24+
* **cli:** remove add command ([3b23f7a](https://github.com/Syncano/syncano-node/commit/3b23f7a))
25+
* **cli:** scripts paths ([cc288a4](https://github.com/Syncano/syncano-node/commit/cc288a4))
26+
* **cli:** skip post install in CI ([d14df13](https://github.com/Syncano/syncano-node/commit/d14df13))
27+
* **cli:** tests ([daf6250](https://github.com/Syncano/syncano-node/commit/daf6250))
28+
* **template-hello:** remove root level .gitignore file ([f932297](https://github.com/Syncano/syncano-node/commit/f932297))
29+
30+
31+
### Features
32+
33+
* **cli:** add backups ([bdecb27](https://github.com/Syncano/syncano-node/commit/bdecb27))
34+
* **cli:** deleting backups ([090ed3c](https://github.com/Syncano/syncano-node/commit/090ed3c))
35+
* **cli:** run init after install ([6221636](https://github.com/Syncano/syncano-node/commit/6221636))
36+
* Corrected logic , added test ([2e6ef6c](https://github.com/Syncano/syncano-node/commit/2e6ef6c))
37+
* **cli:list:** add instance nam to list command ([93c0664](https://github.com/Syncano/syncano-node/commit/93c0664))
38+
* **cookbook:** real-time cookbook ([774b50d](https://github.com/Syncano/syncano-node/commit/774b50d))
39+
* **core:** Backups ([fc14d7d](https://github.com/Syncano/syncano-node/commit/fc14d7d))
40+
* **core:** groups ([5111625](https://github.com/Syncano/syncano-node/commit/5111625))
41+
* **core:** groups tests ([e429d15](https://github.com/Syncano/syncano-node/commit/e429d15))
42+
* **docs:** Add backups in cheatsheet ([d4fe868](https://github.com/Syncano/syncano-node/commit/d4fe868))
43+
* **dosc:** groups cheatsheet ([05017b7](https://github.com/Syncano/syncano-node/commit/05017b7))
44+
45+
46+
47+
648
<a name="0.13.0"></a>
749
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)
850

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.14.0",
3+
"version": "0.15.0",
44
"packages": [
55
"packages/*"
66
],

packages/cli/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.15.0"></a>
7+
# [0.15.0](https://github.com/Syncano/syncano-node/compare/v0.14.0...v0.15.0) (2018-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* deps ([3876bd4](https://github.com/Syncano/syncano-node/commit/3876bd4))
13+
* remove npm-run-all ([17763c8](https://github.com/Syncano/syncano-node/commit/17763c8))
14+
* **cli:** backups date ([1c76336](https://github.com/Syncano/syncano-node/commit/1c76336))
15+
* **cli:** camel case ([fbae5d7](https://github.com/Syncano/syncano-node/commit/fbae5d7))
16+
* **cli:** missing return ([f0fa1b0](https://github.com/Syncano/syncano-node/commit/f0fa1b0))
17+
* **cli:** prevent wrong password moving you forward ([8e92ccf](https://github.com/Syncano/syncano-node/commit/8e92ccf))
18+
* **cli:** remove add command ([3b23f7a](https://github.com/Syncano/syncano-node/commit/3b23f7a))
19+
* **cli:** scripts paths ([cc288a4](https://github.com/Syncano/syncano-node/commit/cc288a4))
20+
* **cli:** skip post install in CI ([d14df13](https://github.com/Syncano/syncano-node/commit/d14df13))
21+
* **cli:** tests ([daf6250](https://github.com/Syncano/syncano-node/commit/daf6250))
22+
23+
24+
### Features
25+
26+
* **cli:** add backups ([bdecb27](https://github.com/Syncano/syncano-node/commit/bdecb27))
27+
* **cli:** deleting backups ([090ed3c](https://github.com/Syncano/syncano-node/commit/090ed3c))
28+
* **cli:** run init after install ([6221636](https://github.com/Syncano/syncano-node/commit/6221636))
29+
* **cli:list:** add instance nam to list command ([93c0664](https://github.com/Syncano/syncano-node/commit/93c0664))
30+
31+
32+
33+
634
<a name="0.13.0"></a>
735
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)
836

packages/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/cli",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Command Line Interface for Syncano",
55
"author": "Maciej Kucharz",
66
"license": "MIT",
@@ -39,13 +39,13 @@
3939
"url": "https://github.com/Syncano/syncano-node/issues"
4040
},
4141
"dependencies": {
42-
"@syncano/core": "0.14.0",
42+
"@syncano/core": "0.15.0",
4343
"@syncano/template-project-empty": "0.13.0",
44-
"@syncano/template-project-hello": "0.13.0",
45-
"@syncano/template-socket-es6": "0.13.0",
46-
"@syncano/template-socket-es6-validate": "0.12.1",
47-
"@syncano/template-socket-vanilla": "0.13.0",
48-
"@syncano/validate": "0.14.0",
44+
"@syncano/template-project-hello": "0.15.0",
45+
"@syncano/template-socket-es6": "0.15.0",
46+
"@syncano/template-socket-es6-validate": "0.15.0",
47+
"@syncano/template-socket-vanilla": "0.15.0",
48+
"@syncano/validate": "0.15.0",
4949
"analytics-node": "^3.1.1",
5050
"archiver": "^2.1.0",
5151
"axios": "^0.18.0",
@@ -84,7 +84,7 @@
8484
"yauzl": "^2.10.0"
8585
},
8686
"devDependencies": {
87-
"@syncano/test-tools": "0.14.0",
87+
"@syncano/test-tools": "0.15.0",
8888
"babel-cli": "^6.26.0",
8989
"babel-plugin-add-module-exports": "^0.2.1",
9090
"babel-plugin-dynamic-import-node": "^1.0.2",

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.15.0"></a>
7+
# [0.15.0](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-client/compare/v0.14.0...v0.15.0) (2018-11-30)
8+
9+
10+
### Features
11+
12+
* **cli:** run init after install ([6221636](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-client/commit/6221636))
13+
14+
15+
16+
617
<a name="0.13.0"></a>
718
# [0.13.0](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-client/compare/v0.12.1...v0.13.0) (2018-09-06)
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.14.0",
3+
"version": "0.15.0",
44
"description": "Interact with your Syncano Sockets.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.js",

packages/lib-js-core/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.15.0"></a>
7+
# [0.15.0](https://github.com/Syncano/syncano-node/compare/v0.14.0...v0.15.0) (2018-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* Broken link ([121db4a](https://github.com/Syncano/syncano-node/commit/121db4a))
13+
* **lib-core:** fixing for axios ([7809576](https://github.com/Syncano/syncano-node/commit/7809576))
14+
* deps ([3876bd4](https://github.com/Syncano/syncano-node/commit/3876bd4))
15+
* update deps ([3b9b23f](https://github.com/Syncano/syncano-node/commit/3b9b23f))
16+
17+
18+
### Features
19+
20+
* Corrected logic , added test ([2e6ef6c](https://github.com/Syncano/syncano-node/commit/2e6ef6c))
21+
* **cli:** deleting backups ([090ed3c](https://github.com/Syncano/syncano-node/commit/090ed3c))
22+
* **core:** Backups ([fc14d7d](https://github.com/Syncano/syncano-node/commit/fc14d7d))
23+
* **core:** groups ([5111625](https://github.com/Syncano/syncano-node/commit/5111625))
24+
* **core:** groups tests ([e429d15](https://github.com/Syncano/syncano-node/commit/e429d15))
25+
26+
27+
28+
629
<a name="0.13.0"></a>
730
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)
831

packages/lib-js-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncano/core",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "A library to intereact with the Syncano API on a server side.",
55
"main": "lib/index.js",
66
"author": "Syncano Inc.",

packages/lib-js-test/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.15.0"></a>
7+
# [0.15.0](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test/compare/v0.14.0...v0.15.0) (2018-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* update deps ([3b9b23f](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test/commit/3b9b23f))
13+
14+
15+
16+
617
<a name="0.13.0"></a>
718
# [0.13.0](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test/compare/v0.12.1...v0.13.0) (2018-09-06)
819

packages/lib-js-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@syncano/test",
33
"description": "Testing tools for Syncano Sockets",
44
"repository": "https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test",
5-
"version": "0.14.0",
5+
"version": "0.15.0",
66
"license": "MIT",
77
"main": "lib/index.js",
88
"publishConfig": {
@@ -17,7 +17,7 @@
1717
"lint": "standard --fix --env mocha"
1818
},
1919
"dependencies": {
20-
"@syncano/validate": "0.14.0",
20+
"@syncano/validate": "0.15.0",
2121
"bluebird": "^3.5.3",
2222
"faker": "^4.1.0",
2323
"js-yaml": "^3.12.0",

0 commit comments

Comments
 (0)