Skip to content

Commit b432bf3

Browse files
authored
chore: update editor kit in bold editor, trigger release and ignore failing packages (#56)
1 parent 9afc36b commit b432bf3

File tree

15 files changed

+14
-21
lines changed

15 files changed

+14
-21
lines changed
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "yarn workspaces foreach --verbose --interlaced -pt --topological-dev --jobs 10 run build",
1717
"clean": "lerna run clean",
1818
"release": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",
19-
"publish": "lerna publish from-git --yes --no-verify-access --loglevel verbose",
19+
"publish": "lerna publish from-git --yes --no-verify-access --loglevel verbose --ignore @standardnotes/markdown-basic --ignore @standardnotes/markdown-hybrid",
2020
"version": "yarn install --no-immutable && git add yarn.lock",
2121
"postversion": "./scripts/push-tags-one-by-one.sh",
2222
"dev:reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock && yarn install",

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
@@ -29,7 +29,7 @@
2929
"@babel/eslint-parser": "^7.13.14",
3030
"@babel/preset-env": "^7.13.12",
3131
"@babel/preset-react": "^7.13.13",
32-
"@standardnotes/editor-kit": "2.2.3",
32+
"@standardnotes/editor-kit": "standardnotes/editor-kit#c0743eb4690dcf73aab97da662c3c7e5f8356275",
3333
"babel-loader": "^8.2.2",
3434
"copy-webpack-plugin": "*",
3535
"css-loader": "^5.2.0",

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.5",
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.4",
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.5",
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",

0 commit comments

Comments
 (0)