Skip to content

Commit

Permalink
Merge pull request #152 from duality-solutions/v1.0.2-WIP-RC1
Browse files Browse the repository at this point in the history
pShare v1.0.2 Release Candidate
  • Loading branch information
AmirAbrams authored May 6, 2020
2 parents 0474470 + 549e4a8 commit 3f15dad
Show file tree
Hide file tree
Showing 3 changed files with 843 additions and 475 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pshare",
"version": "1.0.1",
"version": "1.0.2",
"description": "Secure and private peer to peer file sharing",
"homepage": "https://duality.solutions/pshare",
"license": "SEE LICENSE IN LICENSE.md",
Expand Down Expand Up @@ -51,7 +51,7 @@
"pify": "^4.0.1",
"progress-stream": "^2.0.0",
"qrcode-generator": "^1.4.4",
"react": "^16.12.0",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.6",
"react-dropzone": "^10.0.0",
Expand Down Expand Up @@ -83,7 +83,7 @@
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@babel/preset-react": "^7.9.4",
"@types/electron-devtools-installer": "^2.2.0",
"@types/electron-json-storage": "^4.0.0",
"@types/es6-promise": "^3.3.0",
Expand All @@ -105,7 +105,7 @@
"@types/uuid": "^3.4.4",
"@types/webdriverio": "^4.13.0",
"electron": "3.0.16",
"electron-builder": "^20.36.2",
"electron-builder": "^22.6.0",
"electron-webpack": "^2.6.1",
"electron-webpack-ts": "^3.1.0",
"jest": "^24.9.0",
Expand Down
25 changes: 25 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Release History

Change History (v1.0.2):
- [Security] Bump acorn from 5.7.3 to 5.7.4
- [Security] Bump handlebars from 4.2.0 to 4.7.6
- Bump react from 16.8.6 to 16.13.1
- Bump @babel/preset-react from 7.0.0 to 7.9.4
- Bump pShare version to 1.0.2
- Add release notes file
- Bump electron-builder from 20.36.2 to 22.6.0

Change History (v1.0.1):
- Remove file size limit warning in UI
- Close about menu when main windows is closed
- [Docs] Add Snyk vulnerabilities and Travis build badges to main readme file
- [Security] Bump electron from 3.0.10 to 3.0.16
- [Security] Bump lodash-es from 4.17.11 to 4.17.15
- Bump qrcode-generator from 1.4.3 to 1.4.4
- Bump react from 16.8.6 to 16.12.0
- Bump seedrandom from 2.4.4 to 3.0.5
- Bump pShare version from 1.0.0 to 1.0.1
- Update badges in readme file
- Update verbiage on mnemonic page
- Update text for restore file
- Fix Travis CI build errors
Loading

0 comments on commit 3f15dad

Please sign in to comment.