Skip to content

Commit 3f15dad

Browse files
authored
Merge pull request #152 from duality-solutions/v1.0.2-WIP-RC1
pShare v1.0.2 Release Candidate
2 parents 0474470 + 549e4a8 commit 3f15dad

3 files changed

Lines changed: 843 additions & 475 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pshare",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Secure and private peer to peer file sharing",
55
"homepage": "https://duality.solutions/pshare",
66
"license": "SEE LICENSE IN LICENSE.md",
@@ -51,7 +51,7 @@
5151
"pify": "^4.0.1",
5252
"progress-stream": "^2.0.0",
5353
"qrcode-generator": "^1.4.4",
54-
"react": "^16.12.0",
54+
"react": "^16.13.1",
5555
"react-copy-to-clipboard": "^5.0.1",
5656
"react-dom": "^16.8.6",
5757
"react-dropzone": "^10.0.0",
@@ -83,7 +83,7 @@
8383
},
8484
"devDependencies": {
8585
"@babel/core": "^7.1.6",
86-
"@babel/preset-react": "^7.0.0",
86+
"@babel/preset-react": "^7.9.4",
8787
"@types/electron-devtools-installer": "^2.2.0",
8888
"@types/electron-json-storage": "^4.0.0",
8989
"@types/es6-promise": "^3.3.0",
@@ -105,7 +105,7 @@
105105
"@types/uuid": "^3.4.4",
106106
"@types/webdriverio": "^4.13.0",
107107
"electron": "3.0.16",
108-
"electron-builder": "^20.36.2",
108+
"electron-builder": "^22.6.0",
109109
"electron-webpack": "^2.6.1",
110110
"electron-webpack-ts": "^3.1.0",
111111
"jest": "^24.9.0",

release-notes.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Release History
2+
3+
Change History (v1.0.2):
4+
- [Security] Bump acorn from 5.7.3 to 5.7.4
5+
- [Security] Bump handlebars from 4.2.0 to 4.7.6
6+
- Bump react from 16.8.6 to 16.13.1
7+
- Bump @babel/preset-react from 7.0.0 to 7.9.4
8+
- Bump pShare version to 1.0.2
9+
- Add release notes file
10+
- Bump electron-builder from 20.36.2 to 22.6.0
11+
12+
Change History (v1.0.1):
13+
- Remove file size limit warning in UI
14+
- Close about menu when main windows is closed
15+
- [Docs] Add Snyk vulnerabilities and Travis build badges to main readme file
16+
- [Security] Bump electron from 3.0.10 to 3.0.16
17+
- [Security] Bump lodash-es from 4.17.11 to 4.17.15
18+
- Bump qrcode-generator from 1.4.3 to 1.4.4
19+
- Bump react from 16.8.6 to 16.12.0
20+
- Bump seedrandom from 2.4.4 to 3.0.5
21+
- Bump pShare version from 1.0.0 to 1.0.1
22+
- Update badges in readme file
23+
- Update verbiage on mnemonic page
24+
- Update text for restore file
25+
- Fix Travis CI build errors

0 commit comments

Comments
 (0)