From 777c4ee1a97a4d7d3da5f3ac3cf0097a572ac3b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:00:17 -0300 Subject: [PATCH] chore: version packages (#486) * chore(release): publish packages - remix@0.0.2-alpha.1 * first release * changelog --------- Co-authored-by: GitHub Action Co-authored-by: Lucas Oliveira <62367544+tilucasoli@users.noreply.github.com> --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/remix/CHANGELOG.md | 2 +- packages/remix/pubspec.yaml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54539a5a7..41e994baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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-09-16 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`remix` - `v0.0.2-alpha.1`](#remix---v002-alpha1) + +--- + +#### `remix` - `v0.0.2-alpha.1` + + - Increasing the version + + ## 2024-09-16 ### Changes diff --git a/packages/remix/CHANGELOG.md b/packages/remix/CHANGELOG.md index ecc590555..486ebecd9 100644 --- a/packages/remix/CHANGELOG.md +++ b/packages/remix/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.0.1-alpha.1 +## 0.0.2-alpha.1 - First Release diff --git a/packages/remix/pubspec.yaml b/packages/remix/pubspec.yaml index 791950974..fc34d15c3 100644 --- a/packages/remix/pubspec.yaml +++ b/packages/remix/pubspec.yaml @@ -1,7 +1,7 @@ name: remix description: Completely unstyled, widgets designed to integrate with Mix -version: 0.0.1-alpha.1 +version: 0.0.2-alpha.1 environment: sdk: ">=3.3.0 <4.0.0"