Skip to content

Commit 96bff01

Browse files
authored
Release v7.2.0 (#2052)
Signed-off-by: Marvin A. Ruder <[email protected]>
1 parent b99154e commit 96bff01

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.devcontainer/motd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
΅΅΅ ΅ΨΪΈώ
1515
ΫΆ΅
1616

17-
Welcome to Rating Tracker v7.1.0 development container!
17+
Welcome to Rating Tracker v7.2.0 development container!
1818

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If applicable, add screenshots and log snippets to help explain your problem.
2525

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

28-
- Version: [e.g. 7.1.0]
28+
- Version: [e.g. 7.2.0]
2929
- OS: [e.g. iOS]
3030
- Browser: [e.g. Chrome, Safari]
3131

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ LABEL \
265265
org.opencontainers.image.source="https://github.com/marvinruder/rating-tracker" \
266266
org.opencontainers.image.vendor="Marvin A. Ruder" \
267267
org.opencontainers.image.licenses="MIT" \
268-
org.opencontainers.image.version="7.1.0" \
268+
org.opencontainers.image.version="7.2.0" \
269269
org.opencontainers.image.created=$BUILD_DATE
270270

271271
# Define health check

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rating-tracker/monorepo",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"title": "Rating Tracker Monorepo",
55
"author": {
66
"name": "Marvin A. Ruder",

packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rating-tracker/backend",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"title": "Rating Tracker Backend",
55
"author": {
66
"name": "Marvin A. Ruder",

packages/commons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rating-tracker/commons",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"title": "Rating Tracker Common Types and Utilities",
55
"author": {
66
"name": "Marvin A. Ruder",

packages/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rating-tracker/frontend",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"title": "Rating Tracker Frontend",
55
"author": {
66
"name": "Marvin A. Ruder",

packages/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Marvin A. Ruder <[email protected]>"
66
],
77
"description": "A collection of utilities written in Rust and compiled to WebAssembly",
8-
"version": "7.1.0",
8+
"version": "7.2.0",
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",

wasm/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm"
3-
version = "7.1.0"
3+
version = "7.2.0"
44
authors = ["Marvin A. Ruder <[email protected]>"]
55
description = "A collection of utilities written in Rust and compiled to WebAssembly"
66
license = "MIT"

0 commit comments

Comments
 (0)