Skip to content

Commit

Permalink
MOEN-33542:Release moengage_flutter 8.0.0
Browse files Browse the repository at this point in the history
* MOEN-33255: Release moengage_flutter 7.2.0 (#136)

* MOEN-33542: Version Update (#138)

* MOEN-33542: Version Update

* MOEN-33542: Version Update

* MOEN-33542: Version Update

* MOEN-33542: Version Updated

---------

Co-authored-by: Soumya Ranjan Mahunt <[email protected]>
  • Loading branch information
RakshithaAcharya and msoumya-engg-sdk authored Aug 7, 2024
1 parent 4302ada commit 2cd514f
Show file tree
Hide file tree
Showing 32 changed files with 134 additions and 41 deletions.
8 changes: 7 additions & 1 deletion cards/moengage_cards/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# MoEngage Cards Plugin

# 07-08-2024

## 4.0.0
- Exact version pinning for Cards Module dependencies
- iOS
- Internal Improvements

# 31-07-2024

## 3.2.0
- Exact version pinning for Cards Module dependencies
- iOS
- Updated MoEngageCards to `4.17.0`

# 15-07-2024

## 3.1.1
Expand Down
8 changes: 4 additions & 4 deletions cards/moengage_cards/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ flutter:
dependencies:
flutter:
sdk: flutter
moengage_cards_android: 2.1.1
moengage_cards_ios: 3.0.0
moengage_cards_platform_interface: 2.0.0
moengage_flutter: ^7.1.1
moengage_cards_android: 3.0.0
moengage_cards_ios: 3.0.1
moengage_cards_platform_interface: 3.0.0
moengage_flutter: ^8.0.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions cards/moengage_cards_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MoEngage Cards Android Plugin

# 07-08-2024

## 3.0.0
- Internal Improvements

# 15-07-2024

## 2.1.1
Expand Down
6 changes: 3 additions & 3 deletions cards/moengage_cards_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moengage_cards_android
description: Android implementation of the moengage_cards plugin
version: 2.1.1
version: 3.0.0
homepage: https://www.moengage.com

environment:
Expand All @@ -19,8 +19,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
moengage_cards_platform_interface: ^2.0.0
moengage_flutter: ^7.1.0
moengage_cards_platform_interface: ^3.0.0
moengage_flutter: ^8.0.0

dev_dependencies:
flutter_test:
Expand Down
10 changes: 10 additions & 0 deletions cards/moengage_cards_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

# 07-08-2024

## 3.0.1
- Internal Improvements

# 07-08-2024

## 3.0.0
- Internal Improvements

# 31-07-2024

## 2.3.0
- Updated MoEngageCards to `4.17.0`

# 03-07-2024

## 2.2.0
Expand Down
6 changes: 3 additions & 3 deletions cards/moengage_cards_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moengage_cards_ios
description: iOS implementation of the moengage_cards plugin
version: 3.0.0
version: 3.0.1
homepage: https://www.moengage.com

environment:
Expand All @@ -18,8 +18,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
moengage_cards_platform_interface: ^2.0.0
moengage_flutter: ^7.1.0
moengage_cards_platform_interface: ^3.0.0
moengage_flutter: ^8.0.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions cards/moengage_cards_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MoEngage Cards Platform Interface

# 07-08-2024

## 3.0.0
- Internal Improvements

# 21-03-2024

## 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions cards/moengage_cards_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moengage_cards_platform_interface
description: A common platform interface for the moengage_cards plugin.
version: 2.0.0
version: 3.0.0
homepage: https://www.moengage.com

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
moengage_flutter: ^7.0.0
moengage_flutter: ^8.0.0
plugin_platform_interface: ^2.1.0

dev_dependencies:
Expand Down
8 changes: 8 additions & 0 deletions core/moengage_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
- Exact version pinning for Core Module dependencies
- iOS
- Added boolean user attribute tracking customization in initialization API

# 31-07-2024

## 7.2.0
- Exact version pinning for Core Module dependencies
- iOS
- Updated MoEngage-iOS-SDK to 9.18.0
- Updated MoEngageInApp to 6.01.0

# 15-07-2024

Expand Down
4 changes: 2 additions & 2 deletions core/moengage_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ flutter:
dependencies:
flutter:
sdk: flutter
moengage_flutter_android: 2.1.1
moengage_flutter_android: 3.0.0
moengage_flutter_ios: 3.0.0
moengage_flutter_platform_interface: 3.0.0
moengage_flutter_web: 3.1.0
moengage_flutter_web: 4.0.0

dev_dependencies:
flutter_test:
Expand Down
6 changes: 5 additions & 1 deletion core/moengage_flutter_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# MoEngage Flutter Android Plugin

# 07-08-2024

## 3.0.0
- Internal Improvements

# 15-07-2024

## 2.1.1
- `moe-android-sdk` version updated to `13.03.00`


# 03-07-2024

## 2.1.0
Expand Down
4 changes: 2 additions & 2 deletions core/moengage_flutter_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moengage_flutter_android
description: Android implementation of the moengage_flutter plugin
version: 2.1.1
version: 3.0.0
homepage: https://www.moengage.com

environment:
Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
moengage_flutter_platform_interface: ^2.1.0
moengage_flutter_platform_interface: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
6 changes: 6 additions & 0 deletions core/moengage_flutter_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
## 3.0.0
- Added boolean user attribute tracking customization in initialization API

# 31-07-2024

## 2.3.0
- Updated MoEngage-iOS-SDK to 9.18.0
- Updated MoEngageInApp to 6.01.0

# 03-07-2024

## 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion core/moengage_flutter_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
moengage_flutter_platform_interface: ^2.1.0
moengage_flutter_platform_interface: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions core/moengage_flutter_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MoEngage Flutter Web Plugin

# 07-08-2024

## 4.0.0
- Internal Improvements

# 03-07-2024

## 3.1.0
Expand Down
4 changes: 2 additions & 2 deletions core/moengage_flutter_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moengage_flutter_web
description: Web implementation of the moengage_flutter plugin
version: 3.1.0
version: 4.0.0
homepage: https://www.moengage.com

environment:
Expand All @@ -20,7 +20,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
moengage_flutter_platform_interface: ^2.1.0
moengage_flutter_platform_interface: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
7 changes: 7 additions & 0 deletions geofence/moengage_geofence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
- Exact version pinning for Geofence Module dependencies
- iOS
- Internal Improvements

# 31-07-2024

## 3.2.0
- Exact version pinning for Geofence Module dependencies
- iOS
- Updated MoEngageGeofence to 5.17.0

# 15-07-2024

Expand Down
6 changes: 3 additions & 3 deletions geofence/moengage_geofence/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ environment:
dependencies:
flutter:
sdk: flutter
moengage_flutter: ^7.1.1
moengage_geofence_android: 2.1.1
moengage_flutter: ^8.0.0
moengage_geofence_android: 3.0.0
moengage_geofence_ios: 3.0.0
moengage_geofence_platform_interface: 2.0.0
moengage_geofence_platform_interface: 3.0.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions geofence/moengage_geofence_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MoEngage Geofence Android Plugin

# 07-08-2024

## 3.0.0
- Internal Improvements

# 15-07-2024

## 2.1.1
Expand Down
6 changes: 3 additions & 3 deletions geofence/moengage_geofence_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moengage_geofence_android
description: Android implementation of the moengage_geofence plugin
version: 2.1.1
version: 3.0.0
homepage: https://www.moengage.com

environment:
Expand All @@ -19,8 +19,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
moengage_flutter: ^7.1.1
moengage_geofence_platform_interface: ^2.0.0
moengage_flutter: ^8.0.0
moengage_geofence_platform_interface: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions geofence/moengage_geofence_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
## 3.0.0
- Internal Improvements

# 31-07-2024

## 2.3.0
- Updated MoEngageGeofence to 5.17.0

# 03-07-2024

## 2.2.0
Expand Down
4 changes: 2 additions & 2 deletions geofence/moengage_geofence_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ flutter:
dependencies:
flutter:
sdk: flutter
moengage_flutter: ^7.1.0
moengage_geofence_platform_interface: ^2.0.0
moengage_flutter: ^8.0.0
moengage_geofence_platform_interface: ^3.0.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 5 additions & 0 deletions geofence/moengage_geofence_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MoEngage Geofence Platform Interface

# 07-08-2024

## 3.0.0
- Internal Improvements

# 21-03-2024

## 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions geofence/moengage_geofence_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: moengage_geofence_platform_interface
description: A common platform interface for the moengage_geofence plugin.
version: 2.0.0
version: 3.0.0
homepage: https://www.moengage.com

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
moengage_flutter: ^7.0.0
moengage_flutter: ^8.0.0
plugin_platform_interface: ^2.1.0

dev_dependencies:
Expand Down
7 changes: 7 additions & 0 deletions inbox/moengage_inbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
- Exact version pinning for Inbox Module dependencies
- iOS
- Internal Improvements

# 31-07-2024

## 6.2.0
- Exact version pinning for Inbox Module dependencies
- iOS
- Updated MoEngageInbox to 2.17.0

# 15-07-2024

Expand Down
6 changes: 3 additions & 3 deletions inbox/moengage_inbox/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ environment:
dependencies:
flutter:
sdk: flutter
moengage_flutter: ^7.1.1
moengage_inbox_android: 2.1.1
moengage_flutter: ^8.0.0
moengage_inbox_android: 3.0.0
moengage_inbox_ios: 3.0.0
moengage_inbox_platform_interface: 2.0.0
moengage_inbox_platform_interface: 3.0.0

dev_dependencies:
flutter_lints: ^2.0.0
Expand Down
5 changes: 5 additions & 0 deletions inbox/moengage_inbox_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MoEngage Inbox Android Plugin

# 07-08-2024

## 3.0.0
- Internal Improvements

# 15-07-2024

## 2.1.1
Expand Down
Loading

0 comments on commit 2cd514f

Please sign in to comment.