Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Apr 22, 2024
1 parent d1617c9 commit ae7847f
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 3 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-04-22

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`metadata_god` - `v0.5.3`](#metadata_god---v053)
- [`smtc_windows` - `v0.1.3`](#smtc_windows---v013)

---

#### `metadata_god` - `v0.5.3`

- **FEAT**(metadata_god): upgrade lofty and uuid packages.

#### `smtc_windows` - `v0.1.3`

- **FIX**: prefix the tag name with project name while declaring tag var in build files.
- **FIX**: asset download.
- **FEAT**(metadata_god): upgrade lofty and uuid packages.
- **FEAT**: add smtc_windows library.

4 changes: 4 additions & 0 deletions packages/metadata_god/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.3

- **FEAT**(metadata_god): upgrade lofty and uuid packages.

# Change Log

All notable changes to this project will be documented in this file.
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.2+1
version: 0.5.3
repository: https://github.com/KRTirtho/metadata_god/blob/main/packages/metadata_god
homepage: https://github.com/KRTirtho/metadata_god

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

- **FIX**: prefix the tag name with project name while declaring tag var in build files.
- **FIX**: asset download.
- **FEAT**(metadata_god): upgrade lofty and uuid packages.
- **FEAT**: add smtc_windows library.

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 deletions 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.2
version: 0.1.3
homepage: https://github.com/KRTirtho/smtc_windows
repository: https://github.com/KRTirtho/smtc_windows/tree/main/packages/smtc_windows

Expand All @@ -14,7 +14,7 @@ dependencies:
ffi: ^2.0.1
flutter_rust_bridge: ^1.82.6
plugin_platform_interface: ^2.0.2
meta: ^1.8.0
meta: ^1.11.0
uuid: ^4.4.0

dev_dependencies:
Expand Down

0 comments on commit ae7847f

Please sign in to comment.