@standardnotes/bold-editor 1.6.4 → 1.7.1

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 +10 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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.1](https://github.com/standardnotes/plugins/compare/@standardnotes/bold-editor@1.7.0...@standardnotes/bold-editor@1.7.1) (2024-02-22)
7
+
8
+ **Note:** Version bump only for package @standardnotes/bold-editor
9
+
10
+ # [1.7.0](https://github.com/standardnotes/plugins/compare/@standardnotes/bold-editor@1.6.4...@standardnotes/bold-editor@1.7.0) (2023-11-18)
11
+
12
+ ### Features
13
+
14
+ * add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a))
15
+
6
16
  ## [1.6.4](https://github.com/standardnotes/plugins/compare/@standardnotes/bold-editor@1.6.3...@standardnotes/bold-editor@1.6.4) (2022-11-04)
7
17
 
8
18
  **Note:** Version bump only for package @standardnotes/bold-editor
package/package.json CHANGED
@@ -3,7 +3,8 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.4",
6
+ "version": "1.7.1",
7
+ "description": "A simple and peaceful rich editor that helps you write and think clearly.",
7
8
  "main": "dist/dist.js",
8
9
  "author": "Standard Notes Retired",
9
10
  "sn": {
@@ -13,7 +14,8 @@
13
14
  "spellcheckControl": true,
14
15
  "note_type": "rich-text",
15
16
  "main": "dist/index.html",
16
- "file_type": "html"
17
+ "file_type": "html",
18
+ "showInGallery": false
17
19
  },
18
20
  "scripts": {
19
21
  "lint": "eslint app/ --ext .js",
@@ -38,7 +40,6 @@
38
40
  "filesafe-js": "1.0.5",
39
41
  "html-webpack-plugin": "^5.3.1",
40
42
  "mini-css-extract-plugin": "^1.4.0",
41
- "node-sass": "*",
42
43
  "react": "17.x",
43
44
  "react-dom": "17.x",
44
45
  "sass-loader": "^11.0.1",
@@ -51,5 +52,5 @@
51
52
  "webpack-merge": "^5.7.3",
52
53
  "webpack-merge-and-include-globally": "^2.3.4"
53
54
  },
54
- "gitHead": "915e5bbf0309aad528eb7a36a6b13086c062876f"
55
+ "gitHead": "7339ca24d940d791731c891df935214457413e7e"
55
56
  }