Skip to content

Commit

Permalink
chore(@kitesjs) publish v1.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vunb committed Aug 6, 2019
1 parent d65302b commit 7d5a7b7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"description": "Template-based Web Application Framework",
"author": "vunb",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions 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.1",
"version": "1.1.2",
"description": "Core Engine of Kites",
"repository": {
"type": "git",
Expand All @@ -28,8 +28,8 @@
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"nconf": "^0.10.0",
"winston": "3.2.1",
"reflect-metadata": "^0.1.12"
"reflect-metadata": "^0.1.12",
"winston": "3.2.1"
},
"peerDependencies": {
"@kites/common": "^1.0.0",
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.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"description": "REST Services for Kites",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 7d5a7b7

Please sign in to comment.