Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
]
```

Expand Down
1 change: 1 addition & 0 deletions Sources/Flare/Flare.docc/Flare.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 1 addition & 0 deletions Sources/FlareUI/FlareUI.docc/FlareUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down