From 1122394f91d7424b4480cadfb725a2d7545cd6d1 Mon Sep 17 00:00:00 2001 From: StandardNotes CI Date: Wed, 22 Jun 2022 12:20:55 +0000 Subject: [PATCH] chore(release): publish - @standardnotes/mobile@3.24.0-alpha.6 --- 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 bdab1bf0b..030ee8821 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.6](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.5...@standardnotes/mobile@3.24.0-alpha.6) (2022-06-22) + +### Bug Fixes + +* restore top border of "Manage Sessions" row ([#1134](https://github.com/standardnotes/app/issues/1134)) ([0608203](https://github.com/standardnotes/app/commit/0608203db5d6cee25a9245441333d55eae5b7f29)) + # [3.24.0-alpha.5](https://github.com/standardnotes/app/compare/@standardnotes/mobile@3.24.0-alpha.4...@standardnotes/mobile@3.24.0-alpha.5) (2022-06-22) ### Bug Fixes diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 3078f89de..a07fee408 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@standardnotes/mobile", - "version": "3.24.0-alpha.5", + "version": "3.24.0-alpha.6", "author": "Standard Notes.", "private": true, "license": "AGPL-3.0-or-later",