diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac6e5949..c12320822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package sample-stack + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package sample-stack diff --git a/lerna.json b/lerna.json index 85d4097a9..1a94c225a 100644 --- a/lerna.json +++ b/lerna.json @@ -41,5 +41,5 @@ "packages/*", "servers/*" ], - "version": "0.0.38-alpha.13" + "version": "0.0.38-alpha.14" } diff --git a/packages-modules/counter/browser/CHANGELOG.md b/packages-modules/counter/browser/CHANGELOG.md index 3761452cf..9b99ca710 100644 --- a/packages-modules/counter/browser/CHANGELOG.md +++ b/packages-modules/counter/browser/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/counter-module-browser + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/counter-module-browser diff --git a/packages-modules/counter/browser/package.json b/packages-modules/counter/browser/package.json index 9346da250..7e7a9f15b 100755 --- a/packages-modules/counter/browser/package.json +++ b/packages-modules/counter/browser/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/counter-module-browser", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "Sample core for higher packages to depend on", "main": "lib/index.js", "scripts": { @@ -42,8 +42,8 @@ "author": "CDMBase LLC", "license": "ISC", "dependencies": { - "@sample-stack/client-react": "^0.0.38-alpha.13", - "@sample-stack/client-state": "^0.0.38-alpha.13", + "@sample-stack/client-react": "^0.0.38-alpha.14", + "@sample-stack/client-state": "^0.0.38-alpha.14", "antd": "^3.16.6" }, "peerDependencies": { diff --git a/packages-modules/counter/server/CHANGELOG.md b/packages-modules/counter/server/CHANGELOG.md index 7064e3a40..c4758cbcb 100644 --- a/packages-modules/counter/server/CHANGELOG.md +++ b/packages-modules/counter/server/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/counter-module-server + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/counter-module-server diff --git a/packages-modules/counter/server/package.json b/packages-modules/counter/server/package.json index 1e7179f95..4627926cd 100755 --- a/packages-modules/counter/server/package.json +++ b/packages-modules/counter/server/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/counter-module-server", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "Sample core for higher packages to depend on", "main": "lib/index.js", "scripts": { diff --git a/packages/sample-client-react/CHANGELOG.md b/packages/sample-client-react/CHANGELOG.md index 576f06614..37ad608b4 100644 --- a/packages/sample-client-react/CHANGELOG.md +++ b/packages/sample-client-react/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/client-react + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/client-react diff --git a/packages/sample-client-react/package.json b/packages/sample-client-react/package.json index e36d15121..d6b7cf5c1 100644 --- a/packages/sample-client-react/package.json +++ b/packages/sample-client-react/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/client-react", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "browser plugin for git", "main": "lib/index.js", "scripts": { @@ -56,8 +56,8 @@ "redux": ">=4.0.1" }, "dependencies": { - "@sample-stack/client-state": "^0.0.38-alpha.13", - "@sample-stack/core": "^0.0.38-alpha.13" + "@sample-stack/client-state": "^0.0.38-alpha.14", + "@sample-stack/core": "^0.0.38-alpha.14" }, "typings": "lib/index.d.ts", "typescript": { diff --git a/packages/sample-client-state/CHANGELOG.md b/packages/sample-client-state/CHANGELOG.md index 6de222951..fb673ba1b 100644 --- a/packages/sample-client-state/CHANGELOG.md +++ b/packages/sample-client-state/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/client-state + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/client-state diff --git a/packages/sample-client-state/package.json b/packages/sample-client-state/package.json index 132d7e43b..0f62bfe1b 100644 --- a/packages/sample-client-state/package.json +++ b/packages/sample-client-state/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/client-state", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "GraphQL for sample", "main": "lib/index.js", "scripts": { @@ -50,7 +50,7 @@ }, "homepage": "https://github.com/cdmbase/fullstack-pro#readme", "dependencies": { - "@sample-stack/core": "^0.0.38-alpha.13" + "@sample-stack/core": "^0.0.38-alpha.14" }, "peerDependencies": { "apollo-client": ">=2.4.0", diff --git a/packages/sample-core/CHANGELOG.md b/packages/sample-core/CHANGELOG.md index 352a94bef..346f1923f 100644 --- a/packages/sample-core/CHANGELOG.md +++ b/packages/sample-core/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/core + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/core diff --git a/packages/sample-core/package.json b/packages/sample-core/package.json index 7ff7ca800..b1c514141 100644 --- a/packages/sample-core/package.json +++ b/packages/sample-core/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/core", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "Sample core for higher packages to depend on", "main": "lib/index.js", "scripts": { diff --git a/packages/sample-hemera-plugin/CHANGELOG.md b/packages/sample-hemera-plugin/CHANGELOG.md index 2faa09266..d3bd78738 100644 --- a/packages/sample-hemera-plugin/CHANGELOG.md +++ b/packages/sample-hemera-plugin/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/hemera-plugin + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/hemera-plugin diff --git a/packages/sample-hemera-plugin/package.json b/packages/sample-hemera-plugin/package.json index 0bbdf9133..072f1cf8f 100644 --- a/packages/sample-hemera-plugin/package.json +++ b/packages/sample-hemera-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/hemera-plugin", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "This is Container Configuration Service hemera plugin", "main": "lib/index.js", "scripts": { @@ -43,8 +43,8 @@ "author": "", "license": "MIT", "dependencies": { - "@sample-stack/core": "^0.0.38-alpha.13", - "@sample-stack/server-core": "^0.0.38-alpha.13" + "@sample-stack/core": "^0.0.38-alpha.14", + "@sample-stack/server-core": "^0.0.38-alpha.14" }, "peerDependencies": { "hemera-joi": ">=6.x", diff --git a/packages/sample-microservice-nats/CHANGELOG.md b/packages/sample-microservice-nats/CHANGELOG.md index 7df9c9b09..7bbbfd941 100644 --- a/packages/sample-microservice-nats/CHANGELOG.md +++ b/packages/sample-microservice-nats/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/microservice-nats + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/microservice-nats diff --git a/packages/sample-microservice-nats/package.json b/packages/sample-microservice-nats/package.json index 3ce07c736..7377cb4f9 100644 --- a/packages/sample-microservice-nats/package.json +++ b/packages/sample-microservice-nats/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/microservice-nats", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "This is Container Configuration Service hemera plugin", "main": "lib/index.js", "scripts": { @@ -40,8 +40,8 @@ "author": "", "license": "MIT", "dependencies": { - "@sample-stack/core": "^0.0.38-alpha.13", - "@sample-stack/server-core": "^0.0.38-alpha.13" + "@sample-stack/core": "^0.0.38-alpha.14", + "@sample-stack/server-core": "^0.0.38-alpha.14" }, "peerDependencies": { "hemera-joi": ">6.x", diff --git a/packages/sample-server-core/CHANGELOG.md b/packages/sample-server-core/CHANGELOG.md index 636eb11e1..b7f127bf5 100644 --- a/packages/sample-server-core/CHANGELOG.md +++ b/packages/sample-server-core/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/server-core + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/server-core diff --git a/packages/sample-server-core/package.json b/packages/sample-server-core/package.json index 7dc500414..e84c69594 100644 --- a/packages/sample-server-core/package.json +++ b/packages/sample-server-core/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/server-core", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "xterm server services for Node", "main": "lib/index.js", "scripts": { @@ -48,7 +48,7 @@ }, "homepage": "https://github.com/cdmbase/fullstack-pro#readme", "dependencies": { - "@sample-stack/core": "^0.0.38-alpha.13" + "@sample-stack/core": "^0.0.38-alpha.14" }, "typings": "lib/index.d.ts", "typescript": { diff --git a/packages/sample-store/CHANGELOG.md b/packages/sample-store/CHANGELOG.md index 65ebc7422..08b386446 100644 --- a/packages/sample-store/CHANGELOG.md +++ b/packages/sample-store/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package @sample-stack/store + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package @sample-stack/store diff --git a/packages/sample-store/package.json b/packages/sample-store/package.json index b7dc7f1ab..cad74c22a 100644 --- a/packages/sample-store/package.json +++ b/packages/sample-store/package.json @@ -1,6 +1,6 @@ { "name": "@sample-stack/store", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "Sample core for higher packages to depend on", "main": "lib/index.js", "scripts": { @@ -40,7 +40,7 @@ "author": "CDMBase LLC", "license": "ISC", "dependencies": { - "@sample-stack/core": "^0.0.38-alpha.13", + "@sample-stack/core": "^0.0.38-alpha.14", "sequelize": "^5.7.6" }, "typings": "lib/index.d.ts", diff --git a/servers/backend-server/CHANGELOG.md b/servers/backend-server/CHANGELOG.md index 900d7416d..200b8ad9b 100644 --- a/servers/backend-server/CHANGELOG.md +++ b/servers/backend-server/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package sample-stack-backend-server + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package sample-stack-backend-server diff --git a/servers/backend-server/package.json b/servers/backend-server/package.json index 72c67111c..34f91678c 100644 --- a/servers/backend-server/package.json +++ b/servers/backend-server/package.json @@ -1,6 +1,6 @@ { "name": "sample-stack-backend-server", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "private": true, "description": "Starter kit for apollo server using webpack and typescript", "keywords": [ @@ -57,11 +57,11 @@ "@cdm-logger/server": "^5.0.5", "@common-stack/core": "0.0.208", "@common-stack/server-core": "0.0.208", - "@sample-stack/core": "^0.0.38-alpha.13", - "@sample-stack/counter-module-server": "^0.0.38-alpha.13", - "@sample-stack/microservice-nats": "^0.0.38-alpha.13", - "@sample-stack/server-core": "^0.0.38-alpha.13", - "@sample-stack/store": "^0.0.38-alpha.13", + "@sample-stack/core": "^0.0.38-alpha.14", + "@sample-stack/counter-module-server": "^0.0.38-alpha.14", + "@sample-stack/microservice-nats": "^0.0.38-alpha.14", + "@sample-stack/server-core": "^0.0.38-alpha.14", + "@sample-stack/store": "^0.0.38-alpha.14", "apollo-datasource-rest": "^0.6.1", "apollo-errors": "^1.9.0", "apollo-link": "^1.2.12", diff --git a/servers/frontend-server/CHANGELOG.md b/servers/frontend-server/CHANGELOG.md index 1cc8287ed..5ad7c3d76 100644 --- a/servers/frontend-server/CHANGELOG.md +++ b/servers/frontend-server/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package sample-stack-frontend-server + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package sample-stack-frontend-server diff --git a/servers/frontend-server/package.json b/servers/frontend-server/package.json index c7616c28a..8a5de9e56 100644 --- a/servers/frontend-server/package.json +++ b/servers/frontend-server/package.json @@ -1,6 +1,6 @@ { "name": "sample-stack-frontend-server", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "private": true, "description": "Sample Client server", "homepage": "https://github.com/cdmbase/fullstack-pro#readme", @@ -55,10 +55,10 @@ "@common-stack/client-react": "0.0.208", "@common-stack/core": "0.0.208", "@common-stack/server-core": "0.0.208", - "@sample-stack/client-react": "^0.0.38-alpha.13", - "@sample-stack/client-state": "^0.0.38-alpha.13", - "@sample-stack/core": "^0.0.38-alpha.13", - "@sample-stack/counter-module-browser": "^0.0.38-alpha.13", + "@sample-stack/client-react": "^0.0.38-alpha.14", + "@sample-stack/client-state": "^0.0.38-alpha.14", + "@sample-stack/core": "^0.0.38-alpha.14", + "@sample-stack/counter-module-browser": "^0.0.38-alpha.14", "apollo-cache-inmemory": "^1.6.3", "apollo-client": "^2.6.4", "apollo-fetch": "^0.7.0", diff --git a/servers/hemera-server/CHANGELOG.md b/servers/hemera-server/CHANGELOG.md index fa2835d59..e438306d3 100644 --- a/servers/hemera-server/CHANGELOG.md +++ b/servers/hemera-server/CHANGELOG.md @@ -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. +## [0.0.38-alpha.14](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.13...v0.0.38-alpha.14) (2019-10-09) + +**Note:** Version bump only for package sample-stack-hemera-server + + + + + ## [0.0.38-alpha.13](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.12...v0.0.38-alpha.13) (2019-10-09) **Note:** Version bump only for package sample-stack-hemera-server diff --git a/servers/hemera-server/package.json b/servers/hemera-server/package.json index f7b6f187c..f0d9e2761 100644 --- a/servers/hemera-server/package.json +++ b/servers/hemera-server/package.json @@ -1,6 +1,6 @@ { "name": "sample-stack-hemera-server", - "version": "0.0.38-alpha.13", + "version": "0.0.38-alpha.14", "description": "", "main": "index.js", "private": true,