Skip to content

Commit

Permalink
chore(@kitesjs) publish v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vunb committed Apr 5, 2020
1 parent b4272ca commit 5e802be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.10",
"version": "1.2.0",
"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.10",
"version": "1.2.0",
"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.10",
"version": "1.2.0",
"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.10",
"version": "1.2.0",
"description": "Handling HTTP Request for Kites",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kites/react",
"version": "1.1.10",
"version": "1.2.0",
"description": "React - Frontend view engine for Kites",
"main": "index.js",
"repository": {
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.10",
"version": "1.2.0",
"description": "REST Services for Kites",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5e802be

Please sign in to comment.