@standardnotes/community-cdn 0.12.0 → 0.12.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.12.1](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.12.0...@standardnotes/community-cdn@0.12.1) (2023-12-07)
7
+
8
+ **Note:** Version bump only for package @standardnotes/community-cdn
9
+
6
10
  # [0.12.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.11.0...@standardnotes/community-cdn@0.12.0) (2023-12-07)
7
11
 
8
12
  ### Features
@@ -3,14 +3,15 @@
3
3
  "content_type": "SN|Theme",
4
4
  "area": "themes",
5
5
  "main": "dist/dist.css",
6
+ "layerable": true,
6
7
  "showInGallery": true,
7
8
  "identifier": "com.sncommunity.markdown-monospace",
8
- "version": "1.0.0",
9
+ "version": "1.1.0",
9
10
  "url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-monospace/dist/dist.css",
10
11
  "download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-monospace.zip",
11
12
  "latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-monospace.json",
12
13
  "publisher": "DanielNetoP",
13
14
  "description": "Ability to toggle monospace font for Markdown, Minimal Markdown, and Basic Markdown plugins.",
14
- "base64Hash": "d0ad1ead332d36dca129a37800fbfeec9e9ff5db044e06916cd48f960855523c",
15
- "binaryHash": "3256604d80293b3111771d53a62939139184df9a54ad51ec28024c302b60c57b"
15
+ "base64Hash": "06434b1fb8fc0557988c7d71ca4be07dbc2a37c699c4e731f6be9a080181463c",
16
+ "binaryHash": "f84fa7ce755636a6698e89a76fc673ea74ed7dd51411c789fe2f7f5d22b6dc32"
16
17
  }
@@ -240,15 +240,16 @@
240
240
  "content_type": "SN|Theme",
241
241
  "area": "themes",
242
242
  "main": "dist/dist.css",
243
+ "layerable": true,
243
244
  "showInGallery": true,
244
245
  "identifier": "com.sncommunity.markdown-monospace",
245
- "version": "1.0.0",
246
+ "version": "1.1.0",
246
247
  "url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.markdown-monospace/dist/dist.css",
247
248
  "download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.markdown-monospace.zip",
248
249
  "latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.markdown-monospace.json",
249
250
  "publisher": "DanielNetoP",
250
251
  "description": "Ability to toggle monospace font for Markdown, Minimal Markdown, and Basic Markdown plugins.",
251
- "base64Hash": "d0ad1ead332d36dca129a37800fbfeec9e9ff5db044e06916cd48f960855523c",
252
- "binaryHash": "3256604d80293b3111771d53a62939139184df9a54ad51ec28024c302b60c57b"
252
+ "base64Hash": "06434b1fb8fc0557988c7d71ca4be07dbc2a37c699c4e731f6be9a080181463c",
253
+ "binaryHash": "f84fa7ce755636a6698e89a76fc673ea74ed7dd51411c789fe2f7f5d22b6dc32"
253
254
  }
254
255
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standardnotes/community-cdn",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
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": "a07c2fa4def67ecb22dcef994ea532b08497bfcc"
20
+ "gitHead": "271c68516264807500df42f8481c2cea8b761acb"
21
21
  }