Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jan 31, 2025
1 parent 9f8983e commit 1a53d77
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-01-30

### Changes

---

Packages with breaking changes:

- [`unnested` - `v1.0.0-dev.5`](#unnested---v100-dev5)

Packages with other changes:

- There are no other changes in this release.

---

#### `unnested` - `v1.0.0-dev.5`

- **REFACTOR**: switch analysis to very_good_analysis.
- **FIX**: add proper support for melos v3.
- **BREAKING** **FEAT**: update to Dart3 and modernize code ([#13](https://github.com/GregoryConrad/unnested/issues/13)).

8 changes: 8 additions & 0 deletions packages/unnested/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.0-dev.5

> Note: This release has breaking changes.
- **REFACTOR**: switch analysis to very_good_analysis.
- **FIX**: add proper support for melos v3.
- **BREAKING** **FEAT**: update to Dart3 and modernize code ([#13](https://github.com/GregoryConrad/unnested/issues/13)).

## 1.0.0-dev.4

- **FIX**: fix code analysis.
Expand Down
2 changes: 1 addition & 1 deletion packages/unnested/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
unnested: ^1.0.0-dev.4
unnested: ^1.0.0-dev.5

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/unnested/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: unnested
version: 1.0.0-dev.4
version: 1.0.0-dev.5
description: >
The easy way to unnest even the most complicated of widget trees.
homepage: https://github.com/GregoryConrad/unnested
Expand Down

0 comments on commit 1a53d77

Please sign in to comment.