Skip to content

Commit 8354af9

Browse files
committed
chore(release): publish packages
- fleet@0.5.0+1 - fleet_imports@0.1.1+1
1 parent 39b939f commit 8354af9

File tree

5 files changed

+39
-3
lines changed

5 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2023-12-05
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`fleet` - `v0.5.0+1`](#fleet---v0501)
19+
- [`fleet_imports` - `v0.1.1+1`](#fleet_imports---v0111)
20+
21+
Packages with dependency updates only:
22+
23+
> 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.
24+
25+
- `fleet_imports` - `v0.1.1+1`
26+
27+
---
28+
29+
#### `fleet` - `v0.5.0+1`
30+
31+
- **FIX**: type and linter errors ([#54](https://github.com/blaugold/fleet/issues/54)). ([011f2dee](https://github.com/blaugold/fleet/commit/011f2deea5b00cfc204afc4fedac66b017b4c695))
32+
33+
634
## 2023-06-21
735

836
### Changes

packages/fleet/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0+1
2+
3+
- **FIX**: type and linter errors ([#54](https://github.com/blaugold/fleet/issues/54)). ([011f2dee](https://github.com/blaugold/fleet/commit/011f2deea5b00cfc204afc4fedac66b017b4c695))
4+
15
## 0.5.0
26

37
> Note: This release has breaking changes.

packages/fleet/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: fleet
22
description:
33
An animation Framework for Flutter. It is state-based, declarative,
44
extensible, composable and easy to use.
5-
version: 0.5.0
5+
version: 0.5.0+1
66
issue_tracker: https://github.com/blaugold/fleet/issues
77
homepage: https://github.com/blaugold/fleet/tree/main/packages/fleet
88
repository: https://github.com/blaugold/fleet

packages/fleet_imports/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1+1
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.1.1
26

37
- **FEAT**: add more drop-in replacements for Flutter widgets ([#53](https://github.com/blaugold/fleet/issues/53)). ([e79ac71a](https://github.com/blaugold/fleet/commit/e79ac71aad5ce4f353c9107f41b8df94ee895932))

packages/fleet_imports/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: fleet_imports
22
description:
33
Alternative imports for Flutter libraries, that substitute widgets for which
44
Fleet provides drop-in replacements.
5-
version: 0.1.1
5+
version: 0.1.1+1
66
issue_tracker: https://github.com/blaugold/fleet/issues
77
homepage: https://github.com/blaugold/fleet/tree/main/packages/fleet_imports
88
repository: https://github.com/blaugold/fleet
@@ -12,7 +12,7 @@ environment:
1212
flutter: '>=3.10.0'
1313

1414
dependencies:
15-
fleet: ^0.5.0
15+
fleet: ^0.5.0+1
1616
flutter:
1717
sdk: flutter
1818

0 commit comments

Comments
 (0)