Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2024
1 parent 1a1d9d9 commit 1ca13d0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ApprovalTests is designed for two level: Dart and Flutter. <br>
| Package | Version | Description |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
| [approval_tests](https://github.com/approvals/ApprovalTests.Dart/tree/feature/approval_tests_flutter/packages/approval_tests) | [![Pub](https://img.shields.io/pub/v/approval_tests.svg?style=flat-square)](https://pub.dev/packages/approval_tests) | **Dart** package for approval testing of `unit` tests *(main)* |
| [approval_tests_flutter](https://github.com/approvals/ApprovalTests.Dart/tree/feature/approval_tests_flutter/packages/approval_tests_flutter) | [![Pub](https://img.shields.io/pub/v/approval_tests.svg)](https://pub.dev/packages/approval_tests_flutter) | **Flutter** package for approval testing of `widget`, `integration` tests |
| [approval_tests_flutter](https://github.com/approvals/ApprovalTests.Dart/tree/feature/approval_tests_flutter/packages/approval_tests_flutter) | [![Pub](https://img.shields.io/pub/v/approval_tests_flutter.svg)](https://pub.dev/packages/approval_tests_flutter) | **Flutter** package for approval testing of `widget`, `integration` tests |


## 📋 How it works
Expand Down
5 changes: 4 additions & 1 deletion packages/approval_tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 1.1.0
- Updated README.md file.

- Breaking release:
## 1.1.0

- **Breaking release**:
- Added new reporter: `GitReporter`. It allows you to use `git` to view the differences between the received and approved files.
- Added support to approve files using CLI. Now you can approve files using the command line: `dart run approval_tests:review`
- Added support to use ApprovalTests during widget tests.
Expand Down
2 changes: 1 addition & 1 deletion packages/approval_tests/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.0
version: 1.1.1
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 Down
11 changes: 9 additions & 2 deletions packages/approval_tests_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## 1.1.0
- Updated README.md file.


## 1.1.0

- **Breaking release**:
- Added new reporter: `GitReporter`. It allows you to use `git` to view the differences between the received and approved files.
- Added support to approve files using CLI. Now you can approve files using the command line: `dart run approval_tests:review`
- **Approval Tests Flutter**: Added support to use ApprovalTests during widget, integration tests.
Thanks to **[Richard Coutts](https://github.com/buttonsrtoys)**
- Added support to use ApprovalTests during widget tests.
- Added header to generated files. For resolved issues you can add this to approved files:
'# This file was generated by approval_tests. Please do not edit.\n'
- Some minor changes and code improvements.
Thanks to [Richard Coutts](https://github.com/buttonsrtoys)

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/approval_tests_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<br>
<p align="center">
<a href="https://app.codecov.io/gh/approvals/ApprovalTests.Dart"><img src="https://codecov.io/gh/approvals/ApprovalTests.Dart/branch/main/graph/badge.svg" alt="codecov"></a>
<a href="https://pub.dev/packages/approval_tests"><img src="https://img.shields.io/pub/v/approval_tests_flutter.svg" alt="Pub"></a>
<a href="https://pub.dev/packages/approval_tests_flutter"><img src="https://img.shields.io/pub/v/approval_tests_flutter.svg" alt="Pub"></a>
<a href="http://www.apache.org/licenses/"><img src="https://img.shields.io/badge/license-APACHE-blue.svg" alt="License: APACHE"></a>
<a href="https://github.com/approvals/ApprovalTests.Dart"><img src="https://hits.dwyl.com/approvals/ApprovalTests.Dart.svg?style=flat" alt="Repository views"></a>
<a href="https://github.com/approvals/ApprovalTests.Dart"><img src="https://img.shields.io/github/stars/approvals/ApprovalTests.Dart?style=social" alt="Stars"></a>
Expand Down
2 changes: 1 addition & 1 deletion packages/approval_tests_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: approval_tests_flutter
description: Approval Tests implementation in Dart (Flutter). Inspired by ApprovalTests.
version: 1.1.0
version: 1.1.1
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 Down

0 comments on commit 1ca13d0

Please sign in to comment.