Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - _ardera_common_libc_bindings@0.3.1
 - flutterpi_gstreamer_video_player@0.1.1
 - linux_can@0.1.0+1
 - linux_serial@0.2.3+4
 - linux_spidev@0.2.1+4
 - flutter_gpiod@0.5.1+4
  • Loading branch information
ardera committed Jul 18, 2023
1 parent e597541 commit 6e0a5f3
Show file tree
Hide file tree
Showing 14 changed files with 81 additions and 11 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,50 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-07-18

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`_ardera_common_libc_bindings` - `v0.3.1`](#_ardera_common_libc_bindings---v031)
- [`flutterpi_gstreamer_video_player` - `v0.1.1`](#flutterpi_gstreamer_video_player---v011)
- [`linux_can` - `v0.1.0+1`](#linux_can---v0101)
- [`linux_serial` - `v0.2.3+4`](#linux_serial---v0234)
- [`linux_spidev` - `v0.2.1+4`](#linux_spidev---v0214)
- [`flutter_gpiod` - `v0.5.1+4`](#flutter_gpiod---v0514)

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.
- `linux_serial` - `v0.2.3+4`
- `linux_spidev` - `v0.2.1+4`
- `flutter_gpiod` - `v0.5.1+4`

---

#### `_ardera_common_libc_bindings` - `v0.3.1`

- **FEAT**(bindings): add `ARPHRD_...` bindings. ([b123003f](https://github.com/ardera/flutter_packages/commit/b123003f7e08b6b3da220d5a95391735a1cefef7))

#### `flutterpi_gstreamer_video_player` - `v0.1.1`

- **FEAT**(flutterpi_gstreamer_video_player_example): add exit button. ([7d4f37c6](https://github.com/ardera/flutter_packages/commit/7d4f37c678bea11d92975e3185f01f85b380e1b5))

#### `linux_can` - `v0.1.0+1`

- **REFACTOR**(linux_can): Use binding instead of magic nr. ([e5975413](https://github.com/ardera/flutter_packages/commit/e597541357b5809ed834e52e26d319bfeba5483c))
- **REFACTOR**(linux_can): use rtnetlink fd for querying MTU. ([78a933ed](https://github.com/ardera/flutter_packages/commit/78a933edc96acac75fd91ac6992904d933141c98))
- **FIX**(linux_can): More robust checking for CAN device. ([78e2f805](https://github.com/ardera/flutter_packages/commit/78e2f805871035422800de0b27c8241d36fe8f9a))


## 2023-07-03

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/_ardera_common_libc_bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1

- **FEAT**(bindings): add `ARPHRD_...` bindings. ([b123003f](https://github.com/ardera/flutter_packages/commit/b123003f7e08b6b3da220d5a95391735a1cefef7))

## 0.3.0+2

- **FIX**: ioctlPtr. ([c3994b74](https://github.com/ardera/flutter_packages/commit/c3994b741933f8440ae83f4182113b21f15e06ed))
Expand Down
2 changes: 1 addition & 1 deletion packages/_ardera_common_libc_bindings/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: _ardera_common_libc_bindings
description: |
Some common libc bindings. (ioctl, gpio, stuff like that)
version: 0.3.0+2
version: 0.3.1
repository: https://github.com/ardera/flutter_packages/

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

- Update a dependency to the latest release.

## 0.5.1+3

- **FIX**: don't block infinitely waiting for gpio events. ([81123cfe](https://github.com/ardera/flutter_packages/commit/81123cfe0acc75a0512f43cb7131abc3fb4cecb4))
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_gpiod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_gpiod
description:
Dart package for accessing GPIO using the GPIO character device interface on linux / Android (root required).
Supports signal edge listening, active state, open source/drain and (if supported by platform) bias.
version: 0.5.1+3
version: 0.5.1+4
homepage: https://ardera.dev/
repository: https://github.com/ardera/flutter_packages

Expand All @@ -14,4 +14,4 @@ dependencies:
ffi: ^2.0.0
tuple: ^2.0.0
path: ^1.8.0
_ardera_common_libc_bindings: ^0.3.0+2
_ardera_common_libc_bindings: ^0.3.1
2 changes: 1 addition & 1 deletion packages/flutter_gpiod_test_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_gpiod: ^0.5.1+3
flutter_gpiod: ^0.5.1+4
dev_dependencies:
integration_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/flutterpi_gstreamer_video_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

- **FEAT**(flutterpi_gstreamer_video_player_example): add exit button. ([7d4f37c6](https://github.com/ardera/flutter_packages/commit/7d4f37c678bea11d92975e3185f01f85b380e1b5))

## 0.1.0+1

- **FIX**: formatting in video player example. ([19e2a8a9](https://github.com/ardera/flutter_packages/commit/19e2a8a908b5d37f5c632482bceca1cc876ae41a))
Expand Down
2 changes: 1 addition & 1 deletion packages/flutterpi_gstreamer_video_player/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutterpi_gstreamer_video_player
description: video_player platform implementation for flutter-pi.
version: 0.1.0+1
version: 0.1.1
repository: https://github.com/ardera/flutter_packages

environment:
Expand Down
6 changes: 6 additions & 0 deletions packages/linux_can/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0+1

- **REFACTOR**(linux_can): Use binding instead of magic nr. ([e5975413](https://github.com/ardera/flutter_packages/commit/e597541357b5809ed834e52e26d319bfeba5483c))
- **REFACTOR**(linux_can): use rtnetlink fd for querying MTU. ([78a933ed](https://github.com/ardera/flutter_packages/commit/78a933edc96acac75fd91ac6992904d933141c98))
- **FIX**(linux_can): More robust checking for CAN device. ([78e2f805](https://github.com/ardera/flutter_packages/commit/78e2f805871035422800de0b27c8241d36fe8f9a))

## 0.1.0

Initial release.
4 changes: 2 additions & 2 deletions packages/linux_can/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: linux_can
description: Package for using CAN devices on linux.
version: 0.1.0
version: 0.1.0+1
repository: https://github.com/ardera/flutter_packages

environment:
Expand All @@ -11,7 +11,7 @@ dev_dependencies:
test: ^1.21.0

dependencies:
_ardera_common_libc_bindings: ^0.3.0+2
_ardera_common_libc_bindings: ^0.3.1
collection: ^1.17.2
ffi: ^2.0.1
quiver: ^3.2.1
4 changes: 4 additions & 0 deletions packages/linux_serial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3+4

- Update a dependency to the latest release.

## 0.2.3+3

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/linux_serial/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: linux_serial
description: Dart package for accessing serial ports on Linux using dart:ffi.
version: 0.2.3+3
version: 0.2.3+4
homepage: https://ardera.dev
repository: https://github.com/ardera/flutter_packages

Expand All @@ -15,4 +15,4 @@ dependencies:
async: ^2.5.0
computer: ^3.2.1
synchronized: ^3.0.0
_ardera_common_libc_bindings: ^0.3.0+2
_ardera_common_libc_bindings: ^0.3.1
4 changes: 4 additions & 0 deletions packages/linux_spidev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1+4

- Update a dependency to the latest release.

## 0.2.1+3

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/linux_spidev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: linux_spidev
description: Dart package for accessing SPI on Linux using the spidev interface and dart:ffi.
version: 0.2.1+3
version: 0.2.1+4
homepage: https://ardera.dev
repository: https://github.com/ardera/flutter_packages

Expand All @@ -12,4 +12,4 @@ dependencies:
meta: ^1.1.8
tuple: ^2.0.0
path: ^1.7.0
_ardera_common_libc_bindings: ^0.3.0+2
_ardera_common_libc_bindings: ^0.3.1

0 comments on commit 6e0a5f3

Please sign in to comment.