@standardnotes/community-cdn 0.3.3 → 0.5.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,18 @@
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.5.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.4.0...@standardnotes/community-cdn@0.5.0) (2022-10-17)
7
+
8
+ ### Features
9
+
10
+ * add markdown math ([950eead](https://github.com/standardnotes/plugins/commit/950eeadb32bf39190762477867cb0798bb4f1d55))
11
+
12
+ # [0.4.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.3.3...@standardnotes/community-cdn@0.4.0) (2022-10-17)
13
+
14
+ ### Features
15
+
16
+ * markdown basic editor ([#5](https://github.com/standardnotes/plugins/issues/5)) ([a841914](https://github.com/standardnotes/plugins/commit/a841914cb7e6d102993f7aec83b40741e437837a))
17
+
6
18
  ## [0.3.3](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.3.2...@standardnotes/community-cdn@0.3.3) (2022-10-14)
7
19
 
8
20
  **Note:** Version bump only for package @standardnotes/community-cdn
@@ -42,12 +42,46 @@
42
42
  "main": "build/index.html",
43
43
  "file_type": "json",
44
44
  "identifier": "com.sncommunity.advanced-checklist",
45
- "version": "0.3.2",
45
+ "version": "0.3.3",
46
46
  "url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.advanced-checklist/build/index.html",
47
47
  "download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.advanced-checklist.zip",
48
48
  "latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.advanced-checklist.json",
49
49
  "publisher": "Standard Notes Retired",
50
- "base64Hash": "88a8748dd4a2cb45f44b1d3359066ba50ef50300fdce045a56a2f79d2372d7f9",
51
- "binaryHash": "f32ae5a12698f880ec482a3722b93908e93f1cdc85c9873dd7a684c4fd5ea836"
50
+ "base64Hash": "453b8c93119d48bde0d1c71ec692d9e3a044d4c9e60055447d07c20ca1fae4fb",
51
+ "binaryHash": "ef6cb405bc7da6d60a1f0cfc8024b527e007419cff3aa1ba6813866c86d13fc3"
52
+ },
53
+ "com.sncommunity.markdown-basic": {
54
+ "name": "Basic Markdown",
55
+ "content_type": "SN|Component",
56
+ "area": "editor-editor",
57
+ "spellcheckControl": true,
58
+ "note_type": "markdown",
59
+ "main": "dist/index.html",
60
+ "file_type": "txt",
61
+ "identifier": "com.sncommunity.markdown-basic",
62
+ "version": "1.5.0",
63
+ "url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-basic/dist/index.html",
64
+ "download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-basic.zip",
65
+ "latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-basic.json",
66
+ "publisher": "Standard Notes Retired",
67
+ "base64Hash": "c1447677dddf7473dc9f84242280b1c4df41f2610eaae3fa1a826b71f433c9c9",
68
+ "binaryHash": "5b3de1ca9d444a792740db5d3255da7f838698f5267ac0bdf0b204dc69b80043"
69
+ },
70
+ "com.sncommunity.markdown-math": {
71
+ "name": "Markdown Math",
72
+ "content_type": "SN|Component",
73
+ "area": "editor-editor",
74
+ "spellcheckControl": true,
75
+ "note_type": "markdown",
76
+ "main": "index.html",
77
+ "file_type": "txt",
78
+ "identifier": "com.sncommunity.markdown-math",
79
+ "version": "1.3.10",
80
+ "url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-math/index.html",
81
+ "download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-math.zip",
82
+ "latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-math.json",
83
+ "publisher": "Standard Notes Retired",
84
+ "base64Hash": "eba90210b0dd862efd22b56a2c7578e272e75749e495eceddf96bb4e5864a737",
85
+ "binaryHash": "5d30a5150289a46fbb27e510ac1ce5e6ec7d2691c30e988767283d1f672aaa62"
52
86
  }
53
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standardnotes/community-cdn",
3
- "version": "0.3.3",
3
+ "version": "0.5.0",
4
4
  "license": "AGPL-3.0-or-later",
5
5
  "author": "Standard Notes Community",
6
6
  "publishConfig": {
@@ -19,5 +19,5 @@
19
19
  "minimatch": "^5.1.0",
20
20
  "typescript": "*"
21
21
  },
22
- "gitHead": "4d21e7fb349885cb35330bd8b1fd11a546f47425"
22
+ "gitHead": "1692a8b444192418da356b2da32b8a640b8f8a75"
23
23
  }