From 65a0edc1d521c020c7b8d0f9c9941c770b385c75 Mon Sep 17 00:00:00 2001 From: SpliiT Date: Thu, 12 Jun 2025 16:37:36 +0200 Subject: [PATCH 1/3] fix(Version): new version of ogw-viewer --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 629f3f72..eaa1262f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "main": "./nuxt.config.js", "dependencies": { "@geode/opengeodeweb-back": "5.7.0", - "@geode/opengeodeweb-viewer": "1.6.3", + "@geode/opengeodeweb-viewer": "1.9.0", "@kitware/vtk.js": "30.3.1", "@mdi/font": "^7.4.47", "@pinia/nuxt": "^0.5.4", @@ -75,4 +75,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file From 534eea1ea6ee712f28869f60df5e377c2c06099b Mon Sep 17 00:00:00 2001 From: SpliiT <106495600+SpliiT@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:38:19 +0000 Subject: [PATCH 2/3] Apply prepare changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eaa1262f..ff9be7fe 100644 --- a/package.json +++ b/package.json @@ -75,4 +75,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +} From e8362e72713916ed38fe948701fb2a5eebcfa78e Mon Sep 17 00:00:00 2001 From: SpliiT Date: Thu, 12 Jun 2025 16:48:24 +0200 Subject: [PATCH 3/3] ogwback --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eaa1262f..5377a3f6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "version": "0.0.0-semantically-released", "main": "./nuxt.config.js", "dependencies": { - "@geode/opengeodeweb-back": "5.7.0", + "@geode/opengeodeweb-back": "5.8.1", "@geode/opengeodeweb-viewer": "1.9.0", "@kitware/vtk.js": "30.3.1", "@mdi/font": "^7.4.47",