Skip to content

Commit

Permalink
. e v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2025
1 parent ed52087 commit 934b935
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.5
## 1.1.6
- 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.5
approval_tests: ^1.1.6
```
## 👀 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.5
version: 1.1.6
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 @@ -19,7 +19,7 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
test: ^1.25.15
test: ^1.25.2
talker: ^4.6.11
diff_match_patch2: ^0.5.0
test_api: ^0.7.3
Expand Down

0 comments on commit 934b935

Please sign in to comment.