Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v235.240708.1 #7185

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "de.tutao.tutanota"
minSdkVersion 26
targetSdkVersion 33
versionCode 396358
versionName "235.240708.0"
versionCode 396359
versionName "235.240708.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

javaCompileOptions {
Expand Down
4 changes: 2 additions & 2 deletions app-ios/tutanota/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>235.240708.0</string>
<string>235.240708.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>235.240708.0</string>
<string>235.240708.1</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tutanota",
"version": "235.240708.0",
"version": "235.240708.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tuta-wasm-loader": "235.240708.0",
"@tutao/tutanota-crypto": "235.240708.0",
"@tutao/tutanota-error": "235.240708.0",
"@tutao/tutanota-usagetests": "235.240708.0",
"@tutao/tutanota-utils": "235.240708.0",
"@tutao/tuta-wasm-loader": "235.240708.1",
"@tutao/tutanota-crypto": "235.240708.1",
"@tutao/tutanota-error": "235.240708.1",
"@tutao/tutanota-usagetests": "235.240708.1",
"@tutao/tutanota-utils": "235.240708.1",
"@types/better-sqlite3": "7.4.2",
"@types/dompurify": "3.0.5",
"@types/linkifyjs": "2.1.4",
Expand Down Expand Up @@ -75,9 +75,9 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@tutao/licc": "235.240708.0",
"@tutao/otest": "235.240708.0",
"@tutao/tutanota-test-utils": "235.240708.0",
"@tutao/licc": "235.240708.1",
"@tutao/otest": "235.240708.1",
"@tutao/tutanota-test-utils": "235.240708.1",
"@types/express": "^4.17.17",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "5.61.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/licc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/licc",
"version": "235.240708.0",
"version": "235.240708.1",
"bin": {
"licc": "dist/cli.js"
},
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"typescript": "5.3.3",
"@tutao/tutanota-test-utils": "235.240708.0",
"@tutao/otest": "235.240708.0"
"@tutao/tutanota-test-utils": "235.240708.1",
"@tutao/otest": "235.240708.1"
}
}
2 changes: 1 addition & 1 deletion packages/otest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/otest",
"version": "235.240708.0",
"version": "235.240708.1",
"license": "GPL-3.0",
"description": "little test runner",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/tuta-wasm-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tuta-wasm-loader",
"version": "235.240708.0",
"version": "235.240708.1",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/tutanota-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-crypto",
"version": "235.240708.0",
"version": "235.240708.1",
"license": "GPL-3.0",
"main": "./dist/index.js",
"exports": {
Expand All @@ -25,11 +25,11 @@
"tsconfig.json"
],
"dependencies": {
"@tutao/tutanota-error": "235.240708.0"
"@tutao/tutanota-error": "235.240708.1"
},
"devDependencies": {
"typescript": "5.3.3",
"@tutao/tutanota-utils": "235.240708.0",
"@tutao/otest": "235.240708.0"
"@tutao/tutanota-utils": "235.240708.1",
"@tutao/otest": "235.240708.1"
}
}
2 changes: 1 addition & 1 deletion packages/tutanota-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-error",
"version": "235.240708.0",
"version": "235.240708.1",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/tutanota-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-test-utils",
"version": "235.240708.0",
"version": "235.240708.1",
"license": "GPL-3.0",
"main": "./dist/index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"tsconfig.json"
],
"dependencies": {
"@tutao/otest": "235.240708.0",
"@tutao/otest": "235.240708.1",
"testdouble": "3.18.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tutanota-usagetests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-usagetests",
"version": "235.240708.0",
"version": "235.240708.1",
"license": "GLP-3.0",
"description": "",
"main": "./dist/index.js",
Expand All @@ -26,6 +26,6 @@
"devDependencies": {
"@types/node-forge": "1.0.0",
"typescript": "5.3.3",
"@tutao/otest": "235.240708.0"
"@tutao/otest": "235.240708.1"
}
}
4 changes: 2 additions & 2 deletions packages/tutanota-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tutao/tutanota-utils",
"version": "235.240708.0",
"version": "235.240708.1",
"license": "GPL-3.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -23,6 +23,6 @@
],
"devDependencies": {
"typescript": "5.3.3",
"@tutao/otest": "235.240708.0"
"@tutao/otest": "235.240708.1"
}
}
Loading