@standardnotes/community-cdn 0.10.3 → 0.11.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.
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
|
+
# [0.11.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.10.3...@standardnotes/community-cdn@0.11.0) (2023-12-07)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add standard blue dark theme ([#16](https://github.com/standardnotes/plugins/issues/16)) ([a1d8d5d](https://github.com/standardnotes/plugins/commit/a1d8d5dc4894084ca6bea53ad528c7eeb6284b6b))
|
|
11
|
+
|
|
6
12
|
## [0.10.3](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.10.2...@standardnotes/community-cdn@0.10.3) (2023-11-19)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"file_type": "md",
|
|
9
9
|
"showInGallery": true,
|
|
10
10
|
"identifier": "org.standardnotes.advanced-markdown-editor",
|
|
11
|
-
"version": "1.8.
|
|
11
|
+
"version": "1.8.1",
|
|
12
12
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/org.standardnotes.advanced-markdown-editor/dist/index.html",
|
|
13
13
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/org.standardnotes.advanced-markdown-editor.zip",
|
|
14
14
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/org.standardnotes.advanced-markdown-editor.json",
|
|
15
15
|
"publisher": "Standard Notes Community",
|
|
16
16
|
"description": "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support.",
|
|
17
|
-
"base64Hash": "
|
|
18
|
-
"binaryHash": "
|
|
17
|
+
"base64Hash": "f8e0033a47b2b68266cdd3cbc29cd89fe6876cd728fab12859e190f812d21112",
|
|
18
|
+
"binaryHash": "92688b98be521486bab7c3d8f20357397eeeb023cf04810bdacef00278e0038a"
|
|
19
19
|
}
|
package/dist/packages.json
CHANGED
|
@@ -153,14 +153,14 @@
|
|
|
153
153
|
"file_type": "md",
|
|
154
154
|
"showInGallery": true,
|
|
155
155
|
"identifier": "org.standardnotes.advanced-markdown-editor",
|
|
156
|
-
"version": "1.8.
|
|
156
|
+
"version": "1.8.1",
|
|
157
157
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/org.standardnotes.advanced-markdown-editor/dist/index.html",
|
|
158
158
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/org.standardnotes.advanced-markdown-editor.zip",
|
|
159
159
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/org.standardnotes.advanced-markdown-editor.json",
|
|
160
160
|
"publisher": "Standard Notes Community",
|
|
161
161
|
"description": "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support.",
|
|
162
|
-
"base64Hash": "
|
|
163
|
-
"binaryHash": "
|
|
162
|
+
"base64Hash": "f8e0033a47b2b68266cdd3cbc29cd89fe6876cd728fab12859e190f812d21112",
|
|
163
|
+
"binaryHash": "92688b98be521486bab7c3d8f20357397eeeb023cf04810bdacef00278e0038a"
|
|
164
164
|
},
|
|
165
165
|
"org.standardnotes.plus-editor": {
|
|
166
166
|
"name": "Rich Text",
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardnotes/community-cdn",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"author": "Standard Notes Community",
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"minimatch": "^5.1.0",
|
|
18
18
|
"typescript": "*"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "5473b3b18b01d453042f25f79f4f64096e14502e"
|
|
21
21
|
}
|
package/plugins.json
CHANGED