From f1573e7112cf745be3fc43471ca439f7a2bdc304 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Tue, 21 Jun 2022 20:40:24 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/mobile@3.24.0-alpha.3 --- 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 466f7fb50..8a1092e38 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.3](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.2...@standardnotes/mobile@3.24.0-alpha.3) (2022-06-21) + +### Bug Fixes + +* use a specific feature flag for workspace ([#1133](https://github.com/standardnotes/app/issues/1133)) ([b259190](https://github.com/standardnotes/app/commit/b25919099f4d98fd09aa312b3c02fd685fad2680)) + # [3.24.0-alpha.2](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.1...@standardnotes/mobile@3.24.0-alpha.2) (2022-06-21) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index c8431b2fd..2a4607ae7 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.24.0-alpha.2", + "version": "3.24.0-alpha.3", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later",