Skip to content

Commit

Permalink
Release v2.1.7 (#349)
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin A. Ruder <[email protected]>
  • Loading branch information
marvinruder authored Aug 7, 2023
1 parent 5c8bb63 commit 29c0e2a
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.1.6]
- Version: [e.g. 2.1.7]
- 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 @@ -47,7 +47,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.1.6" \
org.opencontainers.image.version="2.1.7" \
org.opencontainers.image.created=$BUILD_DATE
ENV NODE_ENV production
WORKDIR /app
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.1.6",
"version": "2.1.7",
"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.1.6",
"version": "2.1.7",
"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 @@ -55,7 +55,7 @@ export const openapiDocument: OpenAPIV3.Document = {
openapi: "3.0.0",
info: {
title: "Rating Tracker Backend",
version: "2.1.6",
version: "2.1.7",
contact: {
name: "Marvin A. Ruder",
email: "[email protected]",
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.1.6",
"version": "2.1.7",
"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.1.6",
"version": "2.1.7",
"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 <[email protected]>"
],
"description": "A collection of utilities written in Rust and compiled to WebAssembly",
"version": "2.1.6",
"version": "2.1.7",
"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.1.6"
version = "2.1.7"
authors = ["Marvin A. Ruder <[email protected]>"]
description = "A collection of utilities written in Rust and compiled to WebAssembly"
license = "MIT"
Expand Down

0 comments on commit 29c0e2a

Please sign in to comment.