Skip to content

Commit 1b2bbab

Browse files
committed
chore: release package(s)
1 parent c0c1b96 commit 1b2bbab

File tree

26 files changed

+128
-24
lines changed

26 files changed

+128
-24
lines changed

CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package sample-stack
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package sample-stack

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
"packages/*",
4242
"servers/*"
4343
],
44-
"version": "0.0.38-alpha.12"
44+
"version": "0.0.38-alpha.13"
4545
}

packages-modules/counter/browser/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/counter-module-browser
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/counter-module-browser

packages-modules/counter/browser/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/counter-module-browser",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "Sample core for higher packages to depend on",
55
"main": "lib/index.js",
66
"scripts": {
@@ -42,8 +42,8 @@
4242
"author": "CDMBase LLC",
4343
"license": "ISC",
4444
"dependencies": {
45-
"@sample-stack/client-react": "^0.0.38-alpha.12",
46-
"@sample-stack/client-state": "^0.0.38-alpha.12",
45+
"@sample-stack/client-react": "^0.0.38-alpha.13",
46+
"@sample-stack/client-state": "^0.0.38-alpha.13",
4747
"antd": "^3.16.6"
4848
},
4949
"peerDependencies": {

packages-modules/counter/server/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/counter-module-server
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/counter-module-server

packages-modules/counter/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/counter-module-server",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "Sample core for higher packages to depend on",
55
"main": "lib/index.js",
66
"scripts": {

packages/sample-client-react/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/client-react
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/client-react

packages/sample-client-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/client-react",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "browser plugin for git",
55
"main": "lib/index.js",
66
"scripts": {
@@ -56,8 +56,8 @@
5656
"redux": ">=4.0.1"
5757
},
5858
"dependencies": {
59-
"@sample-stack/client-state": "^0.0.38-alpha.12",
60-
"@sample-stack/core": "^0.0.38-alpha.12"
59+
"@sample-stack/client-state": "^0.0.38-alpha.13",
60+
"@sample-stack/core": "^0.0.38-alpha.13"
6161
},
6262
"typings": "lib/index.d.ts",
6363
"typescript": {

packages/sample-client-state/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/client-state
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/client-state

packages/sample-client-state/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/client-state",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "GraphQL for sample",
55
"main": "lib/index.js",
66
"scripts": {
@@ -50,7 +50,7 @@
5050
},
5151
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
5252
"dependencies": {
53-
"@sample-stack/core": "^0.0.38-alpha.12"
53+
"@sample-stack/core": "^0.0.38-alpha.13"
5454
},
5555
"peerDependencies": {
5656
"apollo-client": ">=2.4.0",

packages/sample-core/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/core
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/core

packages/sample-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/core",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "Sample core for higher packages to depend on",
55
"main": "lib/index.js",
66
"scripts": {

packages/sample-hemera-plugin/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/hemera-plugin
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/hemera-plugin

packages/sample-hemera-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/hemera-plugin",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "This is Container Configuration Service hemera plugin",
55
"main": "lib/index.js",
66
"scripts": {
@@ -43,8 +43,8 @@
4343
"author": "",
4444
"license": "MIT",
4545
"dependencies": {
46-
"@sample-stack/core": "^0.0.38-alpha.12",
47-
"@sample-stack/server-core": "^0.0.38-alpha.12"
46+
"@sample-stack/core": "^0.0.38-alpha.13",
47+
"@sample-stack/server-core": "^0.0.38-alpha.13"
4848
},
4949
"peerDependencies": {
5050
"hemera-joi": ">=6.x",

packages/sample-microservice-nats/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/microservice-nats
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/microservice-nats

packages/sample-microservice-nats/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/microservice-nats",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "This is Container Configuration Service hemera plugin",
55
"main": "lib/index.js",
66
"scripts": {
@@ -40,8 +40,8 @@
4040
"author": "",
4141
"license": "MIT",
4242
"dependencies": {
43-
"@sample-stack/core": "^0.0.38-alpha.12",
44-
"@sample-stack/server-core": "^0.0.38-alpha.12"
43+
"@sample-stack/core": "^0.0.38-alpha.13",
44+
"@sample-stack/server-core": "^0.0.38-alpha.13"
4545
},
4646
"peerDependencies": {
4747
"hemera-joi": ">6.x",

packages/sample-server-core/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/server-core
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/server-core

packages/sample-server-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/server-core",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "xterm server services for Node",
55
"main": "lib/index.js",
66
"scripts": {
@@ -48,7 +48,7 @@
4848
},
4949
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",
5050
"dependencies": {
51-
"@sample-stack/core": "^0.0.38-alpha.12"
51+
"@sample-stack/core": "^0.0.38-alpha.13"
5252
},
5353
"typings": "lib/index.d.ts",
5454
"typescript": {

packages/sample-store/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package @sample-stack/store
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package @sample-stack/store

packages/sample-store/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sample-stack/store",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "Sample core for higher packages to depend on",
55
"main": "lib/index.js",
66
"scripts": {
@@ -40,7 +40,7 @@
4040
"author": "CDMBase LLC",
4141
"license": "ISC",
4242
"dependencies": {
43-
"@sample-stack/core": "^0.0.38-alpha.12",
43+
"@sample-stack/core": "^0.0.38-alpha.13",
4444
"sequelize": "^5.7.6"
4545
},
4646
"typings": "lib/index.d.ts",

servers/backend-server/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package sample-stack-backend-server
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package sample-stack-backend-server

servers/backend-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-stack-backend-server",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"private": true,
55
"description": "Starter kit for apollo server using webpack and typescript",
66
"keywords": [

servers/frontend-server/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package sample-stack-frontend-server
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package sample-stack-frontend-server

servers/frontend-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-stack-frontend-server",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"private": true,
55
"description": "Sample Client server",
66
"homepage": "https://github.com/cdmbase/fullstack-pro#readme",

servers/hemera-server/CHANGELOG.md

+8
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+
## [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)
7+
8+
**Note:** Version bump only for package sample-stack-hemera-server
9+
10+
11+
12+
13+
614
## [0.0.38-alpha.12](https://github.com/cdmbase/fullstack-pro/compare/v0.0.38-alpha.11...v0.0.38-alpha.12) (2019-10-09)
715

816
**Note:** Version bump only for package sample-stack-hemera-server

servers/hemera-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample-stack-hemera-server",
3-
"version": "0.0.38-alpha.12",
3+
"version": "0.0.38-alpha.13",
44
"description": "",
55
"main": "index.js",
66
"private": true,

0 commit comments

Comments
 (0)