diff --git a/cdn/CHANGELOG.md b/cdn/CHANGELOG.md index 997c5d3..cab8e58 100644 --- a/cdn/CHANGELOG.md +++ b/cdn/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.14.0](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.13.1...@standardnotes/community-cdn@0.14.0) (2024-02-22) + +### Features + +* Add Monokai Ristretto theme ([#26](https://github.com/standardnotes/plugins/issues/26)) ([a6e46b1](https://github.com/standardnotes/plugins/commit/a6e46b1813162faec633a1e3b9f34e26d7ffce98)) +* add Standard Blue theme ([#25](https://github.com/standardnotes/plugins/issues/25)) ([7d32dfc](https://github.com/standardnotes/plugins/commit/7d32dfc7b55077236b2f040e0ba8075f7dd61408)) + ## [0.13.1](https://github.com/standardnotes/plugins/compare/@standardnotes/community-cdn@0.13.0...@standardnotes/community-cdn@0.13.1) (2024-02-22) **Note:** Version bump only for package @standardnotes/community-cdn diff --git a/cdn/package.json b/cdn/package.json index 3e7796f..b5471a3 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/community-cdn", - "version": "0.13.1", + "version": "0.14.0", "license": "AGPL-3.0-or-later", "author": "Standard Notes Community", "publishConfig": { diff --git a/packages/com.sncommunity.standard-blue-theme/CHANGELOG.md b/packages/com.sncommunity.standard-blue-theme/CHANGELOG.md new file mode 100644 index 0000000..17c9f4d --- /dev/null +++ b/packages/com.sncommunity.standard-blue-theme/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2024-02-22) + +### Features + +* add Standard Blue theme ([#25](https://github.com/standardnotes/plugins/issues/25)) ([7d32dfc](https://github.com/standardnotes/plugins/commit/7d32dfc7b55077236b2f040e0ba8075f7dd61408)) diff --git a/packages/com.sncommunity.standard-blue-theme/package.json b/packages/com.sncommunity.standard-blue-theme/package.json index 5f37727..7cf368f 100644 --- a/packages/com.sncommunity.standard-blue-theme/package.json +++ b/packages/com.sncommunity.standard-blue-theme/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/standard-blue", - "version": "1.0.0", + "version": "1.1.0", "main": "dist/dist.css", "author": "Kieran Colfer", "description": "A light blue theme for Standard Notes.", diff --git a/packages/wtf.laux.theme.monokai-ristretto/CHANGELOG.md b/packages/wtf.laux.theme.monokai-ristretto/CHANGELOG.md index c8090db..04a4639 100644 --- a/packages/wtf.laux.theme.monokai-ristretto/CHANGELOG.md +++ b/packages/wtf.laux.theme.monokai-ristretto/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2024-02-22) + +### Features + +* Add Monokai Ristretto theme ([#26](https://github.com/standardnotes/plugins/issues/26)) ([a6e46b1](https://github.com/standardnotes/plugins/commit/a6e46b1813162faec633a1e3b9f34e26d7ffce98)) + +# Change Log + # 0.6 (2024-02-20) -- init \ No newline at end of file +- init diff --git a/packages/wtf.laux.theme.monokai-ristretto/package.json b/packages/wtf.laux.theme.monokai-ristretto/package.json index 354d18c..44ec053 100644 --- a/packages/wtf.laux.theme.monokai-ristretto/package.json +++ b/packages/wtf.laux.theme.monokai-ristretto/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/monokai-ristretto", - "version": "1.0.0", + "version": "1.1.0", "main": "dist/dist.css", "author": "Marco Laux", "publishConfig": {