From 4bb227bdce42059b7d8bea00411db685d50ff4ea Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Thu, 23 Jun 2022 22:17:16 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/components-meta@2.2.2-alpha.1 - @standardnotes/desktop@3.22.16-alpha.2 - @standardnotes/mobile@3.24.2-alpha.2 - @standardnotes/releases@1.2.2-alpha.3 - @standardnotes/web-server@1.2.18-alpha.2 - @standardnotes/filesafe-bar@2.0.16-alpha.0 --- packages/components/CHANGELOG.md | 6 ++++++ packages/components/package.json | 2 +- .../packages/org.standardnotes.file-safe/CHANGELOG.md | 10 ++++++++++ .../packages/org.standardnotes.file-safe/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 +- 12 files changed, 38 insertions(+), 6 deletions(-) create mode 100644 packages/components/src/packages/org.standardnotes.file-safe/CHANGELOG.md diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index b41911cb9..ad880ea86 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.2.2-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.2.2-alpha.0...@standardnotes/components-meta@2.2.2-alpha.1) (2022-06-23) + +### Bug Fixes + +* add deprecated file-safe component ([#1141](https://github.com/standardnotes/app/issues/1141)) ([a3a0952](https://github.com/standardnotes/app/commit/a3a0952e687f6084aa64fc770a6e40e71663653b)) + ## [2.2.2-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/components-meta@2.2.1...@standardnotes/components-meta@2.2.2-alpha.0) (2022-06-23) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 3c6e5011e..e6be05d1f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components-meta", - "version": "2.2.2-alpha.0", + "version": "2.2.2-alpha.1", "private": true, "author": "Standard Notes", "main": "dist", diff --git a/packages/components/src/packages/org.standardnotes.file-safe/CHANGELOG.md b/packages/components/src/packages/org.standardnotes.file-safe/CHANGELOG.md new file mode 100644 index 000000000..03d9de8ab --- /dev/null +++ b/packages/components/src/packages/org.standardnotes.file-safe/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. + +## 2.0.16-alpha.0 (2022-06-23) + +### Bug Fixes + +* add deprecated file-safe component ([#1141](https://github.com/standardnotes/app/issues/1141)) ([a3a0952](https://github.com/standardnotes/app/commit/a3a0952e687f6084aa64fc770a6e40e71663653b)) diff --git a/packages/components/src/packages/org.standardnotes.file-safe/package.json b/packages/components/src/packages/org.standardnotes.file-safe/package.json index f02a34267..0bb39cb46 100644 --- a/packages/components/src/packages/org.standardnotes.file-safe/package.json +++ b/packages/components/src/packages/org.standardnotes.file-safe/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/filesafe-bar", - "version": "2.0.15", + "version": "2.0.16-alpha.0", "main": "dist/dist.js", "private": true, "files": [ diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index 8351bab68..739298b7a 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.16-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.16-alpha.1...@standardnotes/desktop@3.22.16-alpha.2) (2022-06-23) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.16-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.16-alpha.0...@standardnotes/desktop@3.22.16-alpha.1) (2022-06-23) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index ed26da080..08c4aaa84 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.16-alpha.1", + "version": "3.22.16-alpha.2", "license": "AGPL-3.0-or-later", "author": "Standard Notes.", "private": true, diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 8a31173db..1464403d5 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.24.2-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.2-alpha.1...@standardnotes/mobile@3.24.2-alpha.2) (2022-06-23) + +**Note:** Version bump only for package @standardnotes/mobile + ## [3.24.2-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.2-alpha.0...@standardnotes/mobile@3.24.2-alpha.1) (2022-06-23) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 03eaef1e7..1c7a44cdc 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.24.2-alpha.1", + "version": "3.24.2-alpha.2", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/releases/CHANGELOG.md b/packages/releases/CHANGELOG.md index c694fafa8..fadcd2485 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.2-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.2-alpha.2...@standardnotes/releases@1.2.2-alpha.3) (2022-06-23) + +**Note:** Version bump only for package @standardnotes/releases + ## [1.2.2-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/releases@1.2.2-alpha.1...@standardnotes/releases@1.2.2-alpha.2) (2022-06-23) **Note:** Version bump only for package @standardnotes/releases diff --git a/packages/releases/package.json b/packages/releases/package.json index cd62e9fba..e751ab247 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/releases", - "version": "1.2.2-alpha.2", + "version": "1.2.2-alpha.3", "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 7a1a1b948..2b00fe65b 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.18-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.18-alpha.1...@standardnotes/web-server@1.2.18-alpha.2) (2022-06-23) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.18-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.18-alpha.0...@standardnotes/web-server@1.2.18-alpha.1) (2022-06-23) **Note:** Version bump only for package @standardnotes/web-server diff --git a/packages/web-server/package.json b/packages/web-server/package.json index 0a09233f9..61bcdbd08 100644 --- a/packages/web-server/package.json +++ b/packages/web-server/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web-server", - "version": "1.2.18-alpha.1", + "version": "1.2.18-alpha.2", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes.",