From 21e1d4d950ebb450f9e9646e8beb3a73855aba79 Mon Sep 17 00:00:00 2001 From: inmanturbo Date: Wed, 10 Jul 2024 06:39:33 +0000 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e73bae..efdefbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to `one-app` will be documented in this file. +## v1.0.29 - 2024-07-10 + +### What's Changed + +* Run all migrations for tests by @inmanturbo in https://github.com/envor/one-app/pull/37 + +**Full Changelog**: https://github.com/envor/one-app/compare/v1.0.28...v1.0.29 + ## v1.0.28 - 2024-07-10 ### What's Changed From 0678883fd22cbd27a11c44e13b8790f9f6542473 Mon Sep 17 00:00:00 2001 From: inmanturbo <47095624+inmanturbo@users.noreply.github.com> Date: Wed, 10 Jul 2024 03:17:00 -0400 Subject: [PATCH 2/2] Update app.php --- stubs/one-app/bootstrap/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stubs/one-app/bootstrap/app.php b/stubs/one-app/bootstrap/app.php index bb4d34b..6018974 100644 --- a/stubs/one-app/bootstrap/app.php +++ b/stubs/one-app/bootstrap/app.php @@ -1,6 +1,7 @@ appendToGroup('web', [ DomainMiddleware::class, + SharedMigrationsMiddleware::class, ]); }) ->withExceptions(function (Exceptions $exceptions) {