File tree 4 files changed +27
-2
lines changed
4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
27
## 2025-02-10
7
28
8
29
### Changes
Original file line number Diff line number Diff line change
1
+ ## 0.1.5
2
+
3
+ - Bump version to 0.1.5 (due to previous manual versioning)
4
+
1
5
## 0.1.4
2
6
3
7
- Bump "gamepads" to ` 0.1.4 ` .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
dependencies :
11
11
flutter :
12
12
sdk : flutter
13
- gamepads : ^0.1.4
13
+ gamepads : ^0.1.5
14
14
15
15
dev_dependencies :
16
16
flame_lint : ^0.2.0
Original file line number Diff line number Diff line change 1
1
name : gamepads
2
2
description : A Flutter plugin to handle gamepad input across multiple platforms.
3
- version : 0.1.4
3
+ version : 0.1.5
4
4
homepage : https://github.com/flame-engine/gamepads
5
5
repository : https://github.com/flame-engine/gamepads/tree/main/packages/gamepads
6
6
You can’t perform that action at this time.
0 commit comments