From 34e32404c2dbfa86867089ef3a9f590047ebeb81 Mon Sep 17 00:00:00 2001 From: "Marvin A. Ruder" Date: Fri, 2 Jun 2023 21:27:00 +0200 Subject: [PATCH] Release v2.0.0 (#285) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- Dockerfile | 2 +- README.md | 1 - package.json | 2 +- packages/backend/package.json | 2 +- packages/backend/src/openapi/index.ts | 2 +- packages/commons/package.json | 2 +- packages/frontend/package.json | 2 +- packages/wasm/package.json | 2 +- wasm/Cargo.lock | 2 +- wasm/Cargo.toml | 2 +- 11 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index aed9288a8..b0f98f21e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem. **Environment (please complete the following information):** -- Version: [e.g. 1.0.2] +- Version: [e.g. 2.0.0] - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] diff --git a/Dockerfile b/Dockerfile index c15aeddab..354a17c50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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="1.0.2" \ + org.opencontainers.image.version="2.0.0" \ org.opencontainers.image.created=$BUILD_DATE ENV NODE_ENV production WORKDIR /app diff --git a/README.md b/README.md index 8109baa09..0f6e8d33e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ | **Repository** | [![GitHub Contributors](https://img.shields.io/github/contributors/marvinruder/rating-tracker?label=Contributors&logo=github&style=flat-square)](https://github.com/marvinruder/rating-tracker/graphs/contributors) [![Commit Activity](https://img.shields.io/github/commit-activity/m/marvinruder/rating-tracker?label=Commit%20Activity&logo=github&style=flat-square)](https://github.com/marvinruder/rating-tracker/graphs/commit-activity) [![Last commit](https://img.shields.io/github/last-commit/marvinruder/rating-tracker?label=Last%20Commit&logo=github&style=flat-square)](https://github.com/marvinruder/rating-tracker/commits/main) [![Issues](https://img.shields.io/github/issues/marvinruder/rating-tracker?label=Issues&logo=github&style=flat-square)](https://github.com/marvinruder/rating-tracker/issues) [![Bugs](https://img.shields.io/github/issues/marvinruder/rating-tracker/bug?label=Bug%20Issues&logo=openbugbounty&logoColor=red&style=flat-square)](https://github.com/marvinruder/rating-tracker/issues?q=is%3Aopen+is%3Aissue+label%3Abug) [![Pull Requests](https://img.shields.io/github/issues-pr/marvinruder/rating-tracker?label=Pull%20Requests&logo=github&style=flat-square)](https://github.com/marvinruder/rating-tracker/pulls) | | **Dependencies** | [![Typescript](https://img.shields.io/github/package-json/dependency-version/marvinruder/rating-tracker/dev/typescript?label=Typescript&logo=typescript&color=3178C6&style=flat-square)](https://www.typescriptlang.org) [![Material UI](https://img.shields.io/github/package-json/dependency-version/marvinruder/rating-tracker/@mui/material?filename=packages%2Ffrontend%2Fpackage.json&label=Material%20UI&logo=mui&color=007FFF&style=flat-square)](https://mui.com) [![Prisma](https://img.shields.io/github/package-json/dependency-version/marvinruder/rating-tracker/@prisma/client?filename=packages%2Fbackend%2Fpackage.json&label=Prisma&logo=prisma&color=2D3748&style=flat-square)](https://www.prisma.io) [![React](https://img.shields.io/github/package-json/dependency-version/marvinruder/rating-tracker/react?filename=packages%2Ffrontend%2Fpackage.json&label=React&logo=react&color=61DAFB&style=flat-square)](https://react.dev) [![Vite](https://img.shields.io/github/package-json/dependency-version/marvinruder/rating-tracker/vite?filename=packages%2Ffrontend%2Fpackage.json&label=Vite&logo=vite&color=646CFF&style=flat-square)](https://vitejs.dev) [![Vitest](https://img.shields.io/github/package-json/dependency-version/marvinruder/rating-tracker/dev/vitest?filename=packages%2Fbackend%2Fpackage.json&label=Vitest&logo=vitest&color=6E9F18&style=flat-square)](https://vitest.dev) ![Package Manager](https://img.shields.io/badge/dynamic/json?label=Package%20Manager&query=%24.packageManager&url=https%3A%2F%2Fraw.githubusercontent.com%2Fmarvinruder%2Frating-tracker%2Fmain%2Fpackage.json&logo=yarn&color=2C8EBB&style=flat-square) | - --- diff --git a/package.json b/package.json index 35c480040..4feeae738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rating-tracker/monorepo", - "version": "1.0.2", + "version": "2.0.0", "title": "Rating Tracker Monorepo", "author": { "name": "Marvin A. Ruder", diff --git a/packages/backend/package.json b/packages/backend/package.json index 9af8a4772..2eabdb6f8 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "@rating-tracker/backend", - "version": "1.0.2", + "version": "2.0.0", "title": "Rating Tracker Backend", "author": { "name": "Marvin A. Ruder", diff --git a/packages/backend/src/openapi/index.ts b/packages/backend/src/openapi/index.ts index 7993a6af3..c4c65bedf 100644 --- a/packages/backend/src/openapi/index.ts +++ b/packages/backend/src/openapi/index.ts @@ -55,7 +55,7 @@ export const openapiDocument: OpenAPIV3.Document = { openapi: "3.0.0", info: { title: "Rating Tracker Backend", - version: "1.0.2", + version: "2.0.0", contact: { name: "Marvin A. Ruder", email: "ratingtracker@mruder.dev", diff --git a/packages/commons/package.json b/packages/commons/package.json index db1c0f3d6..0d71452eb 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@rating-tracker/commons", - "version": "1.0.2", + "version": "2.0.0", "title": "Rating Tracker Common Types and Utilities", "author": { "name": "Marvin A. Ruder", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 77b9daf9f..32ce56210 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@rating-tracker/frontend", - "version": "1.0.2", + "version": "2.0.0", "title": "Rating Tracker Frontend", "author": { "name": "Marvin A. Ruder", diff --git a/packages/wasm/package.json b/packages/wasm/package.json index b02ee416e..ffca755c5 100644 --- a/packages/wasm/package.json +++ b/packages/wasm/package.json @@ -4,7 +4,7 @@ "Marvin A. Ruder " ], "description": "A collection of utilities written in Rust and compiled to WebAssembly", - "version": "1.0.2", + "version": "2.0.0", "license": "MIT", "repository": { "type": "git", diff --git a/wasm/Cargo.lock b/wasm/Cargo.lock index c88e8c2ee..44a3a093a 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -548,7 +548,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm" -version = "1.0.2" +version = "2.0.0" dependencies = [ "base64", "console_error_panic_hook", diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index bc6d877a5..a9510deb9 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm" -version = "1.0.2" +version = "2.0.0" authors = ["Marvin A. Ruder "] description = "A collection of utilities written in Rust and compiled to WebAssembly" license = "MIT"