Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDART-1014: Bump required sdk version to ^3.3.0 #1648

Merged
merged 2 commits into from
Apr 24, 2024
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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
(Issue [#292](https://github.com/realm/realm-dart/issues/292))

### Fixed
* None
* Avoid: Attempt to execute code removed by Dart AOT compiler (TFA). (Issue [#1647](https://github.com/realm/realm-dart/issues/1647))

### Compatibility
* Realm Studio: 15.0.0 or later.

### Internal
* Using Core x.y.z.
* Flutter: ^3.19.0
* Dart: ^3.3.0


## 2.1.0 (2024-04-17)

Expand Down
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ packages:
command:
bootstrap:
environment:
sdk: ^3.0.0
flutter: ^3.10.0
sdk: ^3.3.0
flutter: ^3.19.0
dev_dependencies:
lints: ^3.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/ejson/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 0.3.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
collection: ^1.17.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ejson_analyzer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 0.3.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_analyzer

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
analyzer: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ejson_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 0.3.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_annotation

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dev_dependencies:
lints: ^3.0.0
2 changes: 1 addition & 1 deletion packages/ejson_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version: 0.3.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_generator

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
analyzer: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ejson_lint/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
ejson_annotation: ^0.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ejson_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 0.3.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_lint

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
analyzer: ^6.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/realm/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version: 2.0.0-alpha.2
publish_to: "none"

environment:
sdk: ^3.0.0
flutter: ^3.10.0
sdk: ^3.3.0
flutter: ^3.19.0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/realm/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repository: https://github.com/realm/realm-dart
issue_tracker: https://github.com/realm/realm-dart/issues

environment:
sdk: ^3.0.0
flutter: ^3.10.0
sdk: ^3.3.0
flutter: ^3.19.0

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/realm/tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish_to: "none"
version: 2.0.0-alpha.2

environment:
sdk: ^3.0.0
flutter: ^3.10.0
sdk: ^3.3.0
flutter: ^3.19.0

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/realm_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository: https://github.com/realm/realm-dart
issue_tracker: https://github.com/realm/realm-dart/issues

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
collection: ^1.18.0
Expand Down
2 changes: 1 addition & 1 deletion packages/realm_dart/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A simple command-line application using Realm Dart SDK.
publish_to: none

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
realm_dart:
Expand Down
2 changes: 1 addition & 1 deletion packages/realm_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/realm/realm-dart
issue_tracker: https://github.com/realm/realm-dart/issues

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
args: ^2.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/realm_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository: https://github.com/realm/realm-dart
issue_tracker: https://github.com/realm/realm-dart/issues

environment:
sdk: ^3.0.0
sdk: ^3.3.0

dependencies:
analyzer: ^6.0.0
Expand Down
Loading