Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roldanjr committed Sep 16, 2020
1 parent ee71aee commit 464ca99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pomatez",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"license": "MIT",
"main": "./build/main.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
}
},
"dependencies": {
"@pomatez/shareables": "^1.0.0",
"@pomatez/shareables": "^1.1.0",
"electron-log": "^4.2.4",
"electron-store": "^6.0.0",
"electron-updater": "^4.3.4",
Expand Down
4 changes: 2 additions & 2 deletions app/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pomatez/renderer",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"license": "MIT",
"author": {
Expand Down Expand Up @@ -29,7 +29,7 @@
}
},
"dependencies": {
"@pomatez/shareables": "^1.0.0",
"@pomatez/shareables": "^1.1.0",
"@types/autosize": "^3.0.7",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
Expand Down
2 changes: 1 addition & 1 deletion app/shareables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pomatez/shareables",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"main": "build/index.js",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["app/*", "website"]
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pomatez/website",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"license": "MIT",
"author": {
Expand Down

0 comments on commit 464ca99

Please sign in to comment.