Skip to content

Commit ae52240

Browse files
davidmorgansrawlins
authored andcommitted
Release 5.5.0.
1 parent 464dfe9 commit ae52240

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.5.0
2+
3+
* Switch to `build` 3.0.0.
4+
* Require Dart SDK ^3.7.0.
5+
16
## 5.5.0-dev
27

38
* Switch to `build` 3.0.0-dev.

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mockito
2-
version: 5.5.0-dev
2+
version: 5.5.0
33
description: >-
44
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
55
behavior verification, and stubbing.
@@ -14,19 +14,19 @@ environment:
1414

1515
dependencies:
1616
analyzer: '>=7.5.5 <8.0.0'
17-
build: ^3.0.0-dev
17+
build: ^3.0.0
1818
code_builder: ^4.5.0
1919
collection: ^1.19.0
2020
dart_style: '>=2.3.7 <4.0.0'
2121
matcher: ^0.12.16
2222
meta: ^1.15.0
2323
path: ^1.9.0
24-
source_gen: ^3.0.0-dev
24+
source_gen: ^3.0.0
2525
test_api: ">=0.6.1 <0.8.0"
2626

2727
dev_dependencies:
2828
build_runner: ^2.5.0
29-
build_test: ^3.3.0-dev.2
29+
build_test: ^3.3.0
3030
build_web_compilers: ^4.2.0
3131
http: ^1.0.0
3232
lints: ^5.1.0

0 commit comments

Comments
 (0)