Skip to content

Commit

Permalink
v3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKleSoft committed Dec 5, 2019
1 parent 252e46d commit cfa167f
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.0.11"
"version": "3.0.12"
}
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/app",
"version": "3.0.11",
"version": "3.0.12",
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPL-3.0",
"private": true,
Expand All @@ -16,8 +16,8 @@
"directory": "packages/app"
},
"dependencies": {
"@padloc/core": "^3.0.11",
"@padloc/locale": "^3.0.11",
"@padloc/core": "^3.0.12",
"@padloc/locale": "^3.0.12",
"@types/papaparse": "^5.0.0",
"@types/ua-parser-js": "^0.7.33",
"@types/workbox-sw": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="app.padloc" version="3.0.11" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="app.padloc" version="3.0.12" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Padloc</name>
<description>
</description>
Expand Down
6 changes: 3 additions & 3 deletions packages/cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app.padloc",
"version": "3.0.11",
"version": "3.0.12",
"displayName": "Padloc",
"private": true,
"cordova": {
Expand Down Expand Up @@ -38,8 +38,8 @@
}
},
"dependencies": {
"@padloc/app": "^3.0.11",
"@padloc/core": "^3.0.11",
"@padloc/app": "^3.0.12",
"@padloc/core": "^3.0.12",
"cordova-android": "^8.1.0",
"cordova-clipboard": "1.3.0",
"cordova-electron": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/core",
"version": "3.0.11",
"version": "3.0.12",
"description": "padloc core module",
"main": "index.js",
"author": "Martin Kleinschrodt <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"tsconfig.json"
],
"dependencies": {
"@padloc/locale": "^3.0.11"
"@padloc/locale": "^3.0.12"
},
"devDependencies": {
"@types/chai": "^4.1.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/electron",
"version": "3.0.11",
"version": "3.0.12",
"description": "Electron Wrapper for Padloc app",
"main": "main.js",
"private": true,
Expand All @@ -15,8 +15,8 @@
"author": "MaKleSoft UG",
"license": "GPL-3.0",
"dependencies": {
"@padloc/app": "^3.0.11",
"@padloc/core": "^3.0.11",
"@padloc/app": "^3.0.12",
"@padloc/core": "^3.0.12",
"electron-store": "^4.0.0",
"electron-updater": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/locale",
"version": "3.0.11",
"version": "3.0.12",
"description": "Package containing translations and wordlists for Padloc as well as various other localization tools",
"main": "index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/manage/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@padloc/manage",
"version": "3.0.10",
"version": "3.0.12",
"private": true,
"description": "Padloc Server Mangement",
"main": "index.js",
"scripts": {},
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"@padloc/core": "^3.0.10"
"@padloc/core": "^3.0.12"
}
}
6 changes: 3 additions & 3 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/pwa",
"version": "3.0.11",
"version": "3.0.12",
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPL-3.0",
"private": true,
Expand All @@ -15,8 +15,8 @@
"directory": "packages/pwa"
},
"dependencies": {
"@padloc/app": "^3.0.11",
"@padloc/core": "^3.0.11"
"@padloc/app": "^3.0.12",
"@padloc/core": "^3.0.12"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/server",
"version": "3.0.11",
"version": "3.0.12",
"description": "Padloc server component",
"private": true,
"files": [
Expand All @@ -15,8 +15,8 @@
"typescript": "^3.3.3333"
},
"dependencies": {
"@padloc/core": "^3.0.11",
"@padloc/locale": "^3.0.11",
"@padloc/core": "^3.0.12",
"@padloc/locale": "^3.0.12",
"@types/fs-extra": "^5.0.4",
"@types/nodemailer": "^4.6.2",
"@types/stripe": "^6.26.5",
Expand Down

0 comments on commit cfa167f

Please sign in to comment.