Skip to content

Commit 1878631

Browse files
committed
3.1.0-rc.1
1 parent d4bb045 commit 1878631

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ implemented as a single page application (SPA) for ease of development and to
88
limit the overall number of catalog reads necessary when browsing (as catalogs
99
may be nested and do not necessarily contain references to their parents).
1010

11-
Version: **3.0.2** (supports all STAC versions between 0.6.0 and 1.0.0)
11+
Version: **3.1.0-rc.1** (supports all STAC versions between 0.6.0 and 1.0.0)
1212

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@radiantearth/stac-browser",
3-
"version": "3.0.2",
3+
"version": "3.1.0-rc.1",
44
"description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
55
"main": "src/main.js",
66
"scripts": {

src/components/SearchFilter.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@
4040
>
4141
<template #noOptions>{{ $t('search.noOptions') }}</template>
4242
<template v-if="additionalCollectionCount > 0" #afterList>
43-
<li><strong class="multiselect__option multiselect__option--disabled">
44-
{{ $t("multiselect.andMore", {count: additionalCollectionCount}) }}
45-
</strong></li>
43+
<li>
44+
<strong class="multiselect__option multiselect__option--disabled">
45+
{{ $t("multiselect.andMore", {count: additionalCollectionCount}) }}
46+
</strong>
47+
</li>
4648
</template>
4749
</multiselect>
4850
</b-form-group>

src/locales/en/fields.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"Average spatial resolution": "Average spatial resolution",
4747
"Axis": "Axis",
4848
"Azimuth Looks": "Azimuth Looks",
49-
"Azimuth Resolution": "Azimuth Resolution",
5049
"Azimuth Pixel Spacing": "Azimuth Pixel Spacing",
50+
"Azimuth Resolution": "Azimuth Resolution",
5151
"Back-End Version": "Back-End Version",
5252
"Bands": "Bands",
5353
"Based on IANA relation types": "Based on IANA relation types",

0 commit comments

Comments
 (0)