Skip to content

Commit

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

## 2024-08-27

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`velvet_cli` - `v0.0.1-dev.3`](#velvet_cli---v001-dev3)
- [`velvet_framework` - `v0.0.1-dev.46`](#velvet_framework---v001-dev46)
- [`splash_velvet_plugin` - `v0.0.1-dev.10`](#splash_velvet_plugin---v001-dev10)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `splash_velvet_plugin` - `v0.0.1-dev.10`

---

#### `velvet_cli` - `v0.0.1-dev.3`

- **FIX**: make:route now create a StatelessWidget page. ([1074c541](https://github.com/dedecube/velvet/commit/1074c54111e6557f7de0691ea2a22cc1954316cf))

#### `velvet_framework` - `v0.0.1-dev.46`

- **FEAT**: add useBool input and change exception matcher stuff to more verbose and intuitive names. ([054ad918](https://github.com/dedecube/velvet/commit/054ad9184ecdbe6daaef4a5c0d1dd9ead8c3aa08))


## 2024-08-26

### Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/velvet_basic_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
sdk: flutter
velvet_annotation: ^0.0.1-dev.8
connectivity_velvet_plugin: ^0.0.1-dev.0
velvet_cli: ^0.0.1-dev.2
velvet_framework: ^0.0.1-dev.45
velvet_cli: ^0.0.1-dev.3
velvet_framework: ^0.0.1-dev.46

dev_dependencies:
build_runner: ^2.4.9
Expand Down
4 changes: 4 additions & 0 deletions packages/velvet_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-dev.3

- **FIX**: make:route now create a StatelessWidget page. ([1074c541](https://github.com/dedecube/velvet/commit/1074c54111e6557f7de0691ea2a22cc1954316cf))

## 0.0.1-dev.2

- **FEAT**: update route stub to extends VelvetRoute. ([f685b642](https://github.com/dedecube/velvet/commit/f685b642a006e2df353051b25395bfc9b3c2c3d8))
Expand Down
2 changes: 1 addition & 1 deletion packages/velvet_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: velvet_cli
description: The CLI tool for the Velvet projects. It will help to speed up the development process.
version: 0.0.1-dev.2
version: 0.0.1-dev.3
homepage: https://github.com/dedecube/velvet/tree/main/packages/velvet_cli

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/velvet_framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-dev.46

- **FEAT**: add useBool input and change exception matcher stuff to more verbose and intuitive names. ([054ad918](https://github.com/dedecube/velvet/commit/054ad9184ecdbe6daaef4a5c0d1dd9ead8c3aa08))

## 0.0.1-dev.45

- **FIX**: restore allowReassignment in VelvetContainer. ([090dbc1e](https://github.com/dedecube/velvet/commit/090dbc1e781f33516b3dfcc2d53975b70902eab9))
Expand Down
2 changes: 1 addition & 1 deletion packages/velvet_framework/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: velvet_framework
description: A framework for building Flutter applications based on Riverpod and GoRouter.
version: 0.0.1-dev.45
version: 0.0.1-dev.46
homepage: https://github.com/dedecube/velvet/tree/main/packages/velvet_framework

environment:
Expand Down
2 changes: 1 addition & 1 deletion plugins/connectivity_velvet_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
velvet_annotation: ^0.0.1-dev.8
velvet_framework: ^0.0.1-dev.45
velvet_framework: ^0.0.1-dev.46

dev_dependencies:
build_runner: ^2.4.9
Expand Down
2 changes: 1 addition & 1 deletion plugins/dev_panel_velvet_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
velvet_annotation: ^0.0.1-dev.8
velvet_framework: ^0.0.1-dev.45
velvet_framework: ^0.0.1-dev.46
flutter_native_splash: ^2.4.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion plugins/http_client_velvet_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
velvet_annotation: ^0.0.1-dev.8
velvet_framework: ^0.0.1-dev.45
velvet_framework: ^0.0.1-dev.46

dev_dependencies:
build_runner: ^2.4.9
Expand Down
4 changes: 4 additions & 0 deletions plugins/splash_velvet_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.1-dev.10

- Update a dependency to the latest release.

## 0.0.1-dev.9

- **FIX**: use register instead of boot. ([ad9586b8](https://github.com/dedecube/velvet/commit/ad9586b8e33bbd9896bc0f0809ca4a373e85bff5))
Expand Down
4 changes: 2 additions & 2 deletions plugins/splash_velvet_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: splash_velvet_plugin
description: A plugin that interacts with flutter_native_splash.
version: 0.0.1-dev.9
version: 0.0.1-dev.10
homepage: https://github.com/dedecube/velvet/tree/main/plugins/http_client_velvet_plugin

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
velvet_annotation: ^0.0.1-dev.8
velvet_framework: ^0.0.1-dev.45
velvet_framework: ^0.0.1-dev.46
flutter_native_splash: ^2.4.1

dev_dependencies:
Expand Down

0 comments on commit c668b48

Please sign in to comment.