Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ebwood committed Mar 17, 2024
1 parent 3644600 commit 606392d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-17

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`rfw_builder` - `v0.0.3+8`](#rfw_builder---v0038)

---

#### `rfw_builder` - `v0.0.3+8`

- more beautiful txtvisitor


## 2024-03-16

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/rfw_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3+8

- more beautiful txtvisitor

## 0.0.3+7

- fix loop reference parts issue
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw_builder/bin/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '0.0.3+7';
const version = '0.0.3+8';
2 changes: 1 addition & 1 deletion packages/rfw_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rfw_builder
description: |
A builder tool to generate RemoteFlutterWidget tree;
converting between .rfw and .rfwtxt formats, including the intermediate class RemoteWidgetLibrary.
version: 0.0.3+7
version: 0.0.3+8
repository: https://github.com/ebwood/rfwt

environment:
Expand Down

0 comments on commit 606392d

Please sign in to comment.