Skip to content

Commit

Permalink
chore(release): v6.130.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Badman Releaser committed Feb 5, 2024
1 parent a738884 commit f0373e0
Show file tree
Hide file tree
Showing 8 changed files with 22 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.8"
"version": "6.130.0-beta.9"
}
14 changes: 14 additions & 0 deletions apps/badman/src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.9](https://github.com/Badminton-Apps/badman/compare/v6.130.0-beta.8...v6.130.0-beta.9) (2024-02-05)


### Features

* signal based inputs ([9f55333](https://github.com/Badminton-Apps/badman/commit/9f55333e8f5ab42a0052536eb37e331b71e02f9f))
* updated packages ([b3557cc](https://github.com/Badminton-Apps/badman/commit/b3557cc87f34d934e025fb23ba8751d6ecd0de18))


### Bug Fixes

* **deps:** update dependency nodemailer to v6.9.9 [security] ([2ede572](https://github.com/Badminton-Apps/badman/commit/2ede572ef83ec7d19f6c55d2296b4e65496cb7c5))
* linting ([eb54086](https://github.com/Badminton-Apps/badman/commit/eb5408619a6ca3e49b8e3ae1b994ca703dcc1206))

## [6.130.0-beta.8](https://github.com/Badminton-Apps/badman/compare/v6.130.0-beta.7...v6.130.0-beta.8) (2024-02-01)


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.8"
"version": "6.130.0-beta.9"
}
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.7"
"version": "6.130.0-beta.9"
}
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.8"
"version": "6.130.0-beta.9"
}
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.8",
"version": "6.130.0-beta.9",
"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.8",
"version": "6.130.0-beta.9",
"license": "MIT",
"scripts": {
"create-release": "node ./standard-version.js"
Expand Down

0 comments on commit f0373e0

Please sign in to comment.