From fdc418680caff51accb127512ce9b78ffdf9169a Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 6 Apr 2025 18:31:41 +0400 Subject: [PATCH 1/3] Update `CHANGELOG.md` --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2efdf401..2b84a7875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,8 @@ # Change Log All notable changes to this project will be documented in this file. -## [Unreleased] - -#### Added -- Mark all snapshot tests with @MainActor. - - Added in Pull Request [#111](https://github.com/space-code/flare/pull/111). -- Implement the `isEligibleForIntroOffer` property. - - Added in Pull Request [#112](https://github.com/space-code/flare/pull/112). - #### 3.x Releases +- `3.1.0` Releases - [`3.1.0`](#310) - `3.1.0` Release Candidates [`3.1.0-rc.1`](#310-rc1) - `3.0.x` Releases - [`3.0.0`](#300) | [`3.0.1`](#301) | [`3.0.2`](#302) - `3.0.0` Release Candidates - [`3.0.0-rc.1`](#300-rc1) | [`3.0.0-rc.2`](#300-rc2) @@ -20,6 +13,14 @@ All notable changes to this project will be documented in this file. #### 1.x Releases - `1.0.x` Releases - [1.0.0](#100) +## [3.1.0](https://github.com/space-code/flare/releases/tag/3.1.0) + +## Added +- Mark all snapshot tests with @MainActor. + - Added in Pull Request [#111](https://github.com/space-code/flare/pull/111). +- Implement the `isEligibleForIntroOffer` property. + - Added in Pull Request [#112](https://github.com/space-code/flare/pull/112). + ## [3.1.0-rc.1](https://github.com/space-code/flare/releases/tag/3.1.0-rc.1) Released on 2024-12-27. From ced092c59cc73414a4191808c9d333baae67fe71 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 6 Apr 2025 18:32:12 +0400 Subject: [PATCH 2/3] Update `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e99fc0388..3b1ed8c8d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Once you have your Swift package set up, adding `flare` as a dependency is as ea ```swift dependencies: [ - .package(url: "https://github.com/space-code/flare.git", .upToNextMajor(from: "3.0.2")) + .package(url: "https://github.com/space-code/flare.git", .upToNextMajor(from: "3.1.0")) ] ``` From e79fd73282fbd17ced76d163fbb81d31563b37a1 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 6 Apr 2025 18:34:02 +0400 Subject: [PATCH 3/3] Update doc --- Sources/Flare/Flare.docc/Flare.md | 1 + Sources/FlareUI/FlareUI.docc/FlareUI.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Sources/Flare/Flare.docc/Flare.md b/Sources/Flare/Flare.docc/Flare.md index caad5d01e..63a9ff2e8 100644 --- a/Sources/Flare/Flare.docc/Flare.md +++ b/Sources/Flare/Flare.docc/Flare.md @@ -37,6 +37,7 @@ Flare.shared.products(productIDs: ["product_identifier"]) { result in | Flare | Date | Swift | Xcode | Platforms | |-------|------------|-------|---------|-------------------------------------------------------------| +| 3.1.0 | 06/04/2025 | 5.7 | 16.0 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, visionOS 1.0 | | 3.0.2 | 04/09/2024 | 5.7 | 14.1 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, visionOS 1.0 | | 3.0.1 | 09/08/2024 | 5.7 | 14.1 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, visionOS 1.0 | | 3.0 | 15/06/2024 | 5.7 | 14.1 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, visionOS 1.0 | diff --git a/Sources/FlareUI/FlareUI.docc/FlareUI.md b/Sources/FlareUI/FlareUI.docc/FlareUI.md index 3a391a8d9..5a1b3effc 100644 --- a/Sources/FlareUI/FlareUI.docc/FlareUI.md +++ b/Sources/FlareUI/FlareUI.docc/FlareUI.md @@ -28,6 +28,7 @@ present(nav, animated: true) | FlareUI | Date | Swift | Xcode | Platforms | |---------|------------|-------|---------|-------------------------------------------------------------| +| 3.1.0 | 06/04/2025 | 5.7 | 16.0 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, visionOS 1.0 | | 3.0.2 | 04/09/2024 | 5.7 | 14.1 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, visionOS 1.0 | | 3.0.1 | 09/08/2024 | 5.7 | 14.1 | iOS 13.0, watchOS 6.0, macOS 10.15, tvOS 13.0, visionOS 1.0 | | 3.0 | 15/06/2024 | 5.7 | 14.1 | iOS 13.0, macOS 10.15, tvOS 13.0 |