Skip to content

Commit

Permalink
3.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 17, 2023
1 parent d4bb045 commit 1878631
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 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.0.2** (supports all STAC versions between 0.6.0 and 1.0.0)
Version: **3.1.0-rc.1** (supports all STAC versions between 0.6.0 and 1.0.0)

This package has also been published to npm as [`@radiantearth/stac-browser`](https://www.npmjs.com/package/@radiantearth/stac-browser).

Expand Down
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.0.2",
"version": "3.1.0-rc.1",
"description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
"main": "src/main.js",
"scripts": {
Expand Down
8 changes: 5 additions & 3 deletions src/components/SearchFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@
>
<template #noOptions>{{ $t('search.noOptions') }}</template>
<template v-if="additionalCollectionCount > 0" #afterList>
<li><strong class="multiselect__option multiselect__option--disabled">
{{ $t("multiselect.andMore", {count: additionalCollectionCount}) }}
</strong></li>
<li>
<strong class="multiselect__option multiselect__option--disabled">
{{ $t("multiselect.andMore", {count: additionalCollectionCount}) }}
</strong>
</li>
</template>
</multiselect>
</b-form-group>
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"Average spatial resolution": "Average spatial resolution",
"Axis": "Axis",
"Azimuth Looks": "Azimuth Looks",
"Azimuth Resolution": "Azimuth Resolution",
"Azimuth Pixel Spacing": "Azimuth Pixel Spacing",
"Azimuth Resolution": "Azimuth Resolution",
"Back-End Version": "Back-End Version",
"Bands": "Bands",
"Based on IANA relation types": "Based on IANA relation types",
Expand Down

0 comments on commit 1878631

Please sign in to comment.