Skip to content

Commit 3288196

Browse files
committed
release 1.2.1
1 parent e2d7fa6 commit 3288196

6 files changed

Lines changed: 28 additions & 7 deletions

File tree

packages/allure_dart_commons/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.2.1
4+
5+
This package is released from the `allure-dart` monorepo.
6+
7+
Release notes are maintained centrally in the repository releases:
8+
https://github.com/allure-framework/allure-dart/releases
9+
310
## 1.2.0
411

512
This package is released from the `allure-dart` monorepo.

packages/allure_dart_commons/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: allure_dart_commons
22
description: Framework-agnostic Allure lifecycle and result primitives for Dart.
3-
version: 1.2.0
3+
version: 1.2.1
44
homepage: https://github.com/allure-framework/allure-dart
55
repository: https://github.com/allure-framework/allure-dart
66
issue_tracker: https://github.com/allure-framework/allure-dart/issues
@@ -17,6 +17,6 @@ dependencies:
1717
yaml: ^3.1.3
1818

1919
dev_dependencies:
20-
allure_dart_test: ^1.2.0
20+
allure_dart_test: ^1.2.1
2121
lints: ^6.1.0
2222
test: ^1.25.0

packages/allure_dart_test/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.2.1
4+
5+
This package is released from the `allure-dart` monorepo.
6+
7+
Release notes are maintained centrally in the repository releases:
8+
https://github.com/allure-framework/allure-dart/releases
9+
310
## 1.2.0
411

512
This package is released from the `allure-dart` monorepo.

packages/allure_dart_test/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: allure_dart_test
22
description: Allure Report adapter for package:test suites in Dart.
3-
version: 1.2.0
3+
version: 1.2.1
44
homepage: https://github.com/allure-framework/allure-dart
55
repository: https://github.com/allure-framework/allure-dart
66
issue_tracker: https://github.com/allure-framework/allure-dart/issues
@@ -10,7 +10,7 @@ environment:
1010
sdk: ^3.8.0
1111

1212
dependencies:
13-
allure_dart_commons: ^1.2.0
13+
allure_dart_commons: ^1.2.1
1414
path: ^1.9.0
1515
test: ^1.25.0
1616
test_api: ^0.7.0

packages/allure_flutter_test/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.2.1
4+
5+
This package is released from the `allure-dart` monorepo.
6+
7+
Release notes are maintained centrally in the repository releases:
8+
https://github.com/allure-framework/allure-dart/releases
9+
310
## 1.2.0
411

512
This package is released from the `allure-dart` monorepo.

packages/allure_flutter_test/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: allure_flutter_test
22
description: Allure Report adapter for flutter_test and host-run integration_test.
3-
version: 1.2.0
3+
version: 1.2.1
44
homepage: https://github.com/allure-framework/allure-dart
55
repository: https://github.com/allure-framework/allure-dart
66
issue_tracker: https://github.com/allure-framework/allure-dart/issues
@@ -10,8 +10,8 @@ environment:
1010
flutter: '>=3.24.0'
1111

1212
dependencies:
13-
allure_dart_commons: ^1.2.0
14-
allure_dart_test: ^1.2.0
13+
allure_dart_commons: ^1.2.1
14+
allure_dart_test: ^1.2.1
1515
flutter:
1616
sdk: flutter
1717
flutter_test:

0 commit comments

Comments
 (0)