From b8cc38c40cff9c1a24838a85cce8793427bf2ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Schl=C3=A4fli?= Date: Mon, 5 Aug 2024 11:13:22 +0200 Subject: [PATCH] chore(release): 1.1.0-beta.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8604a..37b9413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.1.0-beta.7](https://github.com/uzh-bf/thesis-platform/compare/v1.1.0-beta.6...v1.1.0-beta.7) (2024-08-05) + + +### Bug Fixes + +* add api endpoint for persisting a submission ([c649712](https://github.com/uzh-bf/thesis-platform/commit/c64971220353796e69efd85e045d357d50d75a36)) + ## [1.1.0-beta.6](https://github.com/uzh-bf/thesis-platform/compare/v1.1.0-beta.5...v1.1.0-beta.6) (2024-03-21) ## [1.1.0-beta.5](https://github.com/uzh-bf/thesis-platform/compare/v1.1.0-beta.4...v1.1.0-beta.5) (2024-03-21) diff --git a/package-lock.json b/package-lock.json index d14143b..8552373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.6", + "version": "1.1.0-beta.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.6", + "version": "1.1.0-beta.7", "dependencies": { "@azure/identity": "3.3.0", "@azure/storage-blob": "12.15.0", diff --git a/package.json b/package.json index 971124c..f0b0439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uzh-bf/thesis-platform", - "version": "1.1.0-beta.6", + "version": "1.1.0-beta.7", "private": true, "scripts": { "prebuild": "npm run prisma:generate",