Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
- `JsonEncoder`:
  - Expose `entityCache`.

- data_serializer: ^1.1.0
- dart_style: ^2.3.6
  • Loading branch information
gmpassos committed Mar 3, 2024
1 parent 2e3292a commit a091e7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/reflection_factory_bridge_example.reflection.g.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GENERATED CODE - DO NOT MODIFY BY HAND!
// BUILDER: reflection_factory/2.3.0
// BUILDER: reflection_factory/2.3.1
// BUILD COMMAND: dart run build_runner build
//

Expand All @@ -20,7 +20,7 @@ typedef __TI<T> = TypeInfo<T>;
typedef __PR = ParameterReflection;

mixin __ReflectionMixin {
static final Version _version = Version.parse('2.3.0');
static final Version _version = Version.parse('2.3.1');

Version get reflectionFactoryVersion => _version;

Expand Down
4 changes: 2 additions & 2 deletions example/reflection_factory_example.reflection.g.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// GENERATED CODE - DO NOT MODIFY BY HAND!
// BUILDER: reflection_factory/2.3.0
// BUILDER: reflection_factory/2.3.1
// BUILD COMMAND: dart run build_runner build
//

Expand All @@ -20,7 +20,7 @@ typedef __TI<T> = TypeInfo<T>;
typedef __PR = ParameterReflection;

mixin __ReflectionMixin {
static final Version _version = Version.parse('2.3.0');
static final Version _version = Version.parse('2.3.1');

Version get reflectionFactoryVersion => _version;

Expand Down

0 comments on commit a091e7c

Please sign in to comment.