Skip to content

Commit 3b2b18e

Browse files
chore(main): release labrute 2.78.3 (#1062)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 48eb5ea commit 3b2b18e

File tree

9 files changed

+17
-8
lines changed

9 files changed

+17
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.78.2"}
1+
{".":"2.78.3"}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [2.78.3](https://github.com/Zenoo/labrute/compare/labrute-v2.78.2...labrute-v2.78.3) (2024-11-24)
6+
7+
8+
### Bug Fixes
9+
10+
* Delete old fights ([48eb5ea](https://github.com/Zenoo/labrute/commit/48eb5eaa47783535c95aac993c2907681149eed1))
11+
* Symbol offset error ([3fd839c](https://github.com/Zenoo/labrute/commit/3fd839c07f376a5fe8f919d91e72b52128f41be1))
12+
* Wrongly shifted symbols ([82113d6](https://github.com/Zenoo/labrute/commit/82113d63edf5037dc3fe419f08cdd67499592299))
13+
514
## [2.78.2](https://github.com/Zenoo/labrute/compare/labrute-v2.78.1...labrute-v2.78.2) (2024-11-24)
615

716

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/client",
3-
"version": "2.78.2",
3+
"version": "2.78.3",
44
"private": true,
55
"proxy": "http://localhost:9000",
66
"scripts": {

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/core",
3-
"version": "2.78.2",
3+
"version": "2.78.3",
44
"main": "lib/index.js",
55
"scripts": {
66
"compile": "tsc"

core/src/Version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const Version = '!2.78.2!'.replace(/!/g, ''); // x-release-please-version
1+
const Version = '!2.78.3!'.replace(/!/g, ''); // x-release-please-version
22

33
export default Version;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "labrute",
3-
"version": "2.78.2",
3+
"version": "2.78.3",
44
"private": true,
55
"engines": {
66
"npm": ">=8.1.2",

prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/prisma",
3-
"version": "2.78.2",
3+
"version": "2.78.3",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"browser": "index-browser.js"

prisma/package.reference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/prisma",
3-
"version": "2.78.2",
3+
"version": "2.78.3",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"browser": "index-browser.js"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labrute/server",
3-
"version": "2.78.2",
3+
"version": "2.78.3",
44
"private": true,
55
"exports": "./src/server.js",
66
"engines": {

0 commit comments

Comments
 (0)