Skip to content

Commit 308b8b5

Browse files
authored
Merge pull request #58 from nerdic-coder/develop
Updating blockstack.js library to version 19.2.1
2 parents 4634efe + 1ce88e5 commit 308b8b5

File tree

12 files changed

+1453
-1306
lines changed

12 files changed

+1453
-1306
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v4.2.0 (05/06/2019)
4+
5+
- [**enhancement**] Updating blockstack.js library to version 19.2.1
6+
- [**bug**] Fix deletion of photos from the photo viewer getting stuck on black page
7+
38
## v4.1.0 (01/06/2019)
49

510
- [**enhancement**] New setting for clearing photos cache

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.nerdiccoder.blockphotos"
77
minSdkVersion 21
88
targetSdkVersion 28
9-
versionCode 8
10-
versionName "4.1"
9+
versionCode 9
10+
versionName "4.2"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

package-lock.json

Lines changed: 756 additions & 685 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "block-photos",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"private": false,
55
"description": "The app for storing your photos privatly in the cloud!",
66
"repository": {
@@ -99,7 +99,7 @@
9999
"@ionic/core": "4.4.2",
100100
"@sentry/browser": "5.4.0",
101101
"blueimp-load-image": "2.21.0",
102-
"browser-image-compression": "1.0.2",
102+
"browser-image-compression": "1.0.5",
103103
"compressorjs": "1.0.5",
104104
"cors": "2.8.5",
105105
"electron-is-dev": "1.1.0",
@@ -126,9 +126,9 @@
126126
"@stencil/core": "0.18.1",
127127
"@types/jest": "24.0.13",
128128
"@types/puppeteer": "1.12.4",
129-
"blockstack": "19.1.0",
129+
"blockstack": "19.2.1",
130130
"electron": "5.0.2",
131-
"husky": "2.3.0",
131+
"husky": "2.4.0",
132132
"jest": "24.8.0",
133133
"jest-cli": "24.8.0",
134134
"nightwatch": "1.1.11",

0 commit comments

Comments
 (0)