Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit a6cf941

Browse files
authored
Merge pull request #32 from davidmorgan/upgrade
Upgrade analyzer, build and source_gen dependencies. Release 0.1.4.
2 parents 2354e3e + aa4b120 commit a6cf941

File tree

7 files changed

+40
-35
lines changed

7 files changed

+40
-35
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.4
4+
5+
- Upgrade analyzer, build and source_gen dependencies.
6+
37
## 0.1.3
48

59
- Fix serialization when built_value builder is fully generated.

built_json/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: built_json
2-
version: 0.1.3
2+
version: 0.1.4
33
description: >
44
JSON serialization for Built Collections, Built Values and Enum Classes.
55
This library is the runtime dependency.

built_json_generator/lib/src/source_class.g.dart

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

built_json_generator/lib/src/source_field.g.dart

+10-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

built_json_generator/lib/src/source_library.g.dart

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

built_json_generator/pubspec.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: built_json_generator
2-
version: 0.1.3
2+
version: 0.1.4
33
description: >
44
JSON serialization for Built Collections, Built Values and Enum Classes.
55
This library is the dev dependency.
@@ -11,15 +11,15 @@ environment:
1111
sdk: '>=1.12.0-dev.5.10 <2.0.0'
1212

1313
dependencies:
14-
analyzer: '>=0.27.1 <0.28.0'
15-
build: '^0.3.0'
14+
analyzer: '>=0.28.0 <0.29.0'
15+
build: '^0.4.0'
1616
built_collection: '^1.0.1'
17-
built_json: '^0.1.3'
17+
built_json: '^0.1.4'
1818
source_gen: '>=0.5.0 <0.6.0'
1919
quiver: '>=0.21.0 <0.22.0'
2020

2121
dev_dependencies:
22-
build_test: '^0.1.0'
22+
build_test: '^0.2.0'
2323
built_value: '^0.1.0'
2424
built_value_generator: '^0.1.0'
2525
test: any

example/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: example
2-
version: 0.1.3
2+
version: 0.1.4
33
description: >
44
Just an example, not for publishing.
55
authors:
@@ -11,12 +11,12 @@ environment:
1111

1212
dependencies:
1313
built_collection: '^1.0.0'
14-
built_json: '^0.1.3'
14+
built_json: '^0.1.4'
1515
built_value: '^0.1.3'
1616
enum_class: '^1.0.0'
1717

1818
dev_dependencies:
19-
built_json_generator: '^0.1.3'
19+
built_json_generator: '^0.1.4'
2020
built_value_generator: '^0.1.3'
2121
enum_class_generator: '^1.0.0'
2222
test: any

0 commit comments

Comments
 (0)