Skip to content

Commit

Permalink
chore: release v2.0.0+1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 17, 2024
1 parent 56f781d commit da5234a
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.1.0+1.20.6","minecord-api":"2.0.1+1.20.6","minecord-chat":"2.1.0+1.20.6","minecord-cmds":"2.0.1+1.20.6","minecord-presence":"2.0.0+1.20.6"}
{".":"2.0.0+1.21","minecord-api":"2.0.1+1.20.6","minecord-chat":"2.1.0+1.21","minecord-cmds":"2.0.1+1.21","minecord-presence":"2.0.0+1.21"}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.0.0+1.21](https://github.com/axieum/minecord/compare/v2.1.0+1.20.6...v2.0.0+1.21) (2024-06-17)


### Build System

* add support for Minecraft 1.21+ ([#144](https://github.com/axieum/minecord/issues/144)) ([62b92c3](https://github.com/axieum/minecord/commit/62b92c3123916c09c6d8dea7985879e2190a35fc))
* **chat:** add support for Minecraft 1.21+ ([#146](https://github.com/axieum/minecord/issues/146)) ([890f490](https://github.com/axieum/minecord/commit/890f49035228d71b20cb2e5c5098d7711ec92609))
* **cmds:** add support for Minecraft 1.21+ ([#147](https://github.com/axieum/minecord/issues/147)) ([9d58030](https://github.com/axieum/minecord/commit/9d58030e8885a1305509d38421e052f5ae18ba9c))
* **presence:** add support for Minecraft 1.21+ ([#148](https://github.com/axieum/minecord/issues/148)) ([56f781d](https://github.com/axieum/minecord/commit/56f781d6c88205fd474c2b34cf6b65dd9395d01f))

## [2.1.0+1.20.6](https://github.com/axieum/minecord/compare/v2.0.3+1.20.6...v2.1.0+1.20.6) (2024-05-10)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod_id = minecord
mod_name = Minecord
mod_description = Bring your Minecraft world into your Discord guild
## {x-release-please-start-version}
mod_version = 2.1.0+1.20.6
mod_version = 2.0.0+1.21
## {x-release-please-end}

# Fabric
Expand Down
7 changes: 7 additions & 0 deletions minecord-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.1.0+1.21](https://github.com/axieum/minecord/compare/chat-v2.1.0+1.20.6...chat-v2.1.0+1.21) (2024-06-17)


### Build System

* **chat:** add support for Minecraft 1.21+ ([#146](https://github.com/axieum/minecord/issues/146)) ([890f490](https://github.com/axieum/minecord/commit/890f49035228d71b20cb2e5c5098d7711ec92609))

## [2.1.0+1.20.6](https://github.com/axieum/minecord/compare/chat-v2.0.2+1.20.6...chat-v2.1.0+1.20.6) (2024-05-10)


Expand Down
2 changes: 1 addition & 1 deletion minecord-chat/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mod_id = minecord-chat
mod_name = Minecord Chat
mod_description = Bridges chat-related events between Minecraft and Discord
## {x-release-please-start-version}
mod_version = 2.1.0+1.20.6
mod_version = 2.1.0+1.21
## {x-release-please-end}

# Dependencies
Expand Down
7 changes: 7 additions & 0 deletions minecord-cmds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1+1.21](https://github.com/axieum/minecord/compare/cmds-v2.0.1+1.20.6...cmds-v2.0.1+1.21) (2024-06-17)


### Build System

* **cmds:** add support for Minecraft 1.21+ ([#147](https://github.com/axieum/minecord/issues/147)) ([9d58030](https://github.com/axieum/minecord/commit/9d58030e8885a1305509d38421e052f5ae18ba9c))

## [2.0.1+1.20.6](https://github.com/axieum/minecord/compare/cmds-v2.0.1+1.20.4...cmds-v2.0.1+1.20.6) (2024-05-04)


Expand Down
2 changes: 1 addition & 1 deletion minecord-cmds/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ mod_id = minecord-cmds
mod_name = Minecord Commands
mod_description = Provides various commands to interact with your Minecraft server from Discord
## {x-release-please-start-version}
mod_version = 2.0.1+1.20.6
mod_version = 2.0.1+1.21
## {x-release-please-end}
7 changes: 7 additions & 0 deletions minecord-presence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.0+1.21](https://github.com/axieum/minecord/compare/presence-v2.0.0+1.20.6...presence-v2.0.0+1.21) (2024-06-17)


### Build System

* **presence:** add support for Minecraft 1.21+ ([#148](https://github.com/axieum/minecord/issues/148)) ([56f781d](https://github.com/axieum/minecord/commit/56f781d6c88205fd474c2b34cf6b65dd9395d01f))

## [2.0.0+1.20.6](https://github.com/axieum/minecord/compare/presence-v2.0.0+1.20.4...presence-v2.0.0+1.20.6) (2024-05-04)


Expand Down
2 changes: 1 addition & 1 deletion minecord-presence/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ mod_id = minecord-presence
mod_name = Minecord Presence
mod_description = Updates the bot presence in Discord to show more detailed statuses
## {x-release-please-start-version}
mod_version = 2.0.0+1.20.6
mod_version = 2.0.0+1.21
## {x-release-please-end}

0 comments on commit da5234a

Please sign in to comment.