From 33f044688a0b8fba541e9f6f462687a35dce34ac Mon Sep 17 00:00:00 2001 From: gmpassos Date: Fri, 15 Aug 2025 21:18:09 -0300 Subject: [PATCH 1/2] v2.6.0-beta.1 --- CHANGELOG.md | 2 +- lib/src/reflection_factory_base.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd81d1b..c8e3f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.6.0 +## 2.6.0-beta.1 - Migrate to `analyzer: ^8.1.1` and `build: ^3.0.2`. diff --git a/lib/src/reflection_factory_base.dart b/lib/src/reflection_factory_base.dart index c04cc8d..4e299d2 100644 --- a/lib/src/reflection_factory_base.dart +++ b/lib/src/reflection_factory_base.dart @@ -20,7 +20,7 @@ import 'reflection_factory_utils.dart'; /// Class with all registered reflections ([ClassReflection]). class ReflectionFactory { // ignore: constant_identifier_names - static const String VERSION = '2.6.0'; + static const String VERSION = '2.6.0-beta.1'; static final ReflectionFactory _instance = ReflectionFactory._(); diff --git a/pubspec.yaml b/pubspec.yaml index d2c5c4d..4328ea1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: reflection_factory description: Allows Dart reflection with an easy approach, even for third-party classes, using code generation portable for all Dart platforms. -version: 2.6.0 +version: 2.6.0-beta.1 homepage: https://github.com/gmpassos/reflection_factory environment: From 1cd159dce50bb391df88310e2407b3acafe8c30a Mon Sep 17 00:00:00 2001 From: gmpassos Date: Fri, 15 Aug 2025 21:19:16 -0300 Subject: [PATCH 2/2] reflection --- example/reflection_factory_bridge_example.reflection.g.dart | 4 ++-- example/reflection_factory_example.reflection.g.dart | 4 ++-- test/src/reflection/user_with_reflection.g.dart | 4 ++-- test/src/user_reflection_bridge.reflection.g.dart | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/reflection_factory_bridge_example.reflection.g.dart b/example/reflection_factory_bridge_example.reflection.g.dart index 25fabdc..434b924 100644 --- a/example/reflection_factory_bridge_example.reflection.g.dart +++ b/example/reflection_factory_bridge_example.reflection.g.dart @@ -1,6 +1,6 @@ // // GENERATED CODE - DO NOT MODIFY BY HAND! -// BUILDER: reflection_factory/2.6.0 +// BUILDER: reflection_factory/2.6.0-beta.1 // BUILD COMMAND: dart run build_runner build // @@ -22,7 +22,7 @@ typedef __TI = TypeInfo; typedef __PR = ParameterReflection; mixin __ReflectionMixin { - static final Version _version = Version.parse('2.6.0'); + static final Version _version = Version.parse('2.6.0-beta.1'); Version get reflectionFactoryVersion => _version; diff --git a/example/reflection_factory_example.reflection.g.dart b/example/reflection_factory_example.reflection.g.dart index 5214d0e..83fa5ab 100644 --- a/example/reflection_factory_example.reflection.g.dart +++ b/example/reflection_factory_example.reflection.g.dart @@ -1,6 +1,6 @@ // // GENERATED CODE - DO NOT MODIFY BY HAND! -// BUILDER: reflection_factory/2.6.0 +// BUILDER: reflection_factory/2.6.0-beta.1 // BUILD COMMAND: dart run build_runner build // @@ -22,7 +22,7 @@ typedef __TI = TypeInfo; typedef __PR = ParameterReflection; mixin __ReflectionMixin { - static final Version _version = Version.parse('2.6.0'); + static final Version _version = Version.parse('2.6.0-beta.1'); Version get reflectionFactoryVersion => _version; diff --git a/test/src/reflection/user_with_reflection.g.dart b/test/src/reflection/user_with_reflection.g.dart index 170f11f..b408e1c 100644 --- a/test/src/reflection/user_with_reflection.g.dart +++ b/test/src/reflection/user_with_reflection.g.dart @@ -1,6 +1,6 @@ // // GENERATED CODE - DO NOT MODIFY BY HAND! -// BUILDER: reflection_factory/2.6.0 +// BUILDER: reflection_factory/2.6.0-beta.1 // BUILD COMMAND: dart run build_runner build // @@ -22,7 +22,7 @@ typedef __TI = TypeInfo; typedef __PR = ParameterReflection; mixin __ReflectionMixin { - static final Version _version = Version.parse('2.6.0'); + static final Version _version = Version.parse('2.6.0-beta.1'); Version get reflectionFactoryVersion => _version; diff --git a/test/src/user_reflection_bridge.reflection.g.dart b/test/src/user_reflection_bridge.reflection.g.dart index 64da860..72ef7e5 100644 --- a/test/src/user_reflection_bridge.reflection.g.dart +++ b/test/src/user_reflection_bridge.reflection.g.dart @@ -1,6 +1,6 @@ // // GENERATED CODE - DO NOT MODIFY BY HAND! -// BUILDER: reflection_factory/2.6.0 +// BUILDER: reflection_factory/2.6.0-beta.1 // BUILD COMMAND: dart run build_runner build // @@ -22,7 +22,7 @@ typedef __TI = TypeInfo; typedef __PR = ParameterReflection; mixin __ReflectionMixin { - static final Version _version = Version.parse('2.6.0'); + static final Version _version = Version.parse('2.6.0-beta.1'); Version get reflectionFactoryVersion => _version;