@standardnotes/markdown-basic 1.6.2 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.7.0](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-basic@1.6.2...@standardnotes/markdown-basic@1.7.0) (2023-11-18)
7
+
8
+ ### Features
9
+
10
+ * add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a))
11
+
6
12
  ## [1.6.2](https://github.com/standardnotes/plugins/compare/@standardnotes/markdown-basic@1.6.1...@standardnotes/markdown-basic@1.6.2) (2022-11-04)
7
13
 
8
14
  **Note:** Version bump only for package @standardnotes/markdown-basic
package/package.json CHANGED
@@ -3,9 +3,10 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.2",
6
+ "version": "1.7.0",
7
7
  "main": "dist/dist.js",
8
8
  "author": "Standard Notes Retired",
9
+ "description": "A Markdown editor with dynamic split-pane preview.",
9
10
  "scripts": {
10
11
  "lint": "eslint --cache --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",
11
12
  "lint:fix": "eslint --cache --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",
@@ -21,7 +22,8 @@
21
22
  "spellcheckControl": true,
22
23
  "note_type": "markdown",
23
24
  "main": "dist/index.html",
24
- "file_type": "txt"
25
+ "file_type": "md",
26
+ "showInGallery": true
25
27
  },
26
28
  "devDependencies": {
27
29
  "@babel/cli": "^7.10.5",
@@ -61,5 +63,5 @@
61
63
  "webpack-cli": "*",
62
64
  "webpack-dev-server": "*"
63
65
  },
64
- "gitHead": "915e5bbf0309aad528eb7a36a6b13086c062876f"
66
+ "gitHead": "acc3dcf053c4bb32d11f63f4596315988661e7a5"
65
67
  }