Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Apr 2, 2018
1 parent 08fb632 commit bc14cfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"lerna": "2.5.1",
"packages": ["packages/*"],
"version": "1.8.0",
"packages": [
"packages/*"
],
"version": "1.9.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "1.8.0",
"version": "1.9.0",
"private": true,
"typings": "types/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "1.8.0",
"version": "1.9.0",
"private": true,
"scripts": {
"start": "pm2 start ecosystem.config.js --env production",
Expand Down

0 comments on commit bc14cfa

Please sign in to comment.