Skip to content

Commit 7b392e2

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

File tree

7 files changed

+47
-4
lines changed

7 files changed

+47
-4
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
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-10
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.4`](#gamepads---v014)
19+
- [`gamepads_windows` - `v0.1.2`](#gamepads_windows---v012)
20+
- [`gamepads_android` - `v0.1.3`](#gamepads_android---v013)
21+
22+
---
23+
24+
#### `gamepads` - `v0.1.4`
25+
26+
- Bump "gamepads" to `0.1.4`.
27+
28+
#### `gamepads_windows` - `v0.1.2`
29+
30+
- **FIX**: Update gamepad.cpp includes to fix windows compilation error ([#51](https://github.com/flame-engine/gamepads/issues/51)). ([d6b8ab43](https://github.com/flame-engine/gamepads/commit/d6b8ab4346b9e5f617dde5fcb54457721a54cb73))
31+
32+
#### `gamepads_android` - `v0.1.3`
33+
34+
- **FEAT**: Add AXIS_BRAKE and AXIS_GAS as supported axes on Android. ([#50](https://github.com/flame-engine/gamepads/issues/50)). ([adfb8d1f](https://github.com/flame-engine/gamepads/commit/adfb8d1fa2206571d6c59315697d3cf9c951b423))
35+
36+
637
## 2024-10-22
738

839
### Changes

packages/gamepads/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4
2+
3+
- Bump "gamepads" to `0.1.4`.
4+
15
## 0.1.4
26

37
- fix: Take other values than 1 into consideration for pressed buttons

packages/gamepads/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ environment:
2525
dependencies:
2626
flutter:
2727
sdk: flutter
28-
gamepads_android: ^0.1.2+2
28+
gamepads_android: ^0.1.3
2929
gamepads_darwin: ^0.1.2+2
3030
gamepads_ios: ^0.1.2+2
3131
gamepads_linux: ^0.1.1+3
3232
gamepads_platform_interface: ^0.1.2+1
33-
gamepads_windows: ^0.1.1+3
33+
gamepads_windows: ^0.1.2
3434

3535
dev_dependencies:
3636
flame_lint: ^0.2.0

packages/gamepads_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
- **FEAT**: Add AXIS_BRAKE and AXIS_GAS as supported axes on Android. ([#50](https://github.com/flame-engine/gamepads/issues/50)). ([adfb8d1f](https://github.com/flame-engine/gamepads/commit/adfb8d1fa2206571d6c59315697d3cf9c951b423))
4+
15
## 0.1.2+2
26

37
- Update a dependency to the latest release.

packages/gamepads_android/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gamepads_android
22
description: Android implementation of gamepads, a Flutter plugin to handle gamepad input across multiple platforms.
3-
version: 0.1.2+2
3+
version: 0.1.3
44
homepage: https://github.com/flame-engine/gamepads
55
repository: https://github.com/flame-engine/gamepads/tree/main/packages/gamepads_android
66

packages/gamepads_windows/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.2
2+
3+
- **FIX**: Update gamepad.cpp includes to fix windows compilation error ([#51](https://github.com/flame-engine/gamepads/issues/51)). ([d6b8ab43](https://github.com/flame-engine/gamepads/commit/d6b8ab4346b9e5f617dde5fcb54457721a54cb73))
4+
15
## 0.1.1+3
26

37
- Update a dependency to the latest release.

packages/gamepads_windows/pubspec.yaml

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

0 commit comments

Comments
 (0)