Skip to content

Commit 52ec31c

Browse files
[Release 3.1.0] (#1732)
* [Release 3.1.0] * Bump ejson version to 0.3.1 --------- Co-authored-by: nielsenko <[email protected]> Co-authored-by: Kasper Overgård Nielsen <[email protected]>
1 parent 52e3470 commit 52ec31c

File tree

17 files changed

+33
-29
lines changed

17 files changed

+33
-29
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## vNext (TBD)
1+
## 3.1.0 (2024-06-25)
22

33
### Enhancements
44
* The download progress estimate reported by `Session.getProgressStream` will now return meaningful estimated values, while previously it always returned 1. (Issue [#1564](https://github.com/realm/realm-dart/issues/1564))

packages/CHANGELOG.ejson.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.1
2+
3+
- Update sane_uuid dependency to ^1.0.0 (compensate for breaking change)
4+
15
## 0.3.0
26

37
- Rename `Key` class to `BsonKey` to avoid common conflict with flutter

packages/ejson/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ topics:
1212
- build-runner
1313
- codegen
1414

15-
version: 0.3.0
15+
version: 0.3.1
1616
repository: https://github.com/realm/realm-dart/ejson/packages/ejson
1717

1818
environment:
1919
sdk: ^3.3.0
2020

2121
dependencies:
2222
collection: ^1.17.0
23-
ejson_annotation: ^0.3.0
23+
ejson_annotation: ^0.3.1
2424
objectid: ^3.0.0
2525
sane_uuid: ^1.0.0
2626
type_plus: ^2.0.0
2727

2828
dev_dependencies:
2929
build_runner: ^2.0.0
30-
ejson_generator: ^0.3.0
30+
ejson_generator: ^0.3.1
3131
lints: ^3.0.0
3232
test: ^1.21.0

packages/ejson_analyzer/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ description: >-
55
BSON is a binary format used to store JSON-like documents efficiently.
66
EJSON extends JSON defining how all BSON types should be represented in JSON.
77
8-
version: 0.3.0
8+
version: 0.3.1
99
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_analyzer
1010

1111
environment:
1212
sdk: ^3.3.0
1313

1414
dependencies:
1515
analyzer: ^6.0.0
16-
ejson_annotation: ^0.3.0
16+
ejson_annotation: ^0.3.1
1717
source_gen: ^1.3.2
1818

1919
dev_dependencies:

packages/ejson_annotation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
BSON is a binary format used to store JSON-like documents efficiently.
66
EJSON extends JSON defining how all BSON types should be represented in JSON.
77
8-
version: 0.3.0
8+
version: 0.3.1
99
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_annotation
1010

1111
environment:

packages/ejson_generator/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topics:
1212
- build-runner
1313
- codegen
1414

15-
version: 0.3.0
15+
version: 0.3.1
1616
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_generator
1717

1818
environment:
@@ -21,15 +21,15 @@ environment:
2121
dependencies:
2222
analyzer: ^6.0.0
2323
build: ^2.4.0
24-
ejson_analyzer: ^0.3.0
24+
ejson_analyzer: ^0.3.1
2525
source_gen: ^1.3.2
2626

2727
dev_dependencies:
2828
build_runner: ^2.4.4
2929
build_test: ^2.1.7
3030
dart_style: ^2.3.1
31-
ejson: ^0.3.0
32-
ejson_annotation: ^0.3.0
31+
ejson: ^0.3.1
32+
ejson_annotation: ^0.3.1
3333
lints: ^3.0.0
3434
meta: ^1.9.1
3535
test: ^1.21.0

packages/ejson_lint/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ environment:
88
sdk: ^3.3.0
99

1010
dependencies:
11-
ejson_annotation: ^0.3.0
11+
ejson_annotation: ^0.3.1
1212

1313
dev_dependencies:
1414
custom_lint: ^0.6.2
15-
ejson_lint: ^0.3.0
15+
ejson_lint: ^0.3.1
1616
lints: ^3.0.0
1717

1818

packages/ejson_lint/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
BSON is a binary format used to store JSON-like documents efficiently.
66
EJSON extends JSON defining how all BSON types should be represented in JSON.
77
8-
version: 0.3.0
8+
version: 0.3.1
99
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_lint
1010

1111
environment:
@@ -14,7 +14,7 @@ environment:
1414
dependencies:
1515
analyzer: ^6.0.0
1616
custom_lint_builder: ^0.6.2
17-
ejson_analyzer: ^0.3.0
17+
ejson_analyzer: ^0.3.1
1818

1919
dev_dependencies:
2020
lints: ^3.0.0

packages/realm/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
realm: ^3.0.0
14+
realm: ^3.1.0
1515
characters: ^1.1.0
1616

1717
dev_dependencies:

packages/realm/ios/realm.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ puts "bundleId is #{bundleId}"
1919

2020
Pod::Spec.new do |s|
2121
s.name = 'realm'
22-
s.version = '3.0.0'
22+
s.version = '3.1.0'
2323
s.summary = 'The official Realm SDK for Flutter'
2424
s.description = <<-DESC
2525
Realm is a mobile database - an alternative to SQLite and key-value stores.

packages/realm/macos/realm.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ puts "bundleId is #{bundleId}"
3636

3737
Pod::Spec.new do |s|
3838
s.name = 'realm'
39-
s.version = '3.0.0'
39+
s.version = '3.1.0'
4040
s.summary = 'The official Realm SDK for Flutter'
4141
s.description = <<-DESC
4242
Realm is a mobile database - an alternative to SQLite and key-value stores.

packages/realm/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: realm
22
description: The official Realm SDK for Flutter. Realm is a mobile database - an alternative to SQLite and key-value stores.
3-
version: 3.0.0
3+
version: 3.1.0
44

55
homepage: https://www.realm.io
66
repository: https://github.com/realm/realm-dart
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
realm_dart: ^3.0.0
16+
realm_dart: ^3.1.0
1717

1818
flutter:
1919
plugin:

packages/realm_common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Hosts the common code shared between realm, realm_dart and realm_generator packages.
44
This package is part of the official Realm Flutter and Realm Dart SDKs.
55
6-
version: 3.0.0
6+
version: 3.1.0
77

88
homepage: https://www.realm.io
99
repository: https://github.com/realm/realm-dart

packages/realm_dart/lib/src/handles/native/realm_library.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import 'realm_bindings.dart';
1010
const bugInTheSdkMessage = "This is likely a bug in the Realm SDK - please file an issue at https://github.com/realm/realm-dart/issues";
1111

1212
// stamped into the library by the build system (see prepare-release.yml)
13-
const libraryVersion = '3.0.0';
13+
const libraryVersion = '3.1.0';
1414

1515
final realmLib = () {
1616
final result = RealmLibrary(initRealm());

packages/realm_dart/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: realm_dart
22
description: The official Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores.
3-
version: 3.0.0
3+
version: 3.1.0
44

55
homepage: https://www.realm.io
66
repository: https://github.com/realm/realm-dart
@@ -14,7 +14,7 @@ dependencies:
1414
build_cli_annotations: ^2.0.0
1515
collection: ^1.16.0
1616
crypto: ^3.0.0
17-
ejson: ^0.3.0
17+
ejson: ^0.3.1
1818
ffi: ^2.0.1
1919
json_annotation: ^4.7.0
2020
logging: ^1.2.0
@@ -23,8 +23,8 @@ dependencies:
2323
path: ^1.0.0
2424
pubspec_parse: ^1.0.0
2525
pub_semver: ^2.1.0
26-
realm_common: ^3.0.0
27-
realm_generator: ^3.0.0
26+
realm_common: ^3.1.0
27+
realm_generator: ^3.1.0
2828
tar: ^1.0.1
2929
build_runner: ^2.1.0
3030
http: ^1.0.0

packages/realm_dart/src/realm_dart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RLM_API void realm_dart_invoke_unlock_callback(realm_userdata_t error, void* unl
8080
// Stamped into the library by the build system (see prepare-release.yml)
8181
// Keep this method as it is written and do not format it.
8282
// We have a github workflow that looks for and replaces this string as it is written here.
83-
RLM_API const char* realm_dart_library_version() { return "3.0.0"; }
83+
RLM_API const char* realm_dart_library_version() { return "3.1.0"; }
8484

8585
//for debugging only
8686
// RLM_API void realm_dart_gc() {

packages/realm_generator/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Generates RealmObject classes from Realm data model classes.
44
This package is part of the official Realm Flutter and Realm Dart SDKs.
55
6-
version: 3.0.0
6+
version: 3.1.0
77

88
homepage: https://www.realm.io
99
repository: https://github.com/realm/realm-dart
@@ -17,7 +17,7 @@ dependencies:
1717
build_resolvers: ^2.0.9
1818
build: ^2.0.0
1919
dart_style: ^2.2.0
20-
realm_common: ^3.0.0
20+
realm_common: ^3.1.0
2121
source_gen: ^1.1.0
2222
source_span: ^1.8.0
2323
collection: ^1.18.0

0 commit comments

Comments
 (0)