Skip to content

Commit bd6ce24

Browse files
authored
Use source_gen 3.0.0. (kevmoo#89)
1 parent e2623d6 commit bd6ce24

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 1.3.0-dev
1+
## 1.3.0
22

3-
- Switch to analyzer element2 model and `build: ^3.0.0-dev`.
3+
- Switch to analyzer element2 model and `build: ^3.0.0`.
44

55
## 1.2.0
66

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: source_gen_test
2-
version: 1.3.0-dev
2+
version: 1.3.0
33
description: >-
44
Test support for the source_gen package.
55
Includes helpers to make it easy to validate both success and failure cases.
@@ -10,12 +10,12 @@ environment:
1010

1111
dependencies:
1212
analyzer: ">=6.5.0 <8.0.0"
13-
build: ^3.0.0-dev
13+
build: ^3.0.0
1414
build_test: ^3.2.0
1515
dart_style: '>=2.3.7 <4.0.0'
1616
meta: ^1.15.0
1717
path: ^1.9.0
18-
source_gen: ^3.0.0-dev
18+
source_gen: ^3.0.0
1919
test: ^1.24.4
2020

2121
dev_dependencies:

0 commit comments

Comments
 (0)