From 6f2e5846236faf448ce1f0d8e0505b167c0b982b Mon Sep 17 00:00:00 2001 From: mapcolonies-devops <143094402+mapcolonies-devops@users.noreply.github.com> Date: Thu, 30 Jul 2026 17:16:28 +0300 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ helm/Chart.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49a1c07..c17c08f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.2.0"} +{".":"1.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bfffa1c..de15652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.3.0](https://github.com/MapColonies/maps-playground/compare/v1.2.0...v1.3.0) (2026-07-30) + + +### Features + +* **agent:** chat panel to edit selected demo via LiteLLM ([#23](https://github.com/MapColonies/maps-playground/issues/23)) ([27a82f8](https://github.com/MapColonies/maps-playground/commit/27a82f82b7ff6b8ffe16216e7514cf50cc63c51d)) +* **agent:** render markdown and highlight code in chat replies ([#28](https://github.com/MapColonies/maps-playground/issues/28)) ([5fe858f](https://github.com/MapColonies/maps-playground/commit/5fe858fa7f88051aee204c35e679238972477f1e)) +* app-usage Prometheus metrics + Grafana dashboard + Helm scrape ([#22](https://github.com/MapColonies/maps-playground/issues/22)) ([3728bc8](https://github.com/MapColonies/maps-playground/commit/3728bc899f9a98e2dd4b73cc98f006b4e97ddc51)) +* **demo:** collapse buttons for agent and info panels ([#29](https://github.com/MapColonies/maps-playground/issues/29)) ([e504b0d](https://github.com/MapColonies/maps-playground/commit/e504b0dc8ab7bf234a67b6e9de2b4a418ed8a4b8)) + ## [1.2.0](https://github.com/MapColonies/maps-playground/compare/v1.1.1...v1.2.0) (2026-07-21) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index e3efa27..9f4131f 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: maps-playground description: A Helm chart for developer-portal type: application -version: 1.2.0 -appVersion: 1.2.0 +version: 1.3.0 +appVersion: 1.3.0 dependencies: - name: mclabels version: 1.0.1 diff --git a/package-lock.json b/package-lock.json index 3ef9727..bda7015 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maps-playground", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maps-playground", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@aws-sdk/client-s3": "^3.335.0", "@popperjs/core": "^2.11.7", diff --git a/package.json b/package.json index 465cf45..914cd92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maps-playground", - "version": "1.2.0", + "version": "1.3.0", "private": true, "scripts": { "dev": "vite dev",