Skip to content

Commit

Permalink
chore(@nestcloud) publish v0.6.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
miaowing committed Sep 15, 2020
1 parent 823e606 commit bfaaa6c
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.6.11"
"version": "0.6.12"
}
2 changes: 1 addition & 1 deletion packages/boot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/boot",
"version": "0.6.11",
"version": "0.6.12",
"description": "A Nest framework (node.js) module for getting config parameters when the app start running.",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/brakes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/brakes",
"version": "0.6.11",
"version": "0.6.12",
"description": "Hystrix compliant Node.js Circuit Breaker Library based on brakes.",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/common",
"version": "0.6.11",
"version": "0.6.12",
"description": "common module for nestcloud",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/config",
"version": "0.6.11",
"version": "0.6.12",
"description": "A Nest framework (node.js) module for getting configurations from consul kv",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/consul/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/consul",
"version": "0.6.11",
"version": "0.6.12",
"description": "A Consul module for Nest framework (node.js)",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/core",
"version": "0.6.11",
"version": "0.6.12",
"description": "A Nest framework (node.js) module for registering and getting consul service easily.",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/etcd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/etcd",
"version": "0.6.11",
"version": "0.6.12",
"description": "A Nest framework (node.js) module for registering and getting consul service easily.",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/feign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/feign",
"version": "0.6.11",
"version": "0.6.12",
"description": "Feign is a nest http decorators library that makes writing nodejs http clients easier.",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/grpc",
"version": "0.6.11",
"version": "0.6.12",
"description": "loadbalance grpc module for nestcloud",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/kubernetes",
"version": "0.6.11",
"version": "0.6.12",
"description": "kubernetes client module for nestcloud",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/loadbalance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/loadbalance",
"version": "0.6.11",
"version": "0.6.12",
"description": "A Nest framework (node.js) module for getting service from consul and sending http request by loadbalance.",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/logger",
"version": "0.6.11",
"version": "0.6.12",
"description": "Nestcloud logger module",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/memcached/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/memcached",
"version": "0.6.11",
"version": "0.6.12",
"description": "A memcached module for nest.js",
"author": "Miaowing <me@zf.ink>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/proxy",
"version": "0.6.11",
"version": "0.6.12",
"description": "proxy module for nestcloud",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rbac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/rbac",
"version": "0.6.11",
"version": "0.6.12",
"description": "Rbac component for @nestcloud",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/redis",
"version": "0.6.11",
"version": "0.6.12",
"description": "A redis module for nest.js",
"author": "Miaowing <me@zf.ink>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/schedule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/schedule",
"version": "0.6.11",
"version": "0.6.12",
"description": "Nest - modern, fast, powerful node.js web framework (@schedule)",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/service",
"version": "0.6.11",
"version": "0.6.12",
"description": "A Nest framework (node.js) module for registering and getting consul service easily.",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/validations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestcloud/validations",
"version": "0.6.11",
"version": "0.6.12",
"description": "Nest - modern, fast, powerful node.js web framework (@nest-validations)",
"author": "Miaowing <i@zfeng.net>",
"license": "MIT",
Expand Down

0 comments on commit bfaaa6c

Please sign in to comment.