Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
v0.8.0 version bump, changelog, update dependencies including electro…
Browse files Browse the repository at this point in the history
…n@3.0.6
  • Loading branch information
jwheare committed Oct 27, 2018
1 parent 97a4cb2 commit 988ab78
Show file tree
Hide file tree
Showing 6 changed files with 723 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ignore:
'npm:open:20180512':
- open:
reason: None given
expires: '2018-10-15T15:01:14.734Z'
expires: '2018-11-26T13:25:13.999Z'
patch: {}
3 changes: 2 additions & 1 deletion build/release-notes-linux.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Updated dependencies
* Updated dependencies including electron@3.0.6
* Improve context menu options for copying and downloading links
3 changes: 2 additions & 1 deletion build/release-notes-mac.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Updated dependencies including a fix for a crash on macOS Yosemite
* Updated dependencies including electron@3.0.6
* Improve context menu options for copying and downloading links
3 changes: 2 additions & 1 deletion build/release-notes-windows.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Updated dependencies
* Updated dependencies including electron@3.0.6
* Improve context menu options for copying and downloading links
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"repository": "https://github.com/irccloud/irccloud-desktop",
"license": "Apache-2.0",
"version": "0.7.2",
"version": "0.8.0",
"main": "app/main.js",
"scripts": {
"postinstall": "electron-builder install-app-deps",
Expand All @@ -30,18 +30,18 @@
"irccloud": {},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^2.0.9",
"electron": "^3.0.6",
"electron-builder": "^20.28.4",
"eslint": "^5.6.0",
"snyk": "^1.95.3"
"eslint": "^5.8.0",
"snyk": "^1.105.0"
},
"dependencies": {
"electron-dl": "^1.12.0",
"electron-is": "^3.0.0",
"electron-log": "^2.2.17",
"electron-spellchecker": "^1.1.2",
"electron-store": "^2.0.0",
"electron-updater": "^3.1.2",
"electron-updater": "^3.1.5",
"getos": "3.1.0",
"lodash": "4.17.11",
"open": "0.0.5",
Expand Down

0 comments on commit 988ab78

Please sign in to comment.