diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e0c69dc06..5c2793388 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove the the no longer needed @types/uuid dependency + hash: 12a9e2b9a6ec399f4ac435c8d32bae5dd3cd4395 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 31.0.5 + title: "" + date: 2024-11-04T09:50:03.422Z - commits: - subject: Update dependency uuid to v11 hash: cb3ab6c44ce73bc7510f59bc764543dfe71b315f @@ -1522,6 +1534,7 @@ + Update @@ -1575,6 +1588,7 @@ + The internal and @@ -1644,6 +1658,7 @@ + Update @@ -2142,6 +2157,7 @@ + - Update @@ -2671,6 +2687,7 @@ + Update @@ -2756,6 +2773,7 @@ + As balena-lint @@ -2816,6 +2834,7 @@ + As engine and npm is @@ -2891,6 +2910,7 @@ + Ensure that the @@ -2992,6 +3012,7 @@ + Update @@ -3058,6 +3079,7 @@ + Update @@ -3114,6 +3136,7 @@ + This also deprecates @@ -3180,6 +3203,7 @@ + It can in fact be a @@ -3247,6 +3271,7 @@ + We know what type @@ -3319,6 +3344,7 @@ + Update @@ -3502,6 +3528,7 @@ + This also deprecates @@ -3741,6 +3768,7 @@ + As balena-lint @@ -3800,6 +3828,7 @@ + As engine and npm is @@ -3874,6 +3903,7 @@ + Ensure that the @@ -4008,6 +4038,7 @@ + As balena-lint @@ -4067,6 +4098,7 @@ + As engine and npm is @@ -4141,6 +4173,7 @@ + Ensure that the @@ -6296,6 +6329,7 @@ + As balena-lint @@ -6355,6 +6389,7 @@ + As engine and npm is @@ -6429,6 +6464,7 @@ + Ensure that the @@ -6573,6 +6609,7 @@ + This also deprecates @@ -6638,6 +6675,7 @@ + It can in fact be a @@ -6704,6 +6742,7 @@ + We know what type @@ -6775,6 +6814,7 @@ + Update @@ -6957,6 +6997,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e14e15a..f02852ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 31.0.5 - 2024-11-04 + +* Remove the the no longer needed @types/uuid dependency [Thodoris Greasidis] + ## 31.0.4 - 2024-11-04 * Update dependency uuid to v11 [balena-renovate[bot]] diff --git a/package-lock.json b/package-lock.json index 7b553b079..c9f0595d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.0.4", + "version": "31.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.0.4", + "version": "31.0.5", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 48ad3b4c7..9039e7bf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.0.4", + "version": "31.0.5", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-11-04T09:32:19.804Z" + "publishedAt": "2024-11-04T09:50:04.480Z" } }