diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dec1fd52..9f58e55f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,52 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-10-10 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`ensemble` - `v1.2.12`](#ensemble---v1212) + - [`ensemble_stripe` - `v1.0.1`](#ensemble_stripe---v101) + - [`ensemble_chat` - `v0.0.1+1`](#ensemble_chat---v0011) + - [`ensemble_auth` - `v1.0.1`](#ensemble_auth---v101) + - [`ensemble_contacts` - `v0.0.1+1`](#ensemble_contacts---v0011) + - [`ensemble_camera` - `v0.0.1+1`](#ensemble_camera---v0011) + - [`ensemble_location` - `v0.0.1+1`](#ensemble_location---v0011) + - [`ensemble_bluetooth` - `v0.0.1+1`](#ensemble_bluetooth---v0011) + - [`ensemble_file_manager` - `v0.0.1+1`](#ensemble_file_manager---v0011) + - [`ensemble_network_info` - `v0.0.1+1`](#ensemble_network_info---v0011) + - [`ensemble_connect` - `v0.0.1+1`](#ensemble_connect---v0011) + - [`ensemble_deeplink` - `v0.0.1+1`](#ensemble_deeplink---v0011) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `ensemble_stripe` - `v1.0.1` + - `ensemble_chat` - `v0.0.1+1` + - `ensemble_auth` - `v1.0.1` + - `ensemble_contacts` - `v0.0.1+1` + - `ensemble_camera` - `v0.0.1+1` + - `ensemble_location` - `v0.0.1+1` + - `ensemble_bluetooth` - `v0.0.1+1` + - `ensemble_file_manager` - `v0.0.1+1` + - `ensemble_network_info` - `v0.0.1+1` + - `ensemble_connect` - `v0.0.1+1` + - `ensemble_deeplink` - `v0.0.1+1` + +--- + +#### `ensemble` - `v1.2.12` + + ## 2025-10-08 ### Changes diff --git a/modules/adobe_analytics/pubspec.yaml b/modules/adobe_analytics/pubspec.yaml index 46ae8c4b8..807e4ed04 100644 --- a/modules/adobe_analytics/pubspec.yaml +++ b/modules/adobe_analytics/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble flutter_aepcore: ^5.0.0 diff --git a/modules/auth/pubspec.yaml b/modules/auth/pubspec.yaml index b693c8da2..ec585b947 100644 --- a/modules/auth/pubspec.yaml +++ b/modules/auth/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble ensemble_ts_interpreter: ^1.0.3 diff --git a/modules/bracket/pubspec.yaml b/modules/bracket/pubspec.yaml index 221a21ad9..e1a46ed27 100644 --- a/modules/bracket/pubspec.yaml +++ b/modules/bracket/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble dev_dependencies: diff --git a/modules/camera/pubspec.yaml b/modules/camera/pubspec.yaml index f33f93fe2..d66bfded8 100644 --- a/modules/camera/pubspec.yaml +++ b/modules/camera/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble ensemble_ts_interpreter: ^1.0.3 diff --git a/modules/chat/pubspec.yaml b/modules/chat/pubspec.yaml index 5e6e63a63..68036089a 100644 --- a/modules/chat/pubspec.yaml +++ b/modules/chat/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble ensemble_ts_interpreter: ^1.0.3 diff --git a/modules/connect/pubspec.yaml b/modules/connect/pubspec.yaml index 3135a5581..7d349f9e2 100644 --- a/modules/connect/pubspec.yaml +++ b/modules/connect/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble plaid_flutter: ^3.1.2 diff --git a/modules/contacts/pubspec.yaml b/modules/contacts/pubspec.yaml index fa4b5797b..39da681ca 100644 --- a/modules/contacts/pubspec.yaml +++ b/modules/contacts/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble flutter_contacts: ^1.1.7+1 diff --git a/modules/deeplink/pubspec.yaml b/modules/deeplink/pubspec.yaml index a53f16737..ff59026e7 100644 --- a/modules/deeplink/pubspec.yaml +++ b/modules/deeplink/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble flutter_branch_sdk: ^7.0.1 diff --git a/modules/ensemble/CHANGELOG.md b/modules/ensemble/CHANGELOG.md index 15bb1b35c..13482d738 100644 --- a/modules/ensemble/CHANGELOG.md +++ b/modules/ensemble/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.2.12 + ## 1.2.11 ## 1.2.10 diff --git a/modules/ensemble/pubspec.yaml b/modules/ensemble/pubspec.yaml index 98dc559af..5a17251d5 100644 --- a/modules/ensemble/pubspec.yaml +++ b/modules/ensemble/pubspec.yaml @@ -15,7 +15,7 @@ description: Ensemble Runtime # This version is used _only_ for the Runner app, which is used if you just do # a `flutter run` or a `flutter make-host-app-editable`. It has no impact # on any other native host app that you embed your Flutter project into. -version: 1.2.11 +version: 1.2.12 environment: sdk: ">=3.5.0" diff --git a/modules/ensemble_bluetooth/pubspec.yaml b/modules/ensemble_bluetooth/pubspec.yaml index 4728dbe4f..dc49aaacb 100644 --- a/modules/ensemble_bluetooth/pubspec.yaml +++ b/modules/ensemble_bluetooth/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble ensemble_ts_interpreter: ^1.0.3 diff --git a/modules/ensemble_network_info/pubspec.yaml b/modules/ensemble_network_info/pubspec.yaml index b2987720a..5841312a6 100644 --- a/modules/ensemble_network_info/pubspec.yaml +++ b/modules/ensemble_network_info/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble network_info_plus: ^5.0.3 diff --git a/modules/ensemble_stripe/pubspec.yaml b/modules/ensemble_stripe/pubspec.yaml index 6283522ed..8877f1196 100644 --- a/modules/ensemble_stripe/pubspec.yaml +++ b/modules/ensemble_stripe/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble flutter_stripe: ^11.5.0 diff --git a/modules/file_manager/pubspec.yaml b/modules/file_manager/pubspec.yaml index f07381543..ada3fe06a 100644 --- a/modules/file_manager/pubspec.yaml +++ b/modules/file_manager/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble ensemble_ts_interpreter: ^1.0.3 file_picker: ^10.1.2 diff --git a/modules/firebase_analytics/pubspec.yaml b/modules/firebase_analytics/pubspec.yaml index 6a4ce5007..6c01d39b0 100644 --- a/modules/firebase_analytics/pubspec.yaml +++ b/modules/firebase_analytics/pubspec.yaml @@ -40,7 +40,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble dev_dependencies: diff --git a/modules/location/pubspec.yaml b/modules/location/pubspec.yaml index 011554c25..1131dcca9 100644 --- a/modules/location/pubspec.yaml +++ b/modules/location/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble ensemble_ts_interpreter: ^1.0.3 diff --git a/modules/moengage/pubspec.yaml b/modules/moengage/pubspec.yaml index b9765f9f8..691371595 100644 --- a/modules/moengage/pubspec.yaml +++ b/modules/moengage/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble moengage_flutter: ^8.0.0 diff --git a/starter/pubspec.yaml b/starter/pubspec.yaml index 6d82481f3..bc33a7d99 100644 --- a/starter/pubspec.yaml +++ b/starter/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: ensemble: git: url: https://github.com/EnsembleUI/ensemble.git - ref: ensemble-v1.2.11 + ref: ensemble-v1.2.12 path: modules/ensemble