Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed May 2, 2024
1 parent e7de2b1 commit 94753f1
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 10 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-05-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`_ardera_common_libc_bindings` - `v0.3.2+1`](#_ardera_common_libc_bindings---v0321)
- [`flutter_gpiod` - `v0.5.1+6`](#flutter_gpiod---v0516)
- [`linux_can` - `v0.2.0+1`](#linux_can---v0201)
- [`linux_serial` - `v0.2.3+7`](#linux_serial---v0237)
- [`linux_spidev` - `v0.2.1+6`](#linux_spidev---v0216)

---

#### `_ardera_common_libc_bindings` - `v0.3.2+1`

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

#### `flutter_gpiod` - `v0.5.1+6`

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

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

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

#### `linux_serial` - `v0.2.3+7`

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

#### `linux_spidev` - `v0.2.1+6`

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))


## 2023-10-11

### 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.2+1

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

## 0.3.2

- **FIX**(bindings): fix can bindings sizeOf test. ([ca53d245](https://github.com/ardera/flutter_packages/commit/ca53d245e465a8efb699c38a6c09577d629244ef))
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.2
version: 0.3.2+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+6

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

## 0.5.1+5

- Update a dependency to the latest release.
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+5
version: 0.5.1+6
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.2
_ardera_common_libc_bindings: ^0.3.2+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+5
flutter_gpiod: ^0.5.1+6
dev_dependencies:
integration_test:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/linux_can/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+1

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

## 0.2.0

> Note: This release has breaking changes.
Expand Down
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.2.0
version: 0.2.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.2
_ardera_common_libc_bindings: ^0.3.2+1
collection: ^1.17.0
either_dart: ^1.0.0
ffi: ^2.0.1
Expand Down
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+7

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

## 0.2.3+6

- **REFACTOR**(linux_serial): remove duplicate code. ([ab7b09d0](https://github.com/ardera/flutter_packages/commit/ab7b09d02d72aa07a906ded7743b2110f3cbed3e))
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+6
version: 0.2.3+7
homepage: https://ardera.dev
repository: https://github.com/ardera/flutter_packages

Expand All @@ -15,5 +15,5 @@ dependencies:
async: ^2.5.0
computer: ^3.2.1
synchronized: ^3.0.0
_ardera_common_libc_bindings: ^0.3.2
_ardera_common_libc_bindings: ^0.3.2+1
collection: ^1.18.0
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+6

- **FIX**: deprecated use of `dart:ffi` `Pointer.elementAt`. ([0a3213e5](https://github.com/ardera/flutter_packages/commit/0a3213e501c0dbf13667ab1aa6ea4fd635c0ee95))

## 0.2.1+5

- 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+5
version: 0.2.1+6
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.2
_ardera_common_libc_bindings: ^0.3.2+1

0 comments on commit 94753f1

Please sign in to comment.