From 4ef5af4c65335644aa38e0e818ff1b3b51074f35 Mon Sep 17 00:00:00 2001 From: Innei Date: Tue, 3 Dec 2024 23:25:57 +0800 Subject: [PATCH] release: v7.2.4 --- apps/core/CHANGELOG.md | 18 ++++++++++++++++++ apps/core/package.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/apps/core/CHANGELOG.md b/apps/core/CHANGELOG.md index 8ab05c528ee..70db388f1c4 100644 --- a/apps/core/CHANGELOG.md +++ b/apps/core/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG +## [7.2.4](https://github.com/mx-space/core/compare/v7.2.3...v7.2.4) (2024-12-03) + + +### Bug Fixes + +* add auth baseURL ([635e27d](https://github.com/mx-space/core/commit/635e27df8da51cae33e5f0abf35ad491998b3de6)) +* complied better auth typing export ([49cc5b6](https://github.com/mx-space/core/commit/49cc5b628fd6e4b8cd5c2adf35c40bf982621b28)) +* lockfile ([584af40](https://github.com/mx-space/core/commit/584af40c963b5b638c666dd1721cff01b81094ab)) +* remove baseURL ([b3e10d4](https://github.com/mx-space/core/commit/b3e10d417b7a125367efd8ff9a5e124d84e97895)) +* reset oauth instance when app url changed ([54d9021](https://github.com/mx-space/core/commit/54d90214ec18e754c0e6a78f32d9eedf23056b2d)) + + +### Features + +* Add cloudflared service to the docker image ([#2252](https://github.com/mx-space/core/issues/2252)) ([1bcb434](https://github.com/mx-space/core/commit/1bcb434a27d5b6e73759f833f01171be04d002e2)) + + + ## [7.2.3](https://github.com/mx-space/core/compare/v7.2.2...v7.2.3) (2024-11-29) diff --git a/apps/core/package.json b/apps/core/package.json index 8c9cd8537a8..c82830e4dfa 100644 --- a/apps/core/package.json +++ b/apps/core/package.json @@ -1,6 +1,6 @@ { "name": "@mx-space/core", - "version": "7.2.3", + "version": "7.2.4", "private": true, "license": "AGPLv3", "homepage": "https://github.com/mx-space/core/tree/master/apps/core#readme", @@ -170,4 +170,4 @@ "vitest": "1.5.2", "zx": "7.2.3" } -} \ No newline at end of file +}