Skip to content

Commit

Permalink
v0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Mar 1, 2020
1 parent cfac03a commit f609dfc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.18",
"version": "0.1.19",
"packages": [
"packages/@guijs/*",
"packages/guijs-version-marker"
Expand Down
2 changes: 1 addition & 1 deletion packages/@guijs/frontend-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guijs/frontend-core",
"version": "0.1.18",
"version": "0.1.19",
"author": "Guillaume Chau",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
6 changes: 3 additions & 3 deletions packages/@guijs/server-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guijs/server-core",
"version": "0.1.18",
"version": "0.1.19",
"author": "Guillaume Chau",
"scripts": {
"dev": "nodepack-service dev",
Expand All @@ -12,7 +12,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@guijs/frontend-core": "^0.1.18",
"@guijs/frontend-core": "^0.1.19",
"@guijs/get-workspaces": "^0.1.10",
"@guijs/native-dialog": "^0.1.8",
"@nodepack/app": "^0.8.0",
Expand Down Expand Up @@ -43,8 +43,8 @@
"npm-registry-fetch": "^6.0.0",
"os-locale": "^4.0.0",
"portfinder": "^1.0.25",
"resolve": "^1.15.1",
"request": "^2.88.2",
"resolve": "^1.15.1",
"shell-env": "^3.0.0",
"shortid": "^2.2.15",
"string_decoder": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@guijs/tauri-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guijs/tauri-app",
"version": "0.1.18",
"version": "0.1.19",
"description": "desktop app builder for guijs",
"main": "index.js",
"private": true,
Expand All @@ -16,4 +16,4 @@
"dependencies": {
"tauri": "^0.4.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/guijs-version-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "guijs-version-marker",
"version": "0.1.18",
"version": "0.1.19",
"description": "version marker for guijs",
"author": "Guillaume Chau",
"license": "MIT",
"main": "package.json",
"devDependencies": {
"@guijs/server-core": "^0.1.18"
"@guijs/server-core": "^0.1.19"
},
"custom": {
"minNodeVersion": "12.0.0"
Expand Down

0 comments on commit f609dfc

Please sign in to comment.