Skip to content

Commit 9f63ca8

Browse files
committed
chore(release): publish packages
- alchemist_test_reporter@1.2.0 - allure_report@1.3.0 - allure_server_cli@1.1.0 - test_reporter@1.2.0
1 parent 22a2893 commit 9f63ca8

File tree

11 files changed

+96
-10
lines changed

11 files changed

+96
-10
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 2025-05-25
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`alchemist_test_reporter` - `v1.2.0`](#alchemist_test_reporter---v120)
19+
- [`allure_report` - `v1.3.0`](#allure_report---v130)
20+
- [`allure_server_cli` - `v1.1.0`](#allure_server_cli---v110)
21+
- [`test_reporter` - `v1.2.0`](#test_reporter---v120)
22+
23+
---
24+
25+
#### `alchemist_test_reporter` - `v1.2.0`
26+
27+
- **FEAT**: add allure diff support.
28+
- **FEAT**(alchemist_reports): add alchemist test reporter package.
29+
30+
#### `allure_report` - `v1.3.0`
31+
32+
- **REFACTOR**: remove redundant comments.
33+
- **FIX**(allure): handle flutter golden assertions.
34+
- **FIX**: handle flutter errors.
35+
- **FEAT**: add allure diff support.
36+
- **FEAT**(allure): add epic/feature/story support.
37+
- **FEAT**(allure): add meta helpers.
38+
- **FEAT**(test_reporter): extract hard coded reporter in its own package.
39+
- **DOCS**: add example.
40+
- **DOCS**: add doc comments.
41+
42+
#### `allure_server_cli` - `v1.1.0`
43+
44+
- **REFACTOR**: remove redundant comments.
45+
- **FIX**: fix environment invalid logic.
46+
- **FEAT**(allures): add header and basic auth support.
47+
48+
#### `test_reporter` - `v1.2.0`
49+
50+
- **FIX**(windows): fix test_reporter running on Windows (#8).
51+
- **FIX**(test_reporter): add onError callback to event listener.
52+
- **FEAT**(test_reporter): extract hard coded reporter in its own package.
53+
- **DOCS**: add docs and example.
54+
- **DOCS**(test_reporter): document test_reporter.
55+

apps/plain_dart_package/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
# path: ^1.8.0
1212

1313
dev_dependencies:
14-
allure_report: ^1.2.5
15-
test_reporter: ^1.1.5
14+
allure_report: ^1.3.0
15+
test_reporter: ^1.2.0
1616
lints: ^5.0.0
1717
test: ^1.24.0

apps/sandbox/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dev_dependencies:
2626

2727

2828
# reporter
29-
allure_report: ^1.2.5
30-
test_reporter: ^1.0.0
31-
alchemist_test_reporter: ^1.0.0
29+
allure_report: ^1.3.0
30+
test_reporter: ^1.2.0
31+
alchemist_test_reporter: ^1.2.0
3232

3333
# other
3434
path: ^1.9.0

packages/alchemist_test_reporter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.0
2+
3+
- **FEAT**: add allure diff support.
4+
- **FEAT**(alchemist_reports): add alchemist test reporter package.
5+
16
## 1.1.0
27

38
- **feat:** add diff file generation

packages/alchemist_test_reporter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: alchemist_test_reporter
22
description: Alchemist Test Reporter Addon
3-
version: 1.1.0
3+
version: 1.2.0
44
homepage: https://github.com/rIIh/dart_test_reporter
55
issue_tracker: https://github.com/rIIh/dart_test_reporter/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+%5Balchemist_test_reporter%5D
66

packages/allure_report/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.3.0
2+
3+
- **REFACTOR**: remove redundant comments.
4+
- **FIX**(allure): handle flutter golden assertions.
5+
- **FIX**: handle flutter errors.
6+
- **FEAT**: add allure diff support.
7+
- **FEAT**(allure): add epic/feature/story support.
8+
- **FEAT**(allure): add meta helpers.
9+
- **FEAT**(test_reporter): extract hard coded reporter in its own package.
10+
- **DOCS**: add example.
11+
- **DOCS**: add doc comments.
12+
113
## 1.2.5
214

315
- **fix:** handle flutter golden assertions

packages/allure_report/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: allure_report
22
description: Allure Report Adapter. Use it with [test_reporter](https://pub.dev/packages/test_reporter) package
3-
version: 1.2.5
3+
version: 1.3.0
44
repository: https://github.com/rIIh/dart_test_reporter
55
issue_tracker: https://github.com/rIIh/dart_test_reporter/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+%5Ballure_report%5D
66

@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
path: ^1.9.0
1212
freezed_annotation: ^2.4.1
13-
test_reporter: ^1.1.0
13+
test_reporter: ^1.2.0
1414
universal_io: ^2.2.2
1515
uuid: ^4.4.0
1616
mime: ^2.0.0

packages/allure_server_cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.0
2+
3+
- **REFACTOR**: remove redundant comments.
4+
- **FIX**: fix environment invalid logic.
5+
- **FEAT**(allures): add header and basic auth support.
6+
17
## 1.0.3
28

39
- lower dart sdk version bound

packages/allure_server_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: allure_server_cli
22
description: CLI tool for communication with [Allure Server](https://github.com/kochetkov-ma/allure-server)
3-
version: 1.0.3
3+
version: 1.1.0
44
repository: https://github.com/rIIh/dart_test_reporter
55
issue_tracker: https://github.com/rIIh/dart_test_reporter/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+%5Ballure_server_cli%5D
66

packages/test_reporter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.2.0
2+
3+
- **FIX**(windows): fix test_reporter running on Windows (#8).
4+
- **FIX**(test_reporter): add onError callback to event listener.
5+
- **FEAT**(test_reporter): extract hard coded reporter in its own package.
6+
- **DOCS**: add docs and example.
7+
- **DOCS**(test_reporter): document test_reporter.
8+
19
## 1.1.5
210

311
- **docs:** add example

0 commit comments

Comments
 (0)