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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/bucketeer-io/flutter-client-sdk/compare/2.0.0...v2.1.0) (2024-09-17)


### Features

* 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))


### Build System

* **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))

## 2.0.0 (2024-04-09)

This version brings the **BREAKING CHANGES**.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'io.bucketeer.sdk.plugin'
version '2.0.0' // x-release-please-version
version '2.1.0' // x-release-please-version

buildscript {
ext.kotlin_version = '1.8.22'
Expand Down
2 changes: 1 addition & 1 deletion ios/bucketeer_flutter_client_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'bucketeer_flutter_client_sdk'
s.version = '2.0.0' # x-release-please-version
s.version = '2.1.0' # x-release-please-version
s.summary = 'Bucketeer Feature Flag & A/B Testing Service for Flutter'
s.homepage = 'https://bucketeer.io/'
s.license = { :type => "Apache License, Version 2.0", :file => '../LICENSE' }
Expand Down
10 changes: 3 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
name: bucketeer_flutter_client_sdk
description: Bucketeer
version: 2.0.0 # x-release-please-version
version: 2.1.0
homepage: https://bucketeer.io/
repository: https://github.com/bucketeer-io/flutter-client-sdk
documentation: https://docs.bucketeer.io/sdk/client-side/flutter
issue_tracker: https://github.com/bucketeer-io/flutter-client-sdk/issues

environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=2.5.0"

sdk: '>=2.17.0 <4.0.0'
flutter: '>=2.5.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.8

dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^4.0.0
mocktail: ^1.0.4

flutter:
plugin:
platforms:
Expand Down