Skip to content

Commit

Permalink
Last updates before release, v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 9, 2025
1 parent 98399e3 commit 86afdd5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 4 additions & 1 deletion src/locales/en/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@
"Ground Sample Distance": "Ground Sample Distance",
"Guam": "Guam",
"HTML (Website)": "HTML (Website)",
"HTTP Headers": "HTTP Headers",
"HTTP Method": "HTTP Method",
"HTTP Methods": "HTTP Methods",
"Hashing algorithm:": "Hashing algorithm:",
"Hawaii": "Hawaii",
Expand Down Expand Up @@ -365,6 +367,7 @@
"Relation": "Relation",
"Relative Orbit Number": "Relative Orbit Number",
"Relative accuracy of the Radiometric Terrain Correction": "Relative accuracy of the Radiometric Terrain Correction",
"Request Body": "Request Body",
"Requester Pays": "Requester Pays",
"Resolution": "Resolution",
"Revisit Interval": "Revisit Interval",
Expand Down Expand Up @@ -533,4 +536,4 @@
"°E": "°E",
"°N": "°N",
"μm": "μm"
}
}
2 changes: 1 addition & 1 deletion vue-svg-loader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function VueSvgLoader(svg) {
module.exports = function VueSvgLoader(svg) { // eslint-disable-line no-undef
this.cacheable();
return `<template>${svg}</template>`;
};

0 comments on commit 86afdd5

Please sign in to comment.