Skip to content

Commit 59cfb1a

Browse files
authored
chore: trigger release (#63)
1 parent 5b09e2d commit 59cfb1a

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

packages/com.sncommunity.advanced-checklist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"private": true,
1010
"license": "AGPL-3.0-or-later",
11-
"author": "Standard Notes Community",
11+
"author": "Standard Notes Community.",
1212
"sn": {
1313
"name": "Advanced Checklist",
1414
"content_type": "SN|Component",

packages/com.sncommunity.bold-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "1.7.2",
77
"description": "A simple and peaceful rich editor that helps you write and think clearly.",
88
"main": "dist/dist.js",
9-
"author": "Standard Notes Retired",
9+
"author": "Standard Notes Retired.",
1010
"sn": {
1111
"name": "Bold Editor",
1212
"content_type": "SN|Component",

packages/com.sncommunity.markdown-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"version": "1.7.5",
77
"main": "dist/dist.js",
8-
"author": "Standard Notes Community.",
8+
"author": "Standard Notes Community",
99
"description": "A Markdown editor with dynamic split-pane preview.",
1010
"scripts": {
1111
"lint": "eslint --cache --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",

packages/com.sncommunity.markdown-math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "grunt",
1111
"test": "echo \"Error: no test specified\" && exit 0"
1212
},
13-
"author": "Standard Notes Community",
13+
"author": "Standard Notes Community.",
1414
"sn": {
1515
"name": "Markdown Math",
1616
"content_type": "SN|Component",

packages/com.sncommunity.markdown-visual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@standardnotes/markdown-visual",
33
"version": "1.4.6",
4-
"author": "Standard Notes Community",
4+
"author": "Standard Notes Community.",
55
"description": "A WYSIWYG-style Markdown editor that renders Markdown in preview-mode while you type without displaying any syntax.",
66
"keywords": [
77
"Standard Notes",

packages/com.sncommunity.minimal-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"version": "1.4.5",
77
"description": "A minimal Markdown editor with live rendering and in-text search via Ctrl/Cmd + F",
8-
"author": "Standard Notes Community",
8+
"author": "Standard Notes Community.",
99
"main": "dist/dist.js",
1010
"sn": {
1111
"name": "Minimal Markdown",

packages/com.sncommunity.standard-blue-dark-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.6",
44
"main": "dist/dist.css",
55
"author": "Passkeys",
6-
"description": "A dark blue theme for Standard Notes.",
6+
"description": "A dark blue theme for Standard Notes",
77
"publishConfig": {
88
"access": "public"
99
},

packages/org.standardnotes.advanced-markdown-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support.",
88
"main": "dist/dist.js",
9-
"author": "Standard Notes Community",
9+
"author": "Standard Notes Community.",
1010
"license": "AGPL-3.0",
1111
"sn": {
1212
"name": "Markdown",

packages/org.standardnotes.code-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "Syntax highlighting and convenient keyboard shortcuts for over 120 programming languages. Ideal for code snippets and procedures.",
88
"main": "dist/main.js",
9-
"author": "Standard Notes Community",
9+
"author": "Standard Notes Community.",
1010
"license": "AGPL-3.0",
1111
"scripts": {
1212
"start": "http-server . --cors -p8001 & webpack --progress --config webpack.dev.js",

packages/org.standardnotes.plus-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "From highlighting to custom font sizes and colors, to tables and lists, this editor is perfect for crafting any document.",
88
"main": "dist/dist.js",
9-
"author": "Standard Notes Community",
9+
"author": "Standard Notes Community.",
1010
"scripts": {
1111
"skip:lint": "eslint --ext .js .",
1212
"lint:fix": "eslint --ext .js . --fix",

0 commit comments

Comments
 (0)