Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 21, 2020
1 parent 5530242 commit 006f158
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.12",
"version": "0.1.13",
"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.11",
"version": "0.1.13",
"author": "Guillaume Chau",
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion packages/@guijs/frontend-tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guijs/frontend-tauri",
"version": "0.1.11",
"version": "0.1.13",
"author": "Guillaume Chau",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.12",
"version": "0.1.13",
"author": "Guillaume Chau",
"scripts": {
"dev": "nodepack-service dev",
Expand All @@ -12,7 +12,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@guijs/frontend-core": "^0.1.11",
"@guijs/frontend-core": "^0.1.13",
"@guijs/get-workspaces": "^0.1.10",
"@guijs/native-dialog": "^0.1.8",
"@nodepack/app": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.1.13",
"description": "desktop app builder for guijs",
"main": "index.js",
"private": true,
Expand Down
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.12",
"version": "0.1.13",
"description": "version marker for guijs",
"author": "Guillaume Chau",
"license": "MIT",
"main": "package.json",
"devDependencies": {
"@guijs/server-core": "^0.1.12"
"@guijs/server-core": "^0.1.13"
},
"custom": {
"minNodeVersion": "12.0.0"
Expand Down

0 comments on commit 006f158

Please sign in to comment.