Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
release: 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 9, 2021
1 parent 3a77253 commit 3b8023a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -3,7 +3,7 @@
"productName": "Standard Notes",
"description": "A simple and private place for your notes, thoughts, and life's work.",
"author": "Standard Notes <help@standardnotes.org>",
"version": "3.8.21",
"version": "3.9.0",
"main": "./dist/index.js",
"dependencies": {
"keytar": "^7.7.0",
Expand Down
7 changes: 4 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "standard-notes",
"main": "./app/dist/index.js",
"version": "3.8.22",
"version": "3.9.0",
"repository": {
"type": "git",
"url": "git://github.com/standardnotes/desktop"
Expand Down Expand Up @@ -30,7 +30,8 @@
"release:draft": "node scripts/create-draft-release.mjs",
"setup": "yarn && yarn --cwd ./app && git submodule update --init && yarn --cwd ./web",
"start": "electron . --enable-logging --icon _icon/icon.png",
"test": "rimraf test/data/tmp && ava"
"test": "rimraf test/data/tmp && ava",
"update-web": "cd web && git checkout main && git pull && cd .."
},
"dependencies": {
"compare-versions": "^3.6.0",
Expand Down Expand Up @@ -60,7 +61,7 @@
"commitlint": "^13.2.1",
"copy-webpack-plugin": "^9.0.1",
"dotenv": "^10.0.0",
"electron": "^15.3.0",
"electron": "^15.3.1",
"electron-builder": "22.13.1",
"electron-notarize": "^1.1.1",
"eslint": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion web
Submodule web updated from 82fc10 to f029e3
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3047,10 +3047,10 @@ electron-updater@^4.3.9:
lodash.isequal "^4.5.0"
semver "^7.3.5"

electron@^15.3.0:
version "15.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-15.3.0.tgz#f9803c5a05b2dac12efc6d4203492c7e204b4819"
integrity sha512-YLzaKCFmSniNlz9+NUTNs7ssPyDc+bYOCYZ0b/D6DjVkOeIFz4SR8EYKqlOc8TcqlDNu18BbWqz6zbJPyAAURg==
electron@^15.3.1:
version "15.3.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-15.3.1.tgz#38ce9dfcd4ec51a33d62de23de15fb5ceeaea25d"
integrity sha512-6/qp3Dor7HSGq28qhJEVD1zBFZoWicmo3/ZLvo7rhXPPZFwEMSJGPMEZM9WYSfWW4t/OozpWNuuDe970cF7g2Q==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"
Expand Down

0 comments on commit 3b8023a

Please sign in to comment.