Skip to content

Commit 2451435

Browse files
committed
chore: bump package version to 0.4.1 for tag-based publishing
1 parent b1176cd commit 2451435

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.1
2+
3+
- Switched pub.dev publishing workflow to the official `dart-lang/setup-dart` reusable workflow.
4+
- Updated publishing trigger strategy for trusted publisher tag-push flow.
5+
16
## 0.4.0
27

38
- Added custom style authoring APIs:

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "0.4.0"
71+
version: "0.4.1"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_json_render
22
description: "Guardrailed JSON-to-Widget renderer for Flutter and Dart."
3-
version: 0.4.0
3+
version: 0.4.1
44
homepage: "https://github.com/Dev-Beom/flutter-json-render"
55
repository: "https://github.com/Dev-Beom/flutter-json-render"
66
issue_tracker: "https://github.com/Dev-Beom/flutter-json-render/issues"

0 commit comments

Comments
 (0)