Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - daco@0.2.6
  • Loading branch information
blaugold committed May 10, 2023
1 parent caea2dc commit 81c491b
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.

## 2023-05-10

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`daco` - `v0.2.6`](#daco---v026)

---

#### `daco` - `v0.2.6`

- **FEAT**: support Dart 3 ([#29](https://github.com/blaugold/daco/issues/29)). ([caea2dc0](https://github.com/blaugold/daco/commit/caea2dc0a751ba3a241f04fd52fbca9de69a9d60))


## 2023-02-07

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

- **FEAT**: support Dart 3 ([#29](https://github.com/blaugold/daco/issues/29)). ([caea2dc0](https://github.com/blaugold/daco/commit/caea2dc0a751ba3a241f04fd52fbca9de69a9d60))

## 0.2.5+0

## 0.2.5
Expand Down
2 changes: 1 addition & 1 deletion packages/daco/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: daco
description:
A tool for maintaining Dart comments. Supports formatting of comments,
including embedded Dart code.
version: 0.2.5+0
version: 0.2.6
homepage: https://github.com/blaugold/daco/tree/main/packages/daco
repository: https://github.com/blaugold/daco
issue_tracker: https://github.com/blaugold/daco/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/daco/tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ environment:

dependencies:
analyzer_plugin: ^0.11.0
daco: 0.2.5+0
daco: 0.2.6
web_socket_channel: ^2.2.0

0 comments on commit 81c491b

Please sign in to comment.