Skip to content

Commit

Permalink
chore(main): release labrute 2.82.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 28, 2025
1 parent 19a61f7 commit 13495ed
Show file tree
Hide file tree
Showing 9 changed files with 16 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.82.2"}
{".":"2.82.3"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.82.3](https://github.com/Zenoo/labrute/compare/labrute-v2.82.2...labrute-v2.82.3) (2025-02-28)


### Bug Fixes

* Brute cascades ([19a61f7](https://github.com/Zenoo/labrute/commit/19a61f79b1b2957886b0e4028e2cb10f2d4f40e9))
* Silence error ([22de10f](https://github.com/Zenoo/labrute/commit/22de10fdf1c5e6a8adaa248f36464bfdba47dcf2))

## [2.82.2](https://github.com/Zenoo/labrute/compare/labrute-v2.82.1...labrute-v2.82.2) (2025-02-26)


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.82.2",
"version": "2.82.3",
"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.82.2",
"version": "2.82.3",
"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 +1 @@
export const Version = '2.82.2'; // x-release-please-version
export const Version = '2.82.3'; // x-release-please-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.82.2",
"version": "2.82.3",
"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.82.2",
"version": "2.82.3",
"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.82.2",
"version": "2.82.3",
"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.82.2",
"version": "2.82.3",
"private": true,
"exports": "./src/server.js",
"engines": {
Expand Down

0 comments on commit 13495ed

Please sign in to comment.