Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKleSoft committed Oct 25, 2020
1 parent a077d3f commit 00da3cc
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 69 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.1.2"
"version": "3.1.3"
}
2 changes: 1 addition & 1 deletion packages/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "3.1.3",
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPL-3.0",
"private": true,
Expand All @@ -16,8 +16,8 @@
"directory": "packages/app"
},
"dependencies": {
"@padloc/core": "^3.1.2",
"@padloc/locale": "^3.1.1",
"@padloc/core": "^3.1.3",
"@padloc/locale": "^3.1.3",
"@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.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="app.padloc" version="3.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Padloc</name>
<description>
</description>
Expand Down
2 changes: 1 addition & 1 deletion packages/cordova/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "3.1.3",
"displayName": "Padloc",
"private": true,
"cordova": {
Expand Down Expand Up @@ -36,8 +36,8 @@
}
},
"dependencies": {
"@padloc/app": "^3.1.2",
"@padloc/core": "^3.1.2",
"@padloc/app": "^3.1.3",
"@padloc/core": "^3.1.3",
"cordova-android": "^8.1.0",
"cordova-clipboard": "1.3.0",
"cordova-ios": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "3.1.3",
"description": "padloc core module",
"main": "index.js",
"author": "Martin Kleinschrodt <[email protected]>",
Expand All @@ -11,7 +11,7 @@
"tsconfig.json"
],
"dependencies": {
"@padloc/locale": "^3.1.1",
"@padloc/locale": "^3.1.3",
"typescript": "^3.9.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "3.1.3",
"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.1.2",
"@padloc/core": "^3.1.2",
"@padloc/app": "^3.1.3",
"@padloc/core": "^3.1.3",
"electron-store": "^4.0.0",
"electron-updater": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/extension",
"version": "3.1.2",
"version": "3.1.3",
"description": "Padloc Progressive Web App",
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPL-3.0",
Expand All @@ -16,8 +16,8 @@
"directory": "packages/pwa"
},
"dependencies": {
"@padloc/app": "^3.1.2",
"@padloc/core": "^3.1.2",
"@padloc/app": "^3.1.3",
"@padloc/core": "^3.1.3",
"@webcomponents/webcomponentsjs": "^2.4.1",
"lit-element": "^2.2.1",
"webextension-polyfill-ts": "^0.11.0"
Expand Down
32 changes: 1 addition & 31 deletions packages/locale/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.1",
"version": "3.1.3",
"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.1.2",
"version": "3.1.3",
"private": true,
"description": "Padloc Server Mangement",
"main": "index.js",
"scripts": {},
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"@padloc/core": "^3.1.2"
"@padloc/core": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "3.1.3",
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPL-3.0",
"private": true,
Expand All @@ -15,8 +15,8 @@
"directory": "packages/pwa"
},
"dependencies": {
"@padloc/app": "^3.1.2",
"@padloc/core": "^3.1.2"
"@padloc/app": "^3.1.3",
"@padloc/core": "^3.1.3"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/server",
"version": "3.1.2",
"version": "3.1.3",
"description": "Padloc server component",
"private": true,
"files": [
Expand All @@ -11,15 +11,15 @@
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPLv3",
"devDependencies": {
"ts-node-dev": "^1.0.0-pre.42",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"mocha": "^8.0.1"
"mocha": "^8.0.1",
"ts-node-dev": "^1.0.0-pre.42"
},
"dependencies": {
"@padloc/core": "^3.1.2",
"@padloc/locale": "^3.1.1",
"@padloc/core": "^3.1.3",
"@padloc/locale": "^3.1.3",
"@types/fs-extra": "^5.0.4",
"@types/nodemailer": "^4.6.2",
"@types/stripe": "^6.26.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/tauri/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/tauri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@padloc/tauri",
"version": "3.1.2",
"version": "3.1.3",
"description": "Tauri Wrapper for packaging native apps",
"main": "index.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@padloc/app": "^3.1.2",
"@padloc/core": "^3.1.2",
"@padloc/app": "^3.1.3",
"@padloc/core": "^3.1.3",
"@tauri-apps/tauri-forage": "^1.0.0-beta.2"
},
"devDependencies": {
Expand Down

0 comments on commit 00da3cc

Please sign in to comment.