Skip to content

Commit 96604fe

Browse files
committed
Prepare release 5.3.1-rc.1
1 parent ecd2249 commit 96604fe

12 files changed

Lines changed: 19 additions & 19 deletions

File tree

flutter_libs/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Superfast NoSQL Flutter / Dart database. This package contains Flut
33
# Link to actual directory in repository so file links on pub.dev work.
44
repository: https://github.com/objectbox/objectbox-dart/tree/main/flutter_libs
55
homepage: https://objectbox.io
6-
version: 5.3.0
6+
version: 5.3.1-rc.1
77

88
environment:
99
sdk: ^3.7.0
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515
# This is here just to ensure compatibility between objectbox-dart code and the libraries used
1616
# You should still depend on objectbox directly in your Flutter application.
17-
objectbox: 5.3.0
17+
objectbox: 5.3.1-rc.1
1818
path_provider: ^2.0.0
1919

2020
dev_dependencies:

generator/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ class Version {
44
///
55
/// This string is updated by the /tool/set-version.sh script
66
/// as part of the release process.
7-
static const String current = "5.3.0";
7+
static const String current = "5.3.1-rc.1";
88
}

generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ description: ObjectBox Flutter / Dart database binding code generator - finds an
33
# Link to actual directory in repository so file links on pub.dev work.
44
repository: https://github.com/objectbox/objectbox-dart/tree/main/generator
55
homepage: https://objectbox.io
6-
version: 5.3.0
6+
version: 5.3.1-rc.1
77

88
environment:
99
sdk: '^3.7.0' # source_gen 3.0.0 requires 3.7 and 3.7 has new dart format
1010

1111
dependencies:
12-
objectbox: 5.3.0
12+
objectbox: 5.3.1-rc.1
1313
# https://pub.dev/packages/analyzer/changelog
1414
# source_gen 4.0.1 requires 8.1.1
1515
analyzer: '>=8.1.1 <11.0.0'

objectbox/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ See the [FAQ](https://docs.objectbox.io/faq) and [Troubleshooting](https://docs.
260260

261261
## See also
262262

263-
- [Changelog](CHANGELOG.md)
264-
- [Contribution guidelines](../CONTRIBUTING.md)
263+
- [Changelog](https://pub.dev/packages/objectbox/changelog)
264+
- [Contribution guidelines](https://github.com/objectbox/objectbox-dart/blob/main/CONTRIBUTING.md)
265265

266266
## License
267267

objectbox/example/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ that uses [Sync](https://objectbox.io/sync/) is available in the objectbox-sync-
55

66
There are several example apps and tutorials available in this repository:
77

8-
* [objectbox_demo_relations](flutter/objectbox_demo_relations): our main Flutter example app showing
8+
* [objectbox_demo_relations](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/objectbox_demo_relations): our main Flutter example app showing
99
all basics and how to use relations.
10-
* [objectbox_demo](flutter/objectbox_demo): a very basic Flutter example app.
11-
* [vectorsearch_cities](dart-native/vectorsearch_cities): a Dart Native example app using Vector
10+
* [objectbox_demo](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/objectbox_demo): a very basic Flutter example app.
11+
* [vectorsearch_cities](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/dart-native/vectorsearch_cities): a Dart Native example app using Vector
1212
Search to find neighbors of cities.
13-
* [event_management_tutorial](flutter/event_management_tutorial): an event management Flutter app
13+
* [event_management_tutorial](https://github.com/objectbox/objectbox-dart/tree/main/objectbox/example/flutter/event_management_tutorial): an event management Flutter app
1414
based on our video tutorial on using relations.
1515

1616
**To learn how to use ObjectBox continue with the [Getting Started](https://docs.objectbox.io/getting-started) guide.**

objectbox/example/dart-native/vectorsearch_cities/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
sdk: ^2.18.6
77

88
dependencies:
9-
objectbox: ^5.3.0
9+
objectbox: ^5.3.1-rc.1
1010

1111
dev_dependencies:
1212
build_runner: ^2.4.9

objectbox/example/flutter/event_management_tutorial/event_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414

15-
objectbox: ^5.3.0
15+
objectbox: ^5.3.1-rc.1
1616
objectbox_flutter_libs: any
1717
intl: any
1818

objectbox/example/flutter/event_management_tutorial/many_to_many/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414

15-
objectbox: ^5.3.0
15+
objectbox: ^5.3.1-rc.1
1616
objectbox_flutter_libs: any
1717
intl: any
1818

objectbox/example/flutter/objectbox_demo/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
flutter:
1111
sdk: flutter
12-
objectbox: ^5.3.0
12+
objectbox: ^5.3.1-rc.1
1313
objectbox_flutter_libs: any
1414
intl: ^0.20.2
1515
path_provider: ^2.1.5

objectbox/example/flutter/objectbox_demo_relations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
# Optional: specify a concrete version when using ObjectBox Admin - https://docs.objectbox.io/data-browser
1313
# Note: when updating objectbox, check the release notes (https://github.com/objectbox/objectbox-dart/releases)
1414
# if objectbox-android-objectbrowser in android/app/build.gradle has to be updated.
15-
objectbox: 5.3.0
15+
objectbox: 5.3.1-rc.1
1616
objectbox_flutter_libs: any
1717
intl: ^0.20.2
1818
path_provider: ^2.1.5

0 commit comments

Comments
 (0)