Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Sep 6, 2018
1 parent 19e3d1e commit aa5b01a
Show file tree
Hide file tree
Showing 28 changed files with 253 additions and 28 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,63 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.13.0"></a>
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)


### Bug Fixes

* **ci:** no registry cache ([2b34ab7](https://github.com/Syncano/syncano-node/commit/2b34ab7))
* **circleci:** change all node images to 9.11.1 ([eab4148](https://github.com/Syncano/syncano-node/commit/eab4148))
* **circleci:** latest version breaks build ([871ae21](https://github.com/Syncano/syncano-node/commit/871ae21))
* **circleci:** remove invalid test ([1dc96a1](https://github.com/Syncano/syncano-node/commit/1dc96a1))
* **cli:** all socket files ([366a5b9](https://github.com/Syncano/syncano-node/commit/366a5b9))
* **cli:** checking socket source ([4fd7a5a](https://github.com/Syncano/syncano-node/commit/4fd7a5a))
* **cli:** configuring hosting ([951da2c](https://github.com/Syncano/syncano-node/commit/951da2c))
* **cli:** double export ([c9db955](https://github.com/Syncano/syncano-node/commit/c9db955))
* **cli:** hosting config ([bf1b50f](https://github.com/Syncano/syncano-node/commit/bf1b50f))
* **cli:** imports ([583027c](https://github.com/Syncano/syncano-node/commit/583027c))
* **cli:** lint ([a6dc753](https://github.com/Syncano/syncano-node/commit/a6dc753))
* **cli:** loading package.json ([1c5fb60](https://github.com/Syncano/syncano-node/commit/1c5fb60))
* **cli:** old imports ([6b603a6](https://github.com/Syncano/syncano-node/commit/6b603a6))
* **cli:** removing registry ([830536a](https://github.com/Syncano/syncano-node/commit/830536a))
* **cli:** removing registry tests ([5beba1e](https://github.com/Syncano/syncano-node/commit/5beba1e))
* **cli:** style ([3626f89](https://github.com/Syncano/syncano-node/commit/3626f89))
* **cli:** tests ([d88959a](https://github.com/Syncano/syncano-node/commit/d88959a))
* **cli:** tests ([9d4b609](https://github.com/Syncano/syncano-node/commit/9d4b609))
* **cli:** update hosting without loosing config ([f4705a9](https://github.com/Syncano/syncano-node/commit/f4705a9))
* **cli:** wrong import ([c6a8530](https://github.com/Syncano/syncano-node/commit/c6a8530))
* **cli:tests:** no more tests of registry ([3d4c5e2](https://github.com/Syncano/syncano-node/commit/3d4c5e2))
* **client:** include src in npm package ([4d35211](https://github.com/Syncano/syncano-node/commit/4d35211))
* **codecov:** exclude jest and webpack config ([8749f81](https://github.com/Syncano/syncano-node/commit/8749f81))
* **core:** unit tests ([0abf9e7](https://github.com/Syncano/syncano-node/commit/0abf9e7))
* **lib-js-client:** add missing types property ([cb3a3a3](https://github.com/Syncano/syncano-node/commit/cb3a3a3))
* typo ([47de14f](https://github.com/Syncano/syncano-node/commit/47de14f))
* **lib-js-client:** invalid ts-jest path ([8370376](https://github.com/Syncano/syncano-node/commit/8370376))
* **lib-js-client:** invalid ts-jest path ([a8a79fa](https://github.com/Syncano/syncano-node/commit/a8a79fa))
* **lib-js-client:** run unit tests, ignore spec files in npm package ([67c700b](https://github.com/Syncano/syncano-node/commit/67c700b))
* **lib-test:** paths ([f6ea95d](https://github.com/Syncano/syncano-node/commit/f6ea95d))
* **lib-test:** reading compiled files ([ad80095](https://github.com/Syncano/syncano-node/commit/ad80095))
* **npmkeywords:** typo front/back ([c0439ce](https://github.com/Syncano/syncano-node/commit/c0439ce))
* **react-context:** add react import ([#221](https://github.com/Syncano/syncano-node/issues/221)) ([28a27a7](https://github.com/Syncano/syncano-node/commit/28a27a7))
* **template:** removed yarn from hello project template ([#262](https://github.com/Syncano/syncano-node/issues/262)) ([19e3d1e](https://github.com/Syncano/syncano-node/commit/19e3d1e))
* hosting sync ([bdcdab6](https://github.com/Syncano/syncano-node/commit/bdcdab6))
* no more registry in repo ([f5ef4e0](https://github.com/Syncano/syncano-node/commit/f5ef4e0))
* paths ([b1bef4c](https://github.com/Syncano/syncano-node/commit/b1bef4c))
* replaced old syncano-cli with npx s ([e0f1ab8](https://github.com/Syncano/syncano-node/commit/e0f1ab8))
* replaced old syncano-cli with npx s ([#244](https://github.com/Syncano/syncano-node/issues/244)) ([0b08eac](https://github.com/Syncano/syncano-node/commit/0b08eac))


### Features

* **cli:** add info command ([e3637b5](https://github.com/Syncano/syncano-node/commit/e3637b5))
* **cli:** add sysinfo command ([9dd7890](https://github.com/Syncano/syncano-node/commit/9dd7890))
* **cli/hosting:** add path to listing [#246](https://github.com/Syncano/syncano-node/issues/246) ([4e791f7](https://github.com/Syncano/syncano-node/commit/4e791f7))
* **react-context:** add withSyncano ([#218](https://github.com/Syncano/syncano-node/issues/218)) ([bf870b4](https://github.com/Syncano/syncano-node/commit/bf870b4))




<a name="0.12.0"></a>
# [0.12.0](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.12.0) (2018-04-08)

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.12.1",
"version": "0.13.0",
"packages": [
"packages/*"
],
Expand Down
35 changes: 35 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.13.0"></a>
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)


### Bug Fixes

* **cli:** all socket files ([366a5b9](https://github.com/Syncano/syncano-node/commit/366a5b9))
* **cli:** checking socket source ([4fd7a5a](https://github.com/Syncano/syncano-node/commit/4fd7a5a))
* **cli:** configuring hosting ([951da2c](https://github.com/Syncano/syncano-node/commit/951da2c))
* **cli:** double export ([c9db955](https://github.com/Syncano/syncano-node/commit/c9db955))
* **cli:** hosting config ([bf1b50f](https://github.com/Syncano/syncano-node/commit/bf1b50f))
* **cli:** imports ([583027c](https://github.com/Syncano/syncano-node/commit/583027c))
* hosting sync ([bdcdab6](https://github.com/Syncano/syncano-node/commit/bdcdab6))
* **cli:** lint ([a6dc753](https://github.com/Syncano/syncano-node/commit/a6dc753))
* **cli:** loading package.json ([1c5fb60](https://github.com/Syncano/syncano-node/commit/1c5fb60))
* **cli:** old imports ([6b603a6](https://github.com/Syncano/syncano-node/commit/6b603a6))
* **cli:** removing registry ([830536a](https://github.com/Syncano/syncano-node/commit/830536a))
* **cli:** style ([3626f89](https://github.com/Syncano/syncano-node/commit/3626f89))
* **cli:** tests ([9d4b609](https://github.com/Syncano/syncano-node/commit/9d4b609))
* **cli:** update hosting without loosing config ([f4705a9](https://github.com/Syncano/syncano-node/commit/f4705a9))
* **cli:** wrong import ([c6a8530](https://github.com/Syncano/syncano-node/commit/c6a8530))
* **npmkeywords:** typo front/back ([c0439ce](https://github.com/Syncano/syncano-node/commit/c0439ce))
* replaced old syncano-cli with npx s ([e0f1ab8](https://github.com/Syncano/syncano-node/commit/e0f1ab8))
* replaced old syncano-cli with npx s ([#244](https://github.com/Syncano/syncano-node/issues/244)) ([0b08eac](https://github.com/Syncano/syncano-node/commit/0b08eac))


### Features

* **cli:** add info command ([e3637b5](https://github.com/Syncano/syncano-node/commit/e3637b5))
* **cli:** add sysinfo command ([9dd7890](https://github.com/Syncano/syncano-node/commit/9dd7890))
* **cli/hosting:** add path to listing [#246](https://github.com/Syncano/syncano-node/issues/246) ([4e791f7](https://github.com/Syncano/syncano-node/commit/4e791f7))




<a name="0.12.0"></a>
# [0.12.0](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.12.0) (2018-04-08)

Expand Down
16 changes: 8 additions & 8 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/cli",
"version": "0.12.1",
"version": "0.13.0",
"description": "CLI for Syncano",
"author": "Maciej Kucharz",
"license": "MIT",
Expand Down Expand Up @@ -40,13 +40,13 @@
"url": "https://github.com/Syncano/syncano-node/issues"
},
"dependencies": {
"@syncano/core": "0.12.1",
"@syncano/template-project-empty": "0.12.1",
"@syncano/template-project-hello": "0.12.1",
"@syncano/template-socket-es6": "0.12.1",
"@syncano/core": "0.13.0",
"@syncano/template-project-empty": "0.13.0",
"@syncano/template-project-hello": "0.13.0",
"@syncano/template-socket-es6": "0.13.0",
"@syncano/template-socket-es6-validate": "0.12.1",
"@syncano/template-socket-vanilla": "0.12.1",
"@syncano/validate": "0.12.1",
"@syncano/template-socket-vanilla": "0.13.0",
"@syncano/validate": "0.13.0",
"analytics-node": "^3.1.1",
"archiver": "^2.1.0",
"axios": "^0.17.1",
Expand Down Expand Up @@ -86,7 +86,7 @@
"yauzl": "^2.9.2"
},
"devDependencies": {
"@syncano/test-tools": "0.12.1",
"@syncano/test-tools": "0.13.0",
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.0.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/lib-js-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **client:** include src in npm package ([4d35211](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-client/commit/4d35211))
* **lib-js-client:** add missing types property ([cb3a3a3](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-client/commit/cb3a3a3))
* **lib-js-client:** invalid ts-jest path ([8370376](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-client/commit/8370376))
* **lib-js-client:** invalid ts-jest path ([a8a79fa](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-client/commit/a8a79fa))
* **lib-js-client:** run unit tests, ignore spec files in npm package ([67c700b](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-client/commit/67c700b))




<a name="0.12.0"></a>
# [0.12.0](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.12.0) (2018-04-08)

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.12.1",
"version": "0.13.0",
"description": "Interact with your Syncano Sockets.",
"main": "lib/index.js",
"types": "lib/index.d.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/lib-js-core/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.13.0"></a>
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)


### Bug Fixes

* **cli:** lint ([a6dc753](https://github.com/Syncano/syncano-node/commit/a6dc753))
* **core:** unit tests ([0abf9e7](https://github.com/Syncano/syncano-node/commit/0abf9e7))




<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-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@syncano/core",
"version": "0.12.1",
"version": "0.13.0",
"description": "A library to intereact with the Syncano API on a server side.",
"main": "lib/index.js",
"author": "Syncano Inc.",
Expand Down
13 changes: 13 additions & 0 deletions packages/lib-js-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **cli:** lint ([a6dc753](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test/commit/a6dc753))
* **lib-test:** paths ([f6ea95d](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test/commit/f6ea95d))
* **lib-test:** reading compiled files ([ad80095](https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test/commit/ad80095))




<a name="0.12.0"></a>
# [0.12.0](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.12.0) (2018-04-08)

Expand Down
4 changes: 2 additions & 2 deletions packages/lib-js-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@syncano/test",
"description": "Testing tools for Syncano Sockets",
"repository": "https://github.com/syncano/syncano-node/tree/master/packages/lib-js-test",
"version": "0.12.1",
"version": "0.13.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
"lint": "standard --fix --env mocha"
},
"dependencies": {
"@syncano/validate": "0.12.1",
"@syncano/validate": "0.13.0",
"bluebird": "^3.5.1",
"faker": "^4.1.0",
"js-yaml": "^3.12.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.13.0"></a>
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)




**Note:** Version bump only for package @syncano/validate

<a name="0.12.0"></a>
# [0.12.0](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.12.0) (2018-04-08)

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.12.1",
"version": "0.13.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@syncano/schema": "0.12.1",
"@syncano/schema": "0.13.0",
"ajv": "^6.2.0",
"ajv-error-messages": "^1.0.0",
"ajv-errors": "^1.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.13.0"></a>
# [0.13.0](https://github.com/syncano/syncano-node/tree/master/packages/react-context/compare/v0.12.1...v0.13.0) (2018-09-06)


### Bug Fixes

* **react-context:** add react import ([#221](https://github.com/syncano/syncano-node/tree/master/packages/react-context/issues/221)) ([28a27a7](https://github.com/syncano/syncano-node/tree/master/packages/react-context/commit/28a27a7))


### Features

* **react-context:** add withSyncano ([#218](https://github.com/syncano/syncano-node/tree/master/packages/react-context/issues/218)) ([bf870b4](https://github.com/syncano/syncano-node/tree/master/packages/react-context/commit/bf870b4))




<a name="0.12.0"></a>
# [0.12.0](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.12.0) (2018-04-08)

Expand Down
2 changes: 1 addition & 1 deletion packages/react-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@syncano/react-context",
"description": "Syncano client react context",
"repository": "https://github.com/syncano/syncano-node/tree/master/packages/react-context",
"version": "0.12.1",
"version": "0.13.0",
"license": "MIT",
"main": "index.es5.js",
"esnext": "index.js",
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.13.0"></a>
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)




**Note:** Version bump only for package @syncano/schema

<a name="0.12.0"></a>
# [0.12.0](https://github.com/Syncano/syncano-node/compare/v0.11.0...v0.12.0) (2018-04-08)

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.12.1",
"version": "0.13.0",
"main": "lib/index.js",
"license": "MIT",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/template-project-empty/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.13.0"></a>
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)




**Note:** Version bump only for package @syncano/template-project-empty

<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/template-project-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/template-project-empty",
"description": "Empty Project Template",
"version": "0.12.1",
"version": "0.13.0",
"main": "index.js",
"license": "MIT",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/template-project-hello/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.13.0"></a>
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)


### Bug Fixes

* **template:** removed yarn from hello project template ([#262](https://github.com/Syncano/syncano-node/issues/262)) ([19e3d1e](https://github.com/Syncano/syncano-node/commit/19e3d1e))




<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/template-project-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@syncano/template-project-hello",
"description": "Hello World Project Template",
"version": "0.12.1",
"version": "0.13.0",
"license": "MIT",
"main": "index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/template-socket-es6/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.13.0"></a>
# [0.13.0](https://github.com/Syncano/syncano-node/compare/v0.12.1...v0.13.0) (2018-09-06)




**Note:** Version bump only for package @syncano/template-socket-es6

<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
Loading

0 comments on commit aa5b01a

Please sign in to comment.