diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 3fdae9190..2c635e466 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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. +# [0.3.0-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/components@0.3.0-alpha.0...@standardnotes/components@0.3.0-alpha.1) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/components + # 0.3.0-alpha.0 (2022-06-14) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 2313398b2..93eaa6485 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components", - "version": "0.3.0-alpha.0", + "version": "0.3.0-alpha.1", "private": true, "workspaces": { "packages": [ diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index e22decf13..9191e202f 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.1](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.3-alpha.0...@standardnotes/desktop@3.22.3-alpha.1) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/desktop + ## [3.22.3-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/desktop@3.22.2...@standardnotes/desktop@3.22.3-alpha.0) (2022-06-14) **Note:** Version bump only for package @standardnotes/desktop diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 92cc064f5..c2d3c6421 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.0", + "version": "3.22.3-alpha.1", "license": "AGPL-3.0-or-later", "private": true, "repository": { diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index aafe435ad..72cb36922 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.4.1-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.1-alpha.0...@standardnotes/icons@1.4.1-alpha.1) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/icons + ## [1.4.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/icons@1.4.0...@standardnotes/icons@1.4.1-alpha.0) (2022-06-14) **Note:** Version bump only for package @standardnotes/icons diff --git a/packages/icons/package.json b/packages/icons/package.json index d2f1b11a3..ffa428e5f 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/icons", - "version": "1.4.1-alpha.0", + "version": "1.4.1-alpha.1", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 73c39dc78..0235382a8 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.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 + ## [3.23.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.23.0...@standardnotes/mobile@3.23.1-alpha.0) (2022-06-14) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 4e4412cbf..09f9fbbd5 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.23.1-alpha.0", + "version": "3.23.1-alpha.1", "user-version": "3.23.0", "private": true, "license": "AGPL-3.0-or-later", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index fb94be669..b5f1ed300 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/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.1](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.2-alpha.0...@standardnotes/styles@1.2.2-alpha.1) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/styles + ## [1.2.2-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/styles@1.2.1...@standardnotes/styles@1.2.2-alpha.0) (2022-06-14) ### Bug Fixes diff --git a/packages/styles/package.json b/packages/styles/package.json index fdda6aaf3..1c278ec6b 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/styles", - "version": "1.2.2-alpha.0", + "version": "1.2.2-alpha.1", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index cd4a13ab4..7db316402 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/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.1-alpha.1](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.2.1-alpha.0...@standardnotes/toast@1.2.1-alpha.1) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/toast + ## [1.2.1-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/toast@1.2.0...@standardnotes/toast@1.2.1-alpha.0) (2022-06-14) **Note:** Version bump only for package @standardnotes/toast diff --git a/packages/toast/package.json b/packages/toast/package.json index 631c481fa..423bd1a62 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/toast", - "version": "1.2.1-alpha.0", + "version": "1.2.1-alpha.1", "private": true, "main": "./src/index.ts", "scripts": { diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index 58ab4e2e2..2f403639d 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.1](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.7-alpha.0...@standardnotes/web-server@1.2.7-alpha.1) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/web-server + ## [1.2.7-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.6...@standardnotes/web-server@1.2.7-alpha.0) (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 2f24ce86d..cdef53089 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.0", + "version": "1.2.7-alpha.1", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 252a18efd..b64015a55 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.1](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.3-alpha.0...@standardnotes/web@3.22.3-alpha.1) (2022-06-14) + +**Note:** Version bump only for package @standardnotes/web + ## [3.22.3-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/web@3.22.2...@standardnotes/web@3.22.3-alpha.0) (2022-06-14) **Note:** Version bump only for package @standardnotes/web diff --git a/packages/web/package.json b/packages/web/package.json index de84c55a7..2eeff435f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/web", - "version": "3.22.3-alpha.0", + "version": "3.22.3-alpha.1", "license": "AGPL-3.0-or-later", "main": "dist/app.js", "author": "Standard Notes",