Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v2.0.0+1.21.3 #158

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21","minecord-api":"2.0.1+1.21","minecord-chat":"2.1.0+1.21","minecord-cmds":"2.0.1+1.21","minecord-presence":"2.0.0+1.21"}
{".":"2.0.0+1.21.3","minecord-api":"2.0.1+1.21.3","minecord-chat":"2.1.0+1.21.3","minecord-cmds":"2.0.1+1.21.3","minecord-presence":"2.0.0+1.21.3"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0+1.21.3](https://github.com/axieum/minecord/compare/v2.1.0+1.21...v2.0.0+1.21.3) (2024-11-09)


### Build System

* add support for Minecraft 1.21.3+ ([9194204](https://github.com/axieum/minecord/commit/9194204933a6d0d92ef54898004043f893c7c9bc))
* **api:** add support for Minecraft 1.21.3+ ([1dda7c6](https://github.com/axieum/minecord/commit/1dda7c64d9b51b05bc4ea2237a0f1b7ce46a0eb9))
* **chat:** add support for Minecraft 1.21.3+ ([#160](https://github.com/axieum/minecord/issues/160)) ([9228a3c](https://github.com/axieum/minecord/commit/9228a3c1be3bf745f41096fbd6bc47d131596067))
* **cmds:** add support for Minecraft 1.21.3+ ([0195970](https://github.com/axieum/minecord/commit/019597042c3e93d7f66c06aaaa8e7b46ee1ff4e9))
* **presence:** add support for Minecraft 1.21.3+ ([a3f575e](https://github.com/axieum/minecord/commit/a3f575e62c6a5c9db823b4d4e79da7319f751031))

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


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.21
mod_version = 2.0.0+1.21.3
## {x-release-please-end}

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

## [2.0.1+1.21.3](https://github.com/axieum/minecord/compare/api-v2.0.1+1.21...api-v2.0.1+1.21.3) (2024-11-09)


### Build System

* **api:** add support for Minecraft 1.21.3+ ([1dda7c6](https://github.com/axieum/minecord/commit/1dda7c64d9b51b05bc4ea2237a0f1b7ce46a0eb9))

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


Expand Down
12 changes: 6 additions & 6 deletions minecord-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ mod_id = minecord-api
mod_name = Minecord API
mod_description = Equips developers with the tools necessary to integrate their mods with Discord
## {x-release-please-start-version}
mod_version = 2.0.1+1.21
mod_version = 2.0.1+1.21.3
## {x-release-please-end}

# Dependencies
cloth_config_version = 15.0.127
cloth_config_version = 16.0.141
emoji_java_version = 5.1.1
fabric_tailor_version = 2.4.2
jda_version = 5.0.0-beta.23
log4j_version = 2.23.1
placeholder_api_version = 2.4.0-pre.2+1.21
fabric_tailor_version = 2.5.2
jda_version = 5.2.0
log4j_version = 2.24.1
placeholder_api_version = 2.5.0+1.21.2
4 changes: 2 additions & 2 deletions minecord-api/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],
"depends": {
"java": ">=21",
"minecraft": "~1.21",
"fabricloader": ">=0.14.23",
"minecraft": "~1.21.3",
"fabricloader": ">=0.16.8",
"fabric-lifecycle-events-v1": "*",
"placeholder-api": "*"
},
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.3](https://github.com/axieum/minecord/compare/chat-v2.1.0+1.21...chat-v2.1.0+1.21.3) (2024-11-09)


### Build System

* **chat:** add support for Minecraft 1.21.3+ ([#160](https://github.com/axieum/minecord/issues/160)) ([9228a3c](https://github.com/axieum/minecord/commit/9228a3c1be3bf745f41096fbd6bc47d131596067))

## [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-27)


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.21
mod_version = 2.1.0+1.21.3
## {x-release-please-end}

# Dependencies
Expand Down
4 changes: 2 additions & 2 deletions minecord-chat/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
],
"depends": {
"java": ">=21",
"minecraft": "~1.21",
"fabricloader": ">=0.14.23",
"minecraft": "~1.21.3",
"fabricloader": ">=0.16.8",
"fabric-entity-events-v1": "*",
"fabric-lifecycle-events-v1": "*",
"fabric-message-api-v1": "*",
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.3](https://github.com/axieum/minecord/compare/cmds-v2.0.1+1.21...cmds-v2.0.1+1.21.3) (2024-11-09)


### Build System

* **cmds:** add support for Minecraft 1.21.3+ ([0195970](https://github.com/axieum/minecord/commit/019597042c3e93d7f66c06aaaa8e7b46ee1ff4e9))

## [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-27)


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.21
mod_version = 2.0.1+1.21.3
## {x-release-please-end}
4 changes: 2 additions & 2 deletions minecord-cmds/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"depends": {
"java": ">=21",
"minecraft": "~1.21",
"fabricloader": ">=0.14.23",
"minecraft": "~1.21.3",
"fabricloader": ">=0.16.8",
"fabric-lifecycle-events-v1": "*",
"minecord-api": "*",
"placeholder-api": "*"
Expand Down
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.3](https://github.com/axieum/minecord/compare/presence-v2.0.0+1.21...presence-v2.0.0+1.21.3) (2024-11-09)


### Build System

* **presence:** add support for Minecraft 1.21.3+ ([a3f575e](https://github.com/axieum/minecord/commit/a3f575e62c6a5c9db823b4d4e79da7319f751031))

## [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-27)


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.21
mod_version = 2.0.0+1.21.3
## {x-release-please-end}
4 changes: 2 additions & 2 deletions minecord-presence/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"depends": {
"java": ">=21",
"minecraft": "~1.21",
"fabricloader": ">=0.14.23",
"minecraft": "~1.21.3",
"fabricloader": ">=0.16.8",
"fabric-lifecycle-events-v1": "*",
"minecord-api": "*",
"placeholder-api": "*"
Expand Down