Skip to content

Commit

Permalink
chore(release): v6.130.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Badman Releaser committed Jan 18, 2024
1 parent 0ad60e5 commit 0d77d42
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.130.0-beta.4"
"version": "6.130.0-beta.5"
}
7 changes: 7 additions & 0 deletions apps/badman/src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [6.130.0-beta.5](https://github.com/Badminton-Apps/badman/compare/v6.130.0-beta.4...v6.130.0-beta.5) (2024-01-18)


### Bug Fixes

* localisation is async, should hopefully result in correct language ([15f60de](https://github.com/Badminton-Apps/badman/commit/15f60defcec5efec8066cb81a39968e2fdc17a32))

## [6.130.0-beta.4](https://github.com/Badminton-Apps/badman/compare/v6.130.0-beta.3...v6.130.0-beta.4) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion apps/badman/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.130.0-beta.4"
"version": "6.130.0-beta.5"
}
2 changes: 1 addition & 1 deletion apps/worker/ranking/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.130.0-beta.4"
"version": "6.130.0-beta.5"
}
2 changes: 1 addition & 1 deletion apps/worker/sync/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "6.130.0-beta.4"
"version": "6.130.0-beta.5"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "badman-mono",
"version": "6.130.0-beta.4",
"version": "6.130.0-beta.5",
"license": "MIT",
"scripts": {
"ng": "nx",
Expand Down
4 changes: 2 additions & 2 deletions scripts/package-lock.json

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

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "badman_scripts",
"version": "6.130.0-beta.4",
"version": "6.130.0-beta.5",
"license": "MIT",
"scripts": {
"create-release": "node ./standard-version.js"
Expand Down

0 comments on commit 0d77d42

Please sign in to comment.