diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 2c635e466..d68e3e666 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. +# [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 + +* add all editors ([#1098](https://github.com/standardnotes/app/issues/1098)) ([1246596](https://github.com/standardnotes/app/commit/1246596cd00d6a75a54f1574a0df91c4e7fe7432)) + # [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 diff --git a/packages/components/package.json b/packages/components/package.json index 0a5e9353f..3b451010a 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/components", - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.2", "private": true, "workspaces": { "packages": [ diff --git a/packages/web-server/CHANGELOG.md b/packages/web-server/CHANGELOG.md index eedb1549b..eb789d155 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.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 + ## [1.2.7-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/web-server@1.2.7-alpha.1...@standardnotes/web-server@1.2.7-alpha.2) (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 e3e04a355..c2130279f 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.2", + "version": "1.2.7-alpha.3", "license": "AGPL-3.0-or-later", "private": true, "author": "Standard Notes",