From 94da6b24e6adcde94f61b22ac88032231fee86c6 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Mon, 27 Jun 2022 22:48:11 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.4.3 - @standardnotes/desktop@3.23.3 - @standardnotes/mobile@3.25.4 - @standardnotes/releases@1.2.13 - @standardnotes/web-server@1.2.27 - @standardnotes/web@3.26.1 - @standardnotes/solarized-dark-theme@1.3.0 --- packages/components/CHANGELOG.md | 6 ++++++ packages/components/package.json | 2 +- .../CHANGELOG.md | 10 ++++++++++ .../package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/releases/CHANGELOG.md | 4 ++++ packages/releases/package.json | 2 +- packages/web-server/CHANGELOG.md | 4 ++++ packages/web-server/package.json | 2 +- packages/web/CHANGELOG.md | 6 ++++++ packages/web/package.json | 2 +- 14 files changed, 45 insertions(+), 7 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 1086898d8..d7319abe8 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.4.3](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.4.2...@standardnotes/components-meta@2.4.3) (2022-06-27) + +### Bug Fixes + +* don't show deprecated editors; add missing solarized dark theme ([ded2d18](https://github.com/standardnotes/app/commit/ded2d1866a43d3a2ffbacbb725a11e1f70c64067)) + ## [2.4.2](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.4.1...@standardnotes/components-meta@2.4.2) (2022-06-27) **Note:** Version bump only for package @standardnotes/components-meta diff --git a/packages/components/package.json b/packages/components/package.json index 64e5534f5..3904d4b08 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.4.2", + "version": "2.4.3", "private": true, "author": "Standard Notes.", "main": "dist", diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/CHANGELOG.md b/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/CHANGELOG.md index 52132e020..7b89f701c 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/CHANGELOG.md +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/standardnotes/app/compare/@standardnotes/solarized-dark-theme@1.2.11...@standardnotes/solarized-dark-theme@1.3.0) (2022-06-27) + +### Bug Fixes + +* don't show deprecated editors; add missing solarized dark theme ([ded2d18](https://github.com/standardnotes/app/commit/ded2d1866a43d3a2ffbacbb725a11e1f70c64067)) + +### Features + +* deprecated editors ([#1166](https://github.com/standardnotes/app/issues/1166)) ([60ca415](https://github.com/standardnotes/app/commit/60ca4150446f9a14bb6a31416686c6d07a7d0cd9)) + ## [1.2.11](https://github.com/standardnotes/app/compare/@standardnotes/solarized-dark-theme@1.2.11-alpha.0...@standardnotes/solarized-dark-theme@1.2.11) (2022-06-22) **Note:** Version bump only for package @standardnotes/solarized-dark-theme diff --git a/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/package.json b/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/package.json index e8377eca4..f5afee5e9 100644 --- a/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/package.json +++ b/packages/components/src/Packages/Themes/org.standardnotes.theme-solarized-dark/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/solarized-dark-theme", - "version": "1.2.11", + "version": "1.3.0", "main": "dist/dist.css", "author": "Standard Notes", "private": true, diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 708789dc7..d9cb39117 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.23.3](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.2...@standardnotes/desktop@3.23.3) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.23.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.23.1...@standardnotes/desktop@3.23.2) (2022-06-27) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 15370d125..6cde1fdc6 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.23.2", + "version": "3.23.3", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index e0d86387c..df0531609 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.25.4](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.25.3...@standardnotes/mobile@3.25.4) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.25.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.25.2...@standardnotes/mobile@3.25.3) (2022-06-27) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index b4dcb6ad1..5587883db 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.25.3", + "version": "3.25.4", "author": "Standard Notes", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index 6b1233b45..ff7b80780 100644 --- a/packages/releases/CHANGELOG.md +++ b/packages/releases/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.13](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.12...@standardnotes/releases@1.2.13) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.12](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.11...@standardnotes/releases@1.2.12) (2022-06-27) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index 085f7de31..d635a12de 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.12", + "version": "1.2.13", "license": "AGPL-3.0-or-later", "main": "dist/releases.json", "types": "dist/index.d.ts", diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index a9a4164aa..77a6b1e95 100644 --- a/packages/web-server/CHANGELOG.md +++ b/packages/web-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.27](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.26...@standardnotes/web-server@1.2.27) (2022-06-27) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.26](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.25...@standardnotes/web-server@1.2.26) (2022-06-27) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index d3d9df5da..211247403 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.26", + "version": "1.2.27", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 0d0ad892a..651f21832 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.26.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.26.0...@standardnotes/web@3.26.1) (2022-06-27) + +### Bug Fixes + +* don't show deprecated editors; add missing solarized dark theme ([ded2d18](https://github.com/standardnotes/app/commit/ded2d1866a43d3a2ffbacbb725a11e1f70c64067)) + # [3.26.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.25.0...@standardnotes/web@3.26.0) (2022-06-27) ### Features diff --git a/packages/web/package.json b/packages/web/package.json index a32239d99..531341002 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.26.0", + "version": "3.26.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",