Skip to content

Commit 5b66d1a

Browse files
authored
Release 0.0.47 (#66)
* Fix CSS var & tweak theme * Add deployment README * 0.0.47 * Update manifest version
1 parent 6044162 commit 5b66d1a

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

dist/ext.json

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

docs/ext.json

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sn-scratchpad-editor",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"description": "",
55
"scripts": {
66
"analyze": "npm run build:dist -- --env.analyzer",

scripts/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
To deploy the Standard Notes extension:
2+
3+
1. check out a new branch in the format release-x.x.x
4+
1. run `npm version <major | minor | patch>` so the committed version matches the branch name
5+
1. update the fields in ext.json to point to the new version, specifically the `version` and `download_url`
6+
1. run `npm run build`
7+
1. commit these changes as "Update manifest version"
8+
1. push to GitHub and merge the branch
9+
1. create a new release and tag matching the x.x.x version number from above
10+
1. pull master and run scripts/deploy.sh

src/ext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"name": "Scratch Editor",
44
"content_type": "SN|Component",
55
"area": "editor-editor",
6-
"version": "0.0.46",
6+
"version": "0.0.47",
77
"description": "An editor for writing things down.",
88
"url": "https://scratch-editor.com",
99
"hosted_url": "https://scratch-editor.com",
10-
"download_url": "https://github.com/dylanonelson/sn-scratch-editor/archive/0.0.46.zip",
10+
"download_url": "https://github.com/dylanonelson/sn-scratch-editor/archive/0.0.47.zip",
1111
"latest_url": "https://scratch-editor.com/ext.json",
1212
"marketing_url": "https://dylanonelson.github.io/sn-scratch-editor"
1313
}

0 commit comments

Comments
 (0)