Skip to content

Commit

Permalink
chore: release v2.0.2+1.20.2 (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 3, 2023
1 parent 1709eef commit 0586966
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.0.2+1.20.1","minecord-api":"2.0.1+1.20.1","minecord-chat":"2.0.1+1.20.1","minecord-cmds":"2.0.1+1.20.1","minecord-presence":"2.0.0+1.20.1"}
{".":"2.0.2+1.20.2","minecord-api":"2.0.1+1.20.2","minecord-chat":"2.0.1+1.20.2","minecord-cmds":"2.0.1+1.20.2","minecord-presence":"2.0.0+1.20.2"}
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.2+1.20.2](https://github.com/axieum/minecord/compare/v2.0.2+1.20.1...v2.0.2+1.20.2) (2023-12-03)


### Build System

* add support for Minecraft 1.20.2+ ([47b2106](https://github.com/axieum/minecord/commit/47b2106057a5f11bc98d63c955a3dd9bb29bcbb6))
* **api:** add support for Minecraft 1.20.2+ ([1206525](https://github.com/axieum/minecord/commit/120652589dc23b488255c488ef071398130afbfe))
* **chat:** add support for Minecraft 1.20.2+ ([bdd2e1a](https://github.com/axieum/minecord/commit/bdd2e1a60d847840a9cfb7ba90a311d174d1cd97))
* **cmds:** add support for Minecraft 1.20.2+ ([e80603d](https://github.com/axieum/minecord/commit/e80603da89bb2c75018e3a682eea4d4177b2a4c9))
* **presence:** add support for Minecraft 1.20.2+ ([c8ef25e](https://github.com/axieum/minecord/commit/c8ef25e40ab2dbeab53a1b1d1962a9c33e03e159))

## [2.0.2+1.20.1](https://github.com/axieum/minecord/compare/v2.0.1+1.20...v2.0.2+1.20.1) (2023-10-17)


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.0.2+1.20.1
mod_version = 2.0.2+1.20.2
## {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.20.2](https://github.com/axieum/minecord/compare/api-v2.0.1+1.20.1...api-v2.0.1+1.20.2) (2023-12-03)


### Build System

* **api:** add support for Minecraft 1.20.2+ ([1206525](https://github.com/axieum/minecord/commit/120652589dc23b488255c488ef071398130afbfe))

## [2.0.1+1.20.1](https://github.com/axieum/minecord/compare/api-v2.0.1+1.20...api-v2.0.1+1.20.1) (2023-10-17)


Expand Down
2 changes: 1 addition & 1 deletion minecord-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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.20.1
mod_version = 2.0.1+1.20.2
## {x-release-please-end}

# Dependencies
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.0.1+1.20.2](https://github.com/axieum/minecord/compare/chat-v2.0.1+1.20.1...chat-v2.0.1+1.20.2) (2023-12-03)


### Build System

* **chat:** add support for Minecraft 1.20.2+ ([bdd2e1a](https://github.com/axieum/minecord/commit/bdd2e1a60d847840a9cfb7ba90a311d174d1cd97))

## [2.0.1+1.20.1](https://github.com/axieum/minecord/compare/chat-v2.0.0+1.20...chat-v2.0.1+1.20.1) (2023-10-17)


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.0.1+1.20.1
mod_version = 2.0.1+1.20.2
## {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.20.2](https://github.com/axieum/minecord/compare/cmds-v2.0.1+1.20.1...cmds-v2.0.1+1.20.2) (2023-12-03)


### Build System

* **cmds:** add support for Minecraft 1.20.2+ ([e80603d](https://github.com/axieum/minecord/commit/e80603da89bb2c75018e3a682eea4d4177b2a4c9))

## [2.0.1+1.20.1](https://github.com/axieum/minecord/compare/cmds-v2.0.0+1.20...cmds-v2.0.1+1.20.1) (2023-10-17)


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.1
mod_version = 2.0.1+1.20.2
## {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.20.2](https://github.com/axieum/minecord/compare/presence-v2.0.0+1.20.1...presence-v2.0.0+1.20.2) (2023-12-03)


### Build System

* **presence:** add support for Minecraft 1.20.2+ ([c8ef25e](https://github.com/axieum/minecord/commit/c8ef25e40ab2dbeab53a1b1d1962a9c33e03e159))

## [2.0.0+1.20.1](https://github.com/axieum/minecord/compare/presence-v2.0.0+1.20...presence-v2.0.0+1.20.1) (2023-10-17)


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

0 comments on commit 0586966

Please sign in to comment.