Skip to content

Commit 69290dd

Browse files
committed
Incremented version number.
1 parent 1b4cb51 commit 69290dd

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.2.7
2+
* Updated dependencies.
3+
* Added topics to `pubspec.yaml`.
4+
15
## 0.2.6
26
* Updated dependencies.
3-
* Removed dependency on package `meta`.
7+
* Removed explicit dependency on package `meta`.
48

59
## 0.2.5
610

pubspec.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@ description: MergingBuilder reads several input files and writes merged output
44
to one file. StandaloneBuilder enables output to a custom folder with custom
55
output file name.
66

7-
version: 0.2.6
7+
version: 0.2.7
88

99
homepage: https://github.com/simphotonics/merging_builder
1010

11+
topics:
12+
- builder
13+
- build-runner
14+
- source-code-generator
15+
16+
17+
1118
environment:
1219
sdk: '^3.0.0'
1320

@@ -16,15 +23,14 @@ dependencies:
1623
build: ^2.4.1
1724
build_runner: ^2.4.9
1825
dart_style: ^2.3.6
19-
directed_graph: ^0.4.1
26+
directed_graph: ^0.4.3
2027
exception_templates: ^0.3.0
2128
file: ^7.0.0
2229
glob: ^2.1.2
23-
lazy_memo: ^0.2.2
30+
lazy_memo: ^0.2.3
2431
path: ^1.9.0
25-
quote_buffer: ^0.2.5
2632
source_gen: ^1.5.0
27-
dependency_overrides: null
33+
#dependency_overrides:
2834
# source_gen:
2935
# git:
3036
# url: [email protected]:dart-lang/source_gen.git

0 commit comments

Comments
 (0)