From d328ada058a4719b4484f5971f126d1e1424d530 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:03:20 +0000 Subject: [PATCH] chore(trunk): release 3.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 27801f56..81e1640f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.11" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..32e3d95a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [3.1.0](https://github.com/shopware/dive/compare/v3.0.11...v3.1.0) (2026-08-06) + + +### 🚀 Features + +* add context loss protection by limiting active dive instances. ([#213](https://github.com/shopware/dive/issues/213)) ([792f331](https://github.com/shopware/dive/commit/792f33101032a6c8455bb19b5640fbed575fe20c)) +* add own SpriteText class. remove three-spritetext dependency. ([#222](https://github.com/shopware/dive/issues/222)) ([245b335](https://github.com/shopware/dive/commit/245b335e06d3959e2c3c7bb8767a59406b01622e)) +* add release please setup. ([#212](https://github.com/shopware/dive/issues/212)) ([56ca9dd](https://github.com/shopware/dive/commit/56ca9dd63789ed901cd042b23f014510bf05f92e)) +* change naming from "pov" to "camera". ([#220](https://github.com/shopware/dive/issues/220)) ([181b64b](https://github.com/shopware/dive/commit/181b64b3e682a86981c6f2fa1702684e31b74c20)) +* QuickView Dive states ([#226](https://github.com/shopware/dive/issues/226)) ([d861a5b](https://github.com/shopware/dive/commit/d861a5b27fe0e7074f06d2cc667186855ac5b77b)) + + +### 🐛 Bug Fixes + +* change environment saving in HDR Environment. ([#221](https://github.com/shopware/dive/issues/221)) ([9d6ee19](https://github.com/shopware/dive/commit/9d6ee19f0eed07ae0eccc88f7024313d7608c931)) diff --git a/package.json b/package.json index 38279393..331d6be4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopware-ag/dive", - "version": "3.0.12", + "version": "3.1.0", "description": "Shopware Spatial Framework", "type": "module", "main": "build/dive.cjs",