Skip to content

Commit

Permalink
v0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 21, 2020
1 parent 2ef71fe commit 35db3b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.15",
"version": "0.1.16",
"packages": [
"packages/@guijs/*",
"packages/guijs-version-marker"
Expand Down
2 changes: 1 addition & 1 deletion packages/@guijs/server-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@guijs/server-core",
"version": "0.1.15",
"version": "0.1.16",
"author": "Guillaume Chau",
"scripts": {
"dev": "nodepack-service dev",
Expand Down
4 changes: 2 additions & 2 deletions packages/guijs-version-marker/package.json
@@ -1,12 +1,12 @@
{
"name": "guijs-version-marker",
"version": "0.1.15",
"version": "0.1.16",
"description": "version marker for guijs",
"author": "Guillaume Chau",
"license": "MIT",
"main": "package.json",
"devDependencies": {
"@guijs/server-core": "^0.1.15"
"@guijs/server-core": "^0.1.16"
},
"custom": {
"minNodeVersion": "12.0.0"
Expand Down

0 comments on commit 35db3b8

Please sign in to comment.