@standardnotes/community-cdn 0.12.2 → 0.12.3
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 +4 -0
- package/dist/entries/com.sncommunity.standard-blue-dark-theme.json +4 -4
- package/dist/packages.json +4 -4
- package/dist/static/com.sncommunity.standard-blue-dark-theme/dist/dist.css +0 -1
- package/dist/zips/com.sncommunity.standard-blue-dark-theme.zip +0 -0
- package/package.json +2 -2
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.3](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.12.2...@standardnotes/community-cdn@0.12.3) (2023-12-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
9
|
+
|
|
6
10
|
## [0.12.2](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.12.1...@standardnotes/community-cdn@0.12.2) (2023-12-08)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @standardnotes/community-cdn
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"main": "dist/dist.css",
|
|
6
6
|
"showInGallery": true,
|
|
7
7
|
"identifier": "com.sncommunity.standard-blue-dark-theme",
|
|
8
|
-
"version": "1.1.
|
|
8
|
+
"version": "1.1.1",
|
|
9
9
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.standard-blue-dark-theme/dist/dist.css",
|
|
10
10
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.standard-blue-dark-theme.zip",
|
|
11
11
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.standard-blue-dark-theme.json",
|
|
12
12
|
"publisher": "Kieran Colfer",
|
|
13
|
-
"description": "A dark blue theme for Standard Notes.
|
|
14
|
-
"base64Hash": "
|
|
15
|
-
"binaryHash": "
|
|
13
|
+
"description": "A dark blue theme for Standard Notes.",
|
|
14
|
+
"base64Hash": "669e295063efc10e0fa730d4ed5e650c14a9fb843f5dd6d25fd68f0f8f95dffb",
|
|
15
|
+
"binaryHash": "15dc822b57e7e0460c53af42f383d6fba1c186dfc417afb49c6e834016a0c089"
|
|
16
16
|
}
|
package/dist/packages.json
CHANGED
|
@@ -226,14 +226,14 @@
|
|
|
226
226
|
"main": "dist/dist.css",
|
|
227
227
|
"showInGallery": true,
|
|
228
228
|
"identifier": "com.sncommunity.standard-blue-dark-theme",
|
|
229
|
-
"version": "1.1.
|
|
229
|
+
"version": "1.1.1",
|
|
230
230
|
"url": "https://standardnotes.github.io/plugins/cdn/dist/static/com.sncommunity.standard-blue-dark-theme/dist/dist.css",
|
|
231
231
|
"download_url": "https://standardnotes.github.io/plugins/cdn/dist/zips/com.sncommunity.standard-blue-dark-theme.zip",
|
|
232
232
|
"latest_url": "https://standardnotes.github.io/plugins/cdn/dist/entries/com.sncommunity.standard-blue-dark-theme.json",
|
|
233
233
|
"publisher": "Kieran Colfer",
|
|
234
|
-
"description": "A dark blue theme for Standard Notes.
|
|
235
|
-
"base64Hash": "
|
|
236
|
-
"binaryHash": "
|
|
234
|
+
"description": "A dark blue theme for Standard Notes.",
|
|
235
|
+
"base64Hash": "669e295063efc10e0fa730d4ed5e650c14a9fb843f5dd6d25fd68f0f8f95dffb",
|
|
236
|
+
"binaryHash": "15dc822b57e7e0460c53af42f383d6fba1c186dfc417afb49c6e834016a0c089"
|
|
237
237
|
},
|
|
238
238
|
"com.sncommunity.markdown-monospace": {
|
|
239
239
|
"name": "Markdown Monospace",
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardnotes/community-cdn",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.3",
|
|
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": "1fa2d184f178550ade09b2b25d31b2174877072d"
|
|
21
21
|
}
|