Skip to content

Commit

Permalink
chore(@kitesjs) publish v1.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vunb committed Sep 11, 2019
1 parent c0c0836 commit 3d1ef3a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.16.4",
"version": "1.1.5",
"version": "1.1.6",
"packages": [
"packages/*"
]
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": "@kites/common",
"version": "1.1.5",
"version": "1.1.6",
"description": "Template-based Web Application Framework",
"author": "vunb",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kites/core",
"displayName": "kites",
"version": "1.1.5",
"version": "1.1.6",
"description": "Core Engine of Kites",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kites/express",
"version": "1.1.5",
"version": "1.1.6",
"description": "Handling HTTP Request for Kites",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kites/rest",
"version": "1.1.5",
"version": "1.1.6",
"description": "REST Services for Kites",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 3d1ef3a

Please sign in to comment.