diff --git a/CHANGELOG.md b/CHANGELOG.md index b73ec6d73..19aa3a352 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package sample-stack + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (2019-10-09) **Note:** Version bump only for package sample-stack diff --git a/lerna.json b/lerna.json index d60b5eb65..1121f082f 100644 --- a/lerna.json +++ b/lerna.json @@ -41,5 +41,5 @@ "packages/*", "servers/*" ], - "version": "0.0.38-alpha.15" + "version": "0.0.38-alpha.16" } diff --git a/packages-modules/counter/browser/CHANGELOG.md b/packages-modules/counter/browser/CHANGELOG.md index ed398c740..55e6cc76a 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/counter-module-browser + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 deb812ca7..a3e96961b 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.15", + "version": "0.0.38-alpha.16", "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.15", - "@sample-stack/client-state": "^0.0.38-alpha.15", + "@sample-stack/client-react": "^0.0.38-alpha.16", + "@sample-stack/client-state": "^0.0.38-alpha.16", "antd": "^3.16.6" }, "peerDependencies": { diff --git a/packages-modules/counter/server/CHANGELOG.md b/packages-modules/counter/server/CHANGELOG.md index 75c87b9c7..dddcc5db6 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/counter-module-server + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 d269d57cf..d6f14a9b9 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.15", + "version": "0.0.38-alpha.16", "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 16d52c432..0e9d66c61 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/client-react + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 3617814ae..2cc4afdf5 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.15", + "version": "0.0.38-alpha.16", "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.15", - "@sample-stack/core": "^0.0.38-alpha.15" + "@sample-stack/client-state": "^0.0.38-alpha.16", + "@sample-stack/core": "^0.0.38-alpha.16" }, "typings": "lib/index.d.ts", "typescript": { diff --git a/packages/sample-client-state/CHANGELOG.md b/packages/sample-client-state/CHANGELOG.md index 8c56e64d7..02dd22a80 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/client-state + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 c1e904ad7..b24d6973c 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.15", + "version": "0.0.38-alpha.16", "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.15" + "@sample-stack/core": "^0.0.38-alpha.16" }, "peerDependencies": { "apollo-client": ">=2.4.0", diff --git a/packages/sample-core/CHANGELOG.md b/packages/sample-core/CHANGELOG.md index b309413e9..3c58c3562 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/core + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 cde8516ed..806331c2a 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.15", + "version": "0.0.38-alpha.16", "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 a43f31143..f8e6608fc 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/hemera-plugin + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 d1e9628f6..e301fb033 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.15", + "version": "0.0.38-alpha.16", "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.15", - "@sample-stack/server-core": "^0.0.38-alpha.15" + "@sample-stack/core": "^0.0.38-alpha.16", + "@sample-stack/server-core": "^0.0.38-alpha.16" }, "peerDependencies": { "hemera-joi": ">=6.x", diff --git a/packages/sample-microservice-nats/CHANGELOG.md b/packages/sample-microservice-nats/CHANGELOG.md index 2b258aed3..2372c4e29 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/microservice-nats + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 43a1c293b..0cb8363d7 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.15", + "version": "0.0.38-alpha.16", "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.15", - "@sample-stack/server-core": "^0.0.38-alpha.15" + "@sample-stack/core": "^0.0.38-alpha.16", + "@sample-stack/server-core": "^0.0.38-alpha.16" }, "peerDependencies": { "hemera-joi": ">6.x", diff --git a/packages/sample-server-core/CHANGELOG.md b/packages/sample-server-core/CHANGELOG.md index 94573e04e..5168fc63e 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/server-core + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 c40d2f412..050faa305 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.15", + "version": "0.0.38-alpha.16", "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.15" + "@sample-stack/core": "^0.0.38-alpha.16" }, "typings": "lib/index.d.ts", "typescript": { diff --git a/packages/sample-store/CHANGELOG.md b/packages/sample-store/CHANGELOG.md index 80674d021..683dc79e9 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package @sample-stack/store + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 99e8b343b..4292129ab 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.15", + "version": "0.0.38-alpha.16", "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.15", + "@sample-stack/core": "^0.0.38-alpha.16", "sequelize": "^5.7.6" }, "typings": "lib/index.d.ts", diff --git a/servers/backend-server/CHANGELOG.md b/servers/backend-server/CHANGELOG.md index ff8788d0c..63cd1c462 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package sample-stack-backend-server + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 760bd8e0b..c54aeffc4 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.15", + "version": "0.0.38-alpha.16", "private": true, "description": "Starter kit for apollo server using webpack and typescript", "keywords": [ @@ -58,11 +58,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.15", - "@sample-stack/counter-module-server": "^0.0.38-alpha.15", - "@sample-stack/microservice-nats": "^0.0.38-alpha.15", - "@sample-stack/server-core": "^0.0.38-alpha.15", - "@sample-stack/store": "^0.0.38-alpha.15", + "@sample-stack/core": "^0.0.38-alpha.16", + "@sample-stack/counter-module-server": "^0.0.38-alpha.16", + "@sample-stack/microservice-nats": "^0.0.38-alpha.16", + "@sample-stack/server-core": "^0.0.38-alpha.16", + "@sample-stack/store": "^0.0.38-alpha.16", "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 7194e225c..0d54f5ef0 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package sample-stack-frontend-server + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 bf2f3ad74..7339a23e0 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.15", + "version": "0.0.38-alpha.16", "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.15", - "@sample-stack/client-state": "^0.0.38-alpha.15", - "@sample-stack/core": "^0.0.38-alpha.15", - "@sample-stack/counter-module-browser": "^0.0.38-alpha.15", + "@sample-stack/client-react": "^0.0.38-alpha.16", + "@sample-stack/client-state": "^0.0.38-alpha.16", + "@sample-stack/core": "^0.0.38-alpha.16", + "@sample-stack/counter-module-browser": "^0.0.38-alpha.16", "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 762b1b06a..036916b70 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.16](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.15...v0.0.38-alpha.16) (2019-10-10) + +**Note:** Version bump only for package sample-stack-hemera-server + + + + + ## [0.0.38-alpha.15](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.14...v0.0.38-alpha.15) (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 068ff2679..76142878d 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.15", + "version": "0.0.38-alpha.16", "description": "", "main": "index.js", "private": true, @@ -27,9 +27,9 @@ "license": "ISC", "dependencies": { "@cdm-logger/server": "^5.0.5", - "@sample-stack/core": "^0.0.38-alpha.15", - "@sample-stack/hemera-plugin": "^0.0.38-alpha.15", - "@sample-stack/server-core": "^0.0.38-alpha.15", + "@sample-stack/core": "^0.0.38-alpha.16", + "@sample-stack/hemera-plugin": "^0.0.38-alpha.16", + "@sample-stack/server-core": "^0.0.38-alpha.16", "dotenv": "^7.0.0", "envalid": "^5.0.0", "graphql-nats-subscriptions": "^1.3.0", @@ -48,5 +48,5 @@ "cross-env": "^5.2.0", "pm2": "^3.5.0", "rimraf": "^2.6.3" - } + } }