Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thekorn committed Jul 25, 2024
1 parent 954539e commit 14b46ad
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 9 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-25

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`xandr` - `v0.2.3+6`](#xandr---v0236)
- [`xandr_android` - `v0.2.3+6`](#xandr_android---v0236)
- [`xandr_ios` - `v0.2.3+6`](#xandr_ios---v0236)
- [`xandr_platform_interface` - `v0.2.3+6`](#xandr_platform_interface---v0236)

---

#### `xandr` - `v0.2.3+6`

- Bump "xandr" to `0.2.3+6`.

#### `xandr_android` - `v0.2.3+6`

- Bump "xandr_android" to `0.2.3+6`.

#### `xandr_ios` - `v0.2.3+6`

- Bump "xandr_ios" to `0.2.3+6`.

#### `xandr_platform_interface` - `v0.2.3+6`

- Bump "xandr_platform_interface" to `0.2.3+6`.


## 2024-07-25

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

- Bump "xandr" to `0.2.3+6`.

## 0.2.3+5

- Bump "xandr" to `0.2.3+5`.
Expand Down
8 changes: 4 additions & 4 deletions packages/xandr/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: xandr
description: flutter plugin for the Xandr,
with integrations for Android and iOS
version: 0.2.3+5
version: 0.2.3+6
homepage: https://github.com/thekorn/xandr
repository: https://github.com/thekorn/xandr

Expand All @@ -21,9 +21,9 @@ flutter:
dependencies:
flutter:
sdk: flutter
xandr_android: ^0.2.3+5
xandr_ios: ^0.2.3+5
xandr_platform_interface: ^0.2.3+5
xandr_android: ^0.2.3+6
xandr_ios: ^0.2.3+6
xandr_platform_interface: ^0.2.3+6

dev_dependencies:
build_runner: ^2.4.8
Expand Down
4 changes: 4 additions & 0 deletions packages/xandr_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3+6

- Bump "xandr_android" to `0.2.3+6`.

## 0.2.3+5

- Bump "xandr_android" to `0.2.3+5`.
Expand Down
4 changes: 2 additions & 2 deletions packages/xandr_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: xandr_android
description: flutter plugin for the Xandr,
with integrations for Android and iOS - Android implementation
version: 0.2.3+5
version: 0.2.3+6
homepage: https://github.com/thekorn/xandr
repository: https://github.com/thekorn/xandr

Expand All @@ -23,7 +23,7 @@ dependencies:
collection: ^1.18.0
flutter:
sdk: flutter
xandr_platform_interface: ^0.2.3+5
xandr_platform_interface: ^0.2.3+6

dev_dependencies:
build_runner: ^2.4.8
Expand Down
4 changes: 4 additions & 0 deletions packages/xandr_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3+6

- Bump "xandr_ios" to `0.2.3+6`.

## 0.2.3+5

- Bump "xandr_ios" to `0.2.3+5`.
Expand Down
4 changes: 2 additions & 2 deletions packages/xandr_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: xandr_ios
description: flutter plugin for the Xandr,
with integrations for Android and iOS - iOS implementation
version: 0.2.3+5
version: 0.2.3+6
homepage: https://github.com/thekorn/xandr
repository: https://github.com/thekorn/xandr

Expand All @@ -21,7 +21,7 @@ dependencies:
collection: ^1.18.0
flutter:
sdk: flutter
xandr_platform_interface: ^0.2.3+5
xandr_platform_interface: ^0.2.3+6

dev_dependencies:
build_runner: ^2.4.8
Expand Down
4 changes: 4 additions & 0 deletions packages/xandr_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.3+6

- Bump "xandr_platform_interface" to `0.2.3+6`.

## 0.2.3+5

- Bump "xandr_platform_interface" to `0.2.3+5`.
Expand Down
2 changes: 1 addition & 1 deletion packages/xandr_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: xandr_platform_interface
description: flutter plugin for the Xandr,
with integrations for Android and iOS - platform interface
version: 0.2.3+5
version: 0.2.3+6
homepage: https://github.com/thekorn/xandr
repository: https://github.com/thekorn/xandr

Expand Down

0 comments on commit 14b46ad

Please sign in to comment.