@standardnotes/dracula-theme 1.1.1 → 1.2.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 +12 -0
- package/package.json +5 -4
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
|
+
# [1.2.0](https://github.com/standardnotes/plugins/compare/@standardnotes/dracula-theme@1.1.2...@standardnotes/dracula-theme@1.2.0) (2023-11-18)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add classic editors ([96a412a](https://github.com/standardnotes/plugins/commit/96a412a9725f689cbd5ca95f7feb5ba19938dd9a))
|
|
11
|
+
|
|
12
|
+
## [1.1.2](https://github.com/standardnotes/plugins/compare/@standardnotes/dracula-theme@1.1.1...@standardnotes/dracula-theme@1.1.2) (2022-12-07)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* dracula entry ([235b579](https://github.com/standardnotes/plugins/commit/235b579e98fc0420e301edf026d077e9ade7dfd8))
|
|
17
|
+
|
|
6
18
|
## [1.1.1](https://github.com/standardnotes/plugins/compare/@standardnotes/dracula-theme@1.1.0...@standardnotes/dracula-theme@1.1.1) (2022-12-07)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@standardnotes/dracula-theme",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"main": "dist/dist.css",
|
|
5
5
|
"author": "Standard Notes",
|
|
6
6
|
"publishConfig": {
|
|
@@ -8,9 +8,10 @@
|
|
|
8
8
|
},
|
|
9
9
|
"sn": {
|
|
10
10
|
"name": "Dracula",
|
|
11
|
-
"content_type": "SN|
|
|
11
|
+
"content_type": "SN|Theme",
|
|
12
12
|
"area": "themes",
|
|
13
|
-
"main": "dist/dist.css"
|
|
13
|
+
"main": "dist/dist.css",
|
|
14
|
+
"showInGallery": true
|
|
14
15
|
},
|
|
15
16
|
"scripts": {
|
|
16
17
|
"build": "webpack --entry ./src/main.scss --config ../theme.webpack.config.js",
|
|
@@ -19,5 +20,5 @@
|
|
|
19
20
|
"devDependencies": {
|
|
20
21
|
"webpack": "*"
|
|
21
22
|
},
|
|
22
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "acc3dcf053c4bb32d11f63f4596315988661e7a5"
|
|
23
24
|
}
|