From ba0c990df0ca9956a184cfae7639ec9f45562387 Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:54:52 +0300 Subject: [PATCH] chore(master): release 2.7.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ bundledApi.yaml | 2 +- helm/Chart.yaml | 4 ++-- openapi3.yaml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e96c0c..2ac4e76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.7.3"} \ No newline at end of file +{".":"2.7.4"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 539b0c3..36f9907 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. +## [2.7.4](https://github.com/MapColonies/3d-gateway/compare/v2.7.3...v2.7.4) (2025-09-18) + + +### Dependency Updates + +* upgrade storage-explorer-middleware from v1.2.5 to v1.3.0 (MAPCO-8722) ([#46](https://github.com/MapColonies/3d-gateway/issues/46)) ([3d9d2d4](https://github.com/MapColonies/3d-gateway/commit/3d9d2d42cbe47bc5da8d6d0fe3ef84d4770a7619)) + ## [2.7.3](https://github.com/MapColonies/3d-gateway/compare/v2.7.2...v2.7.3) (2025-09-01) diff --git a/bundledApi.yaml b/bundledApi.yaml index 428155d..e7b96b2 100644 --- a/bundledApi.yaml +++ b/bundledApi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: 3d-gateway description: Validating and routing requests - version: 2.7.3 + version: 2.7.4 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 90bbf65..22237b4 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: gateway description: A Helm chart for 3D gateway service -version: 2.7.3 -appVersion: 2.7.3 +version: 2.7.4 +appVersion: 2.7.4 dependencies: - name: mc-labels-and-annotations version: 0.7.0 diff --git a/openapi3.yaml b/openapi3.yaml index 7bac9c0..e98c489 100644 --- a/openapi3.yaml +++ b/openapi3.yaml @@ -3,7 +3,7 @@ security: [] info: title: 3d-gateway description: Validating and routing requests - version: 2.7.3 + version: 2.7.4 license: name: MIT url: https://opensource.org/licenses/MIT diff --git a/package-lock.json b/package-lock.json index fd5228a..dd23e4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "3d-gateway", - "version": "2.7.3", + "version": "2.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "3d-gateway", - "version": "2.7.3", + "version": "2.7.4", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 3f1d835..1861cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3d-gateway", - "version": "2.7.3", + "version": "2.7.4", "description": "A gateway betweem clients and interval services of 3D", "main": "./src/index.ts", "scripts": {