Skip to content

Commit

Permalink
chore(flutter_discord_rpc): bump version to v0.1.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jul 14, 2024
1 parent 548c690 commit 6e12b91
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 12 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-14

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_discord_rpc` - `v0.1.0+1`](#flutter_discord_rpc---v0101)
- [`metadata_god` - `v0.5.5`](#metadata_god---v055)
- [`smtc_windows` - `v0.1.5`](#smtc_windows---v015)

---

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

- **DOCS**: add flutter_discord_rpc readme.

#### `metadata_god` - `v0.5.5`

- **FIX**(flutter_discord_rpc): not working for snap/flatpak discord in linux.
- **FEAT**(flutter_discord_rpc): add complete support.

#### `smtc_windows` - `v0.1.5`

- **FIX**(flutter_discord_rpc): not working for snap/flatpak discord in linux.
- **FEAT**(flutter_discord_rpc): add complete support.


## 2024-07-14

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

- **DOCS**: add flutter_discord_rpc readme.

## 0.1.0

- **FIX**(flutter_discord_rpc): not working for snap/flatpak discord in linux.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_discord_rpc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/flutter_discord_rpc/android/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "flutter_discord_rpc-v0.1.0") # generated; do not edit
set(LibraryVersion "flutter_discord_rpc-v0.1.0+1") # generated; do not edit

# Unlike the Windows & Linux CMakeLists.txt, this Android equivalent is just here
# to download the Android binaries into src/main/jniLibs/ and does not build anything.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'flutter_discord_rpc-v0.1.0' # generated; do not edit
release_tag_name = 'flutter_discord_rpc-v0.1.0+1' # generated; do not edit

# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_discord_rpc/linux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "flutter_discord_rpc-v0.1.0") # generated; do not edit
set(LibraryVersion "flutter_discord_rpc-v0.1.0+1") # generated; do not edit

# The Flutter tooling requires that developers have CMake 3.10 or later
# installed. You should not increase this version, as doing so will cause
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_tag_name = 'flutter_discord_rpc-v0.1.0' # generated; do not edit
release_tag_name = 'flutter_discord_rpc-v0.1.0+1' # generated; do not edit

# We cannot distribute the XCFramework alongside the library directly,
# so we have to fetch the correct version here.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_discord_rpc/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = 'flutter_discord_rpc'
version = '0.1.0'
version = '0.1.0+1'
edition = '2021'

[lib]
Expand Down
6 changes: 3 additions & 3 deletions packages/flutter_discord_rpc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_discord_rpc
description: Discord RPC support for Flutter desktop platforms
version: 0.1.0
version: 0.1.0+1
homepage: https://github.com/KRTirtho/frb_plugins

environment:
Expand Down Expand Up @@ -45,9 +45,9 @@ flutter:
plugin:
platforms:
android:
ffiPlugin: false
ffiPlugin: true
ios:
ffiPlugin: false
ffiPlugin: true
linux:
ffiPlugin: true
macos:
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_discord_rpc/windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(LibraryVersion "flutter_discord_rpc-v0.1.0") # generated; do not edit
set(LibraryVersion "flutter_discord_rpc-v0.1.0+1") # generated; do not edit

# The Flutter tooling requires that developers have a version of Visual Studio
# installed that includes CMake 3.14 or later. You should not increase this
Expand Down
5 changes: 5 additions & 0 deletions packages/metadata_god/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.5

- **FIX**(flutter_discord_rpc): not working for snap/flatpak discord in linux.
- **FEAT**(flutter_discord_rpc): add complete support.

## 0.5.4

- **FIX**(flutter_discord_rpc): not working for snap/flatpak discord in linux.
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata_god/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: metadata_god
description: Plugin for retrieving and writing audio tags/metadata from audio files
version: 0.5.4
version: 0.5.5
repository: https://github.com/KRTirtho/metadata_god/blob/main/packages/metadata_god
homepage: https://github.com/KRTirtho/metadata_god

Expand Down
5 changes: 5 additions & 0 deletions packages/smtc_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.5

- **FIX**(flutter_discord_rpc): not working for snap/flatpak discord in linux.
- **FEAT**(flutter_discord_rpc): add complete support.

## 0.1.4

- **FIX**(flutter_discord_rpc): not working for snap/flatpak discord in linux.
Expand Down
2 changes: 1 addition & 1 deletion packages/smtc_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: smtc_windows
description: Windows `SystemMediaTransportControls` implementation for Flutter giving access to Windows OS Media Control applet.
version: 0.1.4
version: 0.1.5
homepage: https://github.com/KRTirtho/smtc_windows
repository: https://github.com/KRTirtho/smtc_windows/tree/main/packages/smtc_windows

Expand Down

0 comments on commit 6e12b91

Please sign in to comment.