From 724118ee8739cd9578adf6d571f6717ce8f43fbc Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 14 Jun 2022 21:02:49 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.1.0-alpha.0 - @standardnotes/desktop@3.22.3-alpha.3 - @standardnotes/mobile@3.23.1-alpha.2 - @standardnotes/web-server@1.2.7-alpha.4 - @standardnotes/web@3.22.3-alpha.3 --- packages/components/CHANGELOG.md | 10 ++++++++++ packages/components/package.json | 2 +- packages/desktop/CHANGELOG.md | 4 ++++ packages/desktop/package.json | 2 +- packages/mobile/CHANGELOG.md | 4 ++++ packages/mobile/package.json | 2 +- packages/web-server/CHANGELOG.md | 4 ++++ packages/web-server/package.json | 2 +- packages/web/CHANGELOG.md | 4 ++++ packages/web/package.json | 2 +- 10 files changed, 31 insertions(+), 5 deletions(-) diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index d68e3e666..9236fd844 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +# [2.1.0-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@0.2.0...@standardnotes/components-meta@2.1.0-alpha.0) (2022-06-14) + +### Bug Fixes + +* sass deprecation warning ([#1100](https://github.com/standardnotes/app/issues/1100)) ([fd115bc](https://github.com/standardnotes/app/commit/fd115bc113c0777ed00c203ff2c9fa4ea4d72f50)) + +### Features + +* add all editors ([#1098](https://github.com/standardnotes/app/issues/1098)) ([1246596](https://github.com/standardnotes/app/commit/1246596cd00d6a75a54f1574a0df91c4e7fe7432)) + # [0.3.0-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/components@0.3.0-alpha.1...@standardnotes/components@0.3.0-alpha.2) (2022-06-14) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index 6f04d20f8..98ff1eda7 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.0.0", + "version": "2.1.0-alpha.0", "private": true, "main": "dist", "workspaces": { diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 5b02deac0..cb561f3de 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.22.3-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.3-alpha.2...@standardnotes/desktop@3.22.3-alpha.3) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.3-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.3-alpha.1...@standardnotes/desktop@3.22.3-alpha.2) (2022-06-14) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 5415d0daf..e41a2713a 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.22.3-alpha.2", + "version": "3.22.3-alpha.3", "license": "AGPL-3.0-or-later", "private": true, "repository": { diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 0235382a8..9c09d2ff0 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.23.1-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.1-alpha.1...@standardnotes/mobile@3.23.1-alpha.2) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.23.1-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.1-alpha.0...@standardnotes/mobile@3.23.1-alpha.1) (2022-06-14) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 258517628..7b519028e 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.23.1-alpha.1", + "version": "3.23.1-alpha.2", "user-version": "3.23.0", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index eb789d155..d74aff569 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.7-alpha.4](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.7-alpha.3...@standardnotes/web-server@1.2.7-alpha.4) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.7-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.7-alpha.2...@standardnotes/web-server@1.2.7-alpha.3) (2022-06-14) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 05a716c01..4c9788f57 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.7-alpha.3", + "version": "1.2.7-alpha.4", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 8ea71f250..fa7e3ec7b 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/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.22.3-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.3-alpha.2...@standardnotes/web@3.22.3-alpha.3) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/web + ## [3.22.3-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.3-alpha.1...@standardnotes/web@3.22.3-alpha.2) (2022-06-14) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index 9c77067ef..7ecb0c79e 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.3-alpha.2", + "version": "3.22.3-alpha.3", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes <>",