diff --git a/.yarn/cache/@standardnotes-editor-kit-npm-2.2.3-c50f2389f3-83815c0215.zip b/.yarn/cache/@standardnotes-editor-kit-npm-2.2.3-c50f2389f3-83815c0215.zip deleted file mode 100644 index 00ca089a..00000000 Binary files a/.yarn/cache/@standardnotes-editor-kit-npm-2.2.3-c50f2389f3-83815c0215.zip and /dev/null differ diff --git a/package.json b/package.json index 404cf1fb..18ebb3db 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build": "yarn workspaces foreach --verbose --interlaced -pt --topological-dev --jobs 10 run build", "clean": "lerna run clean", "release": "lerna version --conventional-commits --yes -m \"chore(release): publish\"", - "publish": "lerna publish from-git --yes --no-verify-access --loglevel verbose", + "publish": "lerna publish from-git --yes --no-verify-access --loglevel verbose --ignore @standardnotes/markdown-basic --ignore @standardnotes/markdown-hybrid", "version": "yarn install --no-immutable && git add yarn.lock", "postversion": "./scripts/push-tags-one-by-one.sh", "dev:reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock && yarn install", diff --git a/packages/com.sncommunity.advanced-checklist/package.json b/packages/com.sncommunity.advanced-checklist/package.json index 8ad166fc..9137a0cd 100644 --- a/packages/com.sncommunity.advanced-checklist/package.json +++ b/packages/com.sncommunity.advanced-checklist/package.json @@ -8,7 +8,7 @@ ], "private": true, "license": "AGPL-3.0-or-later", - "author": "Standard Notes Community.", + "author": "Standard Notes Community", "sn": { "name": "Advanced Checklist", "content_type": "SN|Component", diff --git a/packages/com.sncommunity.bold-editor/package.json b/packages/com.sncommunity.bold-editor/package.json index 5a6fe905..f6444347 100644 --- a/packages/com.sncommunity.bold-editor/package.json +++ b/packages/com.sncommunity.bold-editor/package.json @@ -29,7 +29,7 @@ "@babel/eslint-parser": "^7.13.14", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.13.13", - "@standardnotes/editor-kit": "2.2.3", + "@standardnotes/editor-kit": "standardnotes/editor-kit#c0743eb4690dcf73aab97da662c3c7e5f8356275", "babel-loader": "^8.2.2", "copy-webpack-plugin": "*", "css-loader": "^5.2.0", diff --git a/packages/com.sncommunity.markdown-math/package.json b/packages/com.sncommunity.markdown-math/package.json index 4eb5b886..fd7bcc0e 100644 --- a/packages/com.sncommunity.markdown-math/package.json +++ b/packages/com.sncommunity.markdown-math/package.json @@ -10,7 +10,7 @@ "build": "grunt", "test": "echo \"Error: no test specified\" && exit 0" }, - "author": "Standard Notes Community.", + "author": "Standard Notes Community", "sn": { "name": "Markdown Math", "content_type": "SN|Component", diff --git a/packages/com.sncommunity.markdown-visual/package.json b/packages/com.sncommunity.markdown-visual/package.json index 251a9252..6e2ad266 100644 --- a/packages/com.sncommunity.markdown-visual/package.json +++ b/packages/com.sncommunity.markdown-visual/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/markdown-visual", "version": "1.4.5", - "author": "Standard Notes Community.", + "author": "Standard Notes Community", "description": "A WYSIWYG-style Markdown editor that renders Markdown in preview-mode while you type without displaying any syntax.", "keywords": [ "Standard Notes", diff --git a/packages/com.sncommunity.minimal-markdown/package.json b/packages/com.sncommunity.minimal-markdown/package.json index d9306144..1cfb97f0 100644 --- a/packages/com.sncommunity.minimal-markdown/package.json +++ b/packages/com.sncommunity.minimal-markdown/package.json @@ -5,7 +5,7 @@ }, "version": "1.4.4", "description": "A minimal Markdown editor with live rendering and in-text search via Ctrl/Cmd + F", - "author": "Standard Notes Community.", + "author": "Standard Notes Community", "main": "dist/dist.js", "sn": { "name": "Minimal Markdown", diff --git a/packages/com.sncommunity.standard-blue-dark-theme/package.json b/packages/com.sncommunity.standard-blue-dark-theme/package.json index bd224036..818e0601 100644 --- a/packages/com.sncommunity.standard-blue-dark-theme/package.json +++ b/packages/com.sncommunity.standard-blue-dark-theme/package.json @@ -3,7 +3,7 @@ "version": "1.1.5", "main": "dist/dist.css", "author": "Passkeys", - "description": "A dark blue theme for Standard Notes", + "description": "A dark blue theme for Standard Notes.", "publishConfig": { "access": "public" }, diff --git a/packages/org.standardnotes.advanced-markdown-editor/package.json b/packages/org.standardnotes.advanced-markdown-editor/package.json index 0f6272a7..3ccc0681 100644 --- a/packages/org.standardnotes.advanced-markdown-editor/package.json +++ b/packages/org.standardnotes.advanced-markdown-editor/package.json @@ -6,7 +6,7 @@ }, "description": "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support.", "main": "dist/dist.js", - "author": "Standard Notes Community.", + "author": "Standard Notes Community", "license": "AGPL-3.0", "sn": { "name": "Markdown", diff --git a/packages/org.standardnotes.code-editor/package.json b/packages/org.standardnotes.code-editor/package.json index 153fd366..942e6107 100644 --- a/packages/org.standardnotes.code-editor/package.json +++ b/packages/org.standardnotes.code-editor/package.json @@ -6,7 +6,7 @@ }, "description": "Syntax highlighting and convenient keyboard shortcuts for over 120 programming languages. Ideal for code snippets and procedures.", "main": "dist/main.js", - "author": "Standard Notes Community.", + "author": "Standard Notes Community", "license": "AGPL-3.0", "scripts": { "start": "http-server . --cors -p8001 & webpack --progress --config webpack.dev.js", diff --git a/packages/org.standardnotes.plus-editor/package.json b/packages/org.standardnotes.plus-editor/package.json index 5d2015bc..7ca385fa 100644 --- a/packages/org.standardnotes.plus-editor/package.json +++ b/packages/org.standardnotes.plus-editor/package.json @@ -6,7 +6,7 @@ }, "description": "From highlighting to custom font sizes and colors, to tables and lists, this editor is perfect for crafting any document.", "main": "dist/dist.js", - "author": "Standard Notes Community.", + "author": "Standard Notes Community", "scripts": { "skip:lint": "eslint --ext .js .", "lint:fix": "eslint --ext .js . --fix", diff --git a/packages/org.standardnotes.simple-task-editor/package.json b/packages/org.standardnotes.simple-task-editor/package.json index 6963a181..aeab957e 100644 --- a/packages/org.standardnotes.simple-task-editor/package.json +++ b/packages/org.standardnotes.simple-task-editor/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "author": "Standard Notes Community", + "author": "Standard Notes Community.", "main": "dist/dist.js", "description": "A great way to manage short-term and long-term to-do's. You can mark tasks as completed, change their order, and edit the text naturally in place.", "scripts": { diff --git a/packages/org.standardnotes.standard-sheets/package.json b/packages/org.standardnotes.standard-sheets/package.json index eb5b6203..05fbde9e 100644 --- a/packages/org.standardnotes.standard-sheets/package.json +++ b/packages/org.standardnotes.standard-sheets/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "author": "Standard Notes", + "author": "Standard Notes.", "main": "dist/dist.js", "scripts": { "skip:lint": "eslint app/ --ext .js", diff --git a/packages/org.standardnotes.token-vault/package.json b/packages/org.standardnotes.token-vault/package.json index ec37e7fd..c7e102ea 100644 --- a/packages/org.standardnotes.token-vault/package.json +++ b/packages/org.standardnotes.token-vault/package.json @@ -2,7 +2,7 @@ "name": "@standardnotes/authenticator", "version": "2.4.2", "main": "dist/dist.js", - "author": "Standard Notes", + "author": "Standard Notes.", "publishConfig": { "access": "public" }, diff --git a/yarn.lock b/yarn.lock index 2d80ed20..81b70cc2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6742,7 +6742,7 @@ __metadata: "@babel/eslint-parser": ^7.13.14 "@babel/preset-env": ^7.13.12 "@babel/preset-react": ^7.13.13 - "@standardnotes/editor-kit": 2.2.3 + "@standardnotes/editor-kit": "standardnotes/editor-kit#c0743eb4690dcf73aab97da662c3c7e5f8356275" babel-loader: ^8.2.2 copy-webpack-plugin: "*" css-loader: ^5.2.0 @@ -6852,13 +6852,6 @@ __metadata: languageName: unknown linkType: soft -"@standardnotes/editor-kit@npm:2.2.3": - version: 2.2.3 - resolution: "@standardnotes/editor-kit@npm:2.2.3" - checksum: 83815c0215a13079b2b53a6c83827ee8cac33e4279abaf796c96de312525ec75f91e4352842344b7c9febacb808502d5a50be77de3842252539013efd8c269c9 - languageName: node - linkType: hard - "@standardnotes/editor-kit@standardnotes/editor-kit#c0743eb4690dcf73aab97da662c3c7e5f8356275": version: 2.3.1 resolution: "@standardnotes/editor-kit@https://github.com/standardnotes/editor-kit.git#commit=c0743eb4690dcf73aab97da662c3c7e5f8356275"