Skip to content

Commit

Permalink
chore(main): release labrute 2.72.4 (#954)
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 Sep 5, 2024
1 parent f349ded commit 183bd35
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.72.3"}
{".":"2.72.4"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [2.72.4](https://github.com/Zenoo/labrute/compare/labrute-v2.72.3...labrute-v2.72.4) (2024-09-05)


### Bug Fixes

* Allow multiple auth requests at once ([e7dbb01](https://github.com/Zenoo/labrute/commit/e7dbb010587e8324e34f9890ffa08dfab6d7b524))
* Don't start multiple event rounds per day ([068c788](https://github.com/Zenoo/labrute/commit/068c78813255677d1b71df7f4bfae038d915ef3d))
* Tournament rewards not given + Event tournament stuck ([f349ded](https://github.com/Zenoo/labrute/commit/f349dedce60530c4b54166d5cb57b54aa82123e8))

## [2.72.3](https://github.com/Zenoo/labrute/compare/labrute-v2.72.2...labrute-v2.72.3) (2024-09-03)


Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labrute/client",
"version": "2.72.3",
"version": "2.72.4",
"private": true,
"proxy": "http://localhost:9000",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labrute/core",
"version": "2.72.3",
"version": "2.72.4",
"main": "lib/index.js",
"scripts": {
"compile": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion core/src/Version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const Version = '!2.72.3!'.replace(/!/g, ''); // x-release-please-version
const Version = '!2.72.4!'.replace(/!/g, ''); // x-release-please-version

export default Version;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "labrute",
"version": "2.72.3",
"version": "2.72.4",
"private": true,
"engines": {
"npm": ">=8.1.2",
Expand Down
2 changes: 1 addition & 1 deletion prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labrute/prisma",
"version": "2.72.3",
"version": "2.72.4",
"main": "index.js",
"types": "index.d.ts",
"browser": "index-browser.js"
Expand Down
2 changes: 1 addition & 1 deletion prisma/package.reference.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labrute/prisma",
"version": "2.72.3",
"version": "2.72.4",
"main": "index.js",
"types": "index.d.ts",
"browser": "index-browser.js"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labrute/server",
"version": "2.72.3",
"version": "2.72.4",
"private": true,
"exports": "./src/server.js",
"engines": {
Expand Down

0 comments on commit 183bd35

Please sign in to comment.