Skip to content

Commit

Permalink
. e change test_api v
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2025
1 parent 4ab15d9 commit ed52087
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.4
## 1.1.5
- Upgraded all dependencies to actuals.

## 1.1.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Add the following to your `pubspec.yaml` file:

```yaml
dependencies:
approval_tests: ^1.1.0
approval_tests: ^1.1.5
```
## 👀 Getting Started
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# * 0.0.4 for a minor release.
name: approval_tests
description: Approval Tests implementation in Dart. Inspired by ApprovalTests.
version: 1.1.4
version: 1.1.5
repository: https://github.com/approvals/ApprovalTests.Dart
homepage: https://github.com/approvals/ApprovalTests.Dart.git
issue_tracker: https://github.com/approvals/ApprovalTests.Dart/issues
Expand All @@ -22,7 +22,7 @@ dependencies:
test: ^1.25.15
talker: ^4.6.11
diff_match_patch2: ^0.5.0
test_api: ^0.7.4
test_api: ^0.7.3

dev_dependencies:
sizzle_lints: ^2.1.4

0 comments on commit ed52087

Please sign in to comment.