From d899e737bcb51fd1f1d02309c9efc800f0e1e04b Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 22 Jun 2022 16:54:23 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/mobile@3.24.0-alpha.9 --- packages/mobile/CHANGELOG.md | 6 ++++++ packages/mobile/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 39487be14..11f162a76 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/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.24.0-alpha.9](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.8...@standardnotes/mobile@3.24.0-alpha.9) (2022-06-22) + +### Bug Fixes + +* **mobile:** enable workspaces ([#1139](https://github.com/standardnotes/app/issues/1139)) ([4db63e3](https://github.com/standardnotes/app/commit/4db63e3a63d18bb17ce62fb846455965b81195df)) + # [3.24.0-alpha.8](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.7...@standardnotes/mobile@3.24.0-alpha.8) (2022-06-22) **Note:** Version bump only for package @standardnotes/mobile diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 99fb896e3..a3102daf2 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.24.0-alpha.8", + "version": "3.24.0-alpha.9", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later",