From a1b2be68a323e25af24c9595f052ecb573eb47bb Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 9 Jan 2025 13:51:51 +0100 Subject: [PATCH] v3.3.0 --- README.md | 2 +- package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 34c50a7a..686d6dad 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to limit the overall number of catalog reads necessary when browsing (as catalogs may be nested and do not necessarily contain references to their parents). -Version: **3.3.0-rc.1** (supports all STAC versions between 0.6.0 and 1.1.0) +Version: **3.3.0** (supports all STAC versions between 0.6.0 and 1.1.0) This package has also been published to npm as [`@radiantearth/stac-browser`](https://www.npmjs.com/package/@radiantearth/stac-browser). diff --git a/package-lock.json b/package-lock.json index 898643cb..3a318d0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@radiantearth/stac-browser", - "version": "3.3.0-rc.1", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@radiantearth/stac-browser", - "version": "3.3.0-rc.1", + "version": "3.3.0", "license": "ISC", "dependencies": { "@apidevtools/json-schema-ref-parser": "^10.1.0", @@ -5154,9 +5154,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001690", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz", - "integrity": "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==", + "version": "1.0.30001692", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz", + "integrity": "sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index c771fe12..3ecc6d0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radiantearth/stac-browser", - "version": "3.3.0-rc.1", + "version": "3.3.0", "description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.", "main": "src/main.js", "scripts": {