Skip to content

Commit 74188f1

Browse files
chore: release v2.1.0 (#20)
1 parent 743e534 commit 74188f1

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/bucketeer-io/flutter-client-sdk/compare/2.0.0...v2.1.0) (2024-09-17)
4+
5+
6+
### Features
7+
8+
* get variation details by variation type ([#19](https://github.com/bucketeer-io/flutter-client-sdk/issues/19)) ([f59d6be](https://github.com/bucketeer-io/flutter-client-sdk/commit/f59d6be91e14d7752fd17538738f7a77f87a0494))
9+
10+
11+
### Build System
12+
13+
* **deps:** update deps using the Flutter version 3.19.2 ([#21](https://github.com/bucketeer-io/flutter-client-sdk/issues/21)) ([743e534](https://github.com/bucketeer-io/flutter-client-sdk/commit/743e534a9bace488dda65e9647281097d8087115))
14+
315
## 2.0.0 (2024-04-09)
416

517
This version brings the **BREAKING CHANGES**.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'io.bucketeer.sdk.plugin'
2-
version '2.0.0' // x-release-please-version
2+
version '2.1.0' // x-release-please-version
33

44
buildscript {
55
ext.kotlin_version = '1.8.22'

ios/bucketeer_flutter_client_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'bucketeer_flutter_client_sdk'
7-
s.version = '2.0.0' # x-release-please-version
7+
s.version = '2.1.0' # x-release-please-version
88
s.summary = 'Bucketeer Feature Flag & A/B Testing Service for Flutter'
99
s.homepage = 'https://bucketeer.io/'
1010
s.license = { :type => "Apache License, Version 2.0", :file => '../LICENSE' }

pubspec.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
name: bucketeer_flutter_client_sdk
22
description: Bucketeer
3-
version: 2.0.0 # x-release-please-version
3+
version: 2.1.0
44
homepage: https://bucketeer.io/
55
repository: https://github.com/bucketeer-io/flutter-client-sdk
66
documentation: https://docs.bucketeer.io/sdk/client-side/flutter
77
issue_tracker: https://github.com/bucketeer-io/flutter-client-sdk/issues
8-
98
environment:
10-
sdk: ">=2.17.0 <4.0.0"
11-
flutter: ">=2.5.0"
12-
9+
sdk: '>=2.17.0 <4.0.0'
10+
flutter: '>=2.5.0'
1311
dependencies:
1412
flutter:
1513
sdk: flutter
1614
plugin_platform_interface: ^2.1.8
17-
1815
dev_dependencies:
1916
flutter_test:
2017
sdk: flutter
2118
integration_test:
2219
sdk: flutter
2320
flutter_lints: ^4.0.0
2421
mocktail: ^1.0.4
25-
2622
flutter:
2723
plugin:
2824
platforms:

0 commit comments

Comments
 (0)