Skip to content

Commit

Permalink
Bump ejson version
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Aug 14, 2024
1 parent 2757bb1 commit 7d930a0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* None

### Fixed
* None
* Fixed ejson dependency to 0.4.0.

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

### Internal
* Using Core x.y.z.
* Using Core 14.11.0.

## 3.4.0 (2024-08-13)

Expand All @@ -28,7 +28,7 @@
* Realm Studio: 15.0.0 or later.

### Internal
* Using Core x.y.z.
* Using Core 14.11.0.

## 3.3.0 (2024-07-20)

Expand Down
6 changes: 3 additions & 3 deletions packages/ejson/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ topics:
- build-runner
- codegen

version: 0.3.1
version: 0.4.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson

environment:
sdk: ^3.3.0

dependencies:
collection: ^1.17.0
ejson_annotation: ^0.3.1
ejson_annotation: ^0.4.0
objectid: ^3.0.0
sane_uuid: ^1.0.0
type_plus: ^2.0.0

dev_dependencies:
build_runner: ^2.0.0
ejson_generator: ^0.3.1
ejson_generator: ^0.4.0
lints: ^3.0.0
test: ^1.21.0
4 changes: 2 additions & 2 deletions packages/ejson_analyzer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ description: >-
BSON is a binary format used to store JSON-like documents efficiently.
EJSON extends JSON defining how all BSON types should be represented in JSON.
version: 0.3.1
version: 0.4.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_analyzer

environment:
sdk: ^3.3.0

dependencies:
analyzer: ^6.0.0
ejson_annotation: ^0.3.1
ejson_annotation: ^0.4.0
source_gen: ^1.3.2

dev_dependencies:
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 @@ -5,7 +5,7 @@ description: >-
BSON is a binary format used to store JSON-like documents efficiently.
EJSON extends JSON defining how all BSON types should be represented in JSON.
version: 0.3.1
version: 0.4.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_annotation

environment:
Expand Down
8 changes: 4 additions & 4 deletions packages/ejson_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:
- build-runner
- codegen

version: 0.3.1
version: 0.4.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_generator

environment:
Expand All @@ -21,15 +21,15 @@ environment:
dependencies:
analyzer: ^6.0.0
build: ^2.4.0
ejson_analyzer: ^0.3.1
ejson_analyzer: ^0.4.0
source_gen: ^1.3.2

dev_dependencies:
build_runner: ^2.4.4
build_test: ^2.1.7
dart_style: ^2.3.1
ejson: ^0.3.1
ejson_annotation: ^0.3.1
ejson: ^0.4.0
ejson_annotation: ^0.4.0
lints: ^3.0.0
meta: ^1.9.1
test: ^1.21.0
4 changes: 2 additions & 2 deletions packages/ejson_lint/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ environment:
sdk: ^3.3.0

dependencies:
ejson_annotation: ^0.3.1
ejson_annotation: ^0.4.0

dev_dependencies:
custom_lint: ^0.6.2
ejson_lint: ^0.3.1
ejson_lint: ^0.4.0
lints: ^3.0.0


4 changes: 2 additions & 2 deletions packages/ejson_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: >-
BSON is a binary format used to store JSON-like documents efficiently.
EJSON extends JSON defining how all BSON types should be represented in JSON.
version: 0.3.1
version: 0.4.0
repository: https://github.com/realm/realm-dart/ejson/packages/ejson_lint

environment:
Expand All @@ -14,7 +14,7 @@ environment:
dependencies:
analyzer: ^6.0.0
custom_lint_builder: ^0.6.2
ejson_analyzer: ^0.3.1
ejson_analyzer: ^0.4.0

dev_dependencies:
lints: ^3.0.0
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 @@ -14,7 +14,7 @@ dependencies:
build_cli_annotations: ^2.0.0
collection: ^1.16.0
crypto: ^3.0.0
ejson: ^0.3.1
ejson: ^0.4.0
ffi: ^2.0.1
json_annotation: ^4.7.0
logging: ^1.2.0
Expand Down

0 comments on commit 7d930a0

Please sign in to comment.