Skip to content

Commit 7478918

Browse files
authored
chore(release): Publish packages (#53)
1 parent 7b392e2 commit 7478918

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
## 2025-02-11
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+
- [`gamepads` - `v0.1.5`](#gamepads---v015)
19+
20+
---
21+
22+
#### `gamepads` - `v0.1.5`
23+
24+
- Bump version to 0.1.5 (due to previous manual versioning)
25+
26+
627
## 2025-02-10
728

829
### Changes

packages/gamepads/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.5
2+
3+
- Bump version to 0.1.5 (due to previous manual versioning)
4+
15
## 0.1.4
26

37
- Bump "gamepads" to `0.1.4`.

packages/gamepads/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
gamepads: ^0.1.4
13+
gamepads: ^0.1.5
1414

1515
dev_dependencies:
1616
flame_lint: ^0.2.0

packages/gamepads/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gamepads
22
description: A Flutter plugin to handle gamepad input across multiple platforms.
3-
version: 0.1.4
3+
version: 0.1.5
44
homepage: https://github.com/flame-engine/gamepads
55
repository: https://github.com/flame-engine/gamepads/tree/main/packages/gamepads
66

0 commit comments

Comments
 (0)