Skip to content

Commit

Permalink
Release v2.5.0 (#643)
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
  • Loading branch information
marvinruder authored Oct 27, 2023
1 parent b5f63b1 commit feccb9e
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If applicable, add screenshots and log snippets to help explain your problem.

**Environment (please complete the following information):**

- Version: [e.g. 2.4.1]
- Version: [e.g. 2.5.0]
- OS: [e.g. iOS]
- Browser: [e.g. Chrome, Safari]

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LABEL \
org.opencontainers.image.source="https://github.com/marvinruder/rating-tracker" \
org.opencontainers.image.vendor="Marvin A. Ruder" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.version="2.4.1" \
org.opencontainers.image.version="2.5.0" \
org.opencontainers.image.created=$BUILD_DATE

ENV NODE_ENV production
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rating-tracker/monorepo",
"version": "2.4.1",
"version": "2.5.0",
"title": "Rating Tracker Monorepo",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rating-tracker/backend",
"version": "2.4.1",
"version": "2.5.0",
"title": "Rating Tracker Backend",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/openapi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const openapiDocument: OpenAPIV3.Document = {
openapi: "3.0.0",
info: {
title: "Rating Tracker Backend",
version: "2.4.1",
version: "2.5.0",
contact: {
name: "Marvin A. Ruder",
email: "ratingtracker@mruder.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rating-tracker/commons",
"version": "2.4.1",
"version": "2.5.0",
"title": "Rating Tracker Common Types and Utilities",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rating-tracker/frontend",
"version": "2.4.1",
"version": "2.5.0",
"title": "Rating Tracker Frontend",
"author": {
"name": "Marvin A. Ruder",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Marvin A. Ruder <ratingtracker@mruder.dev>"
],
"description": "A collection of utilities written in Rust and compiled to WebAssembly",
"version": "2.4.1",
"version": "2.5.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.lock

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

2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm"
version = "2.4.1"
version = "2.5.0"
authors = ["Marvin A. Ruder <ratingtracker@mruder.dev>"]
description = "A collection of utilities written in Rust and compiled to WebAssembly"
license = "MIT"
Expand Down

0 comments on commit feccb9e

Please sign in to comment.