From 590bb4720ad2fe85b74b0c2eee2e2a822679b8f4 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 8 Jan 2025 20:39:53 +0100 Subject: [PATCH] v3.3.0-rc.1 --- README.md | 40 ++++++++++++++++++++++------------------ package.json | 2 +- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 552936ec5..34c50a7aa 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.2.0** (supports all STAC versions between 0.6.0 and 1.1.0) +Version: **3.3.0-rc.1** (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). @@ -20,23 +20,27 @@ If you care about STAC Browser and have some funds to support the future of STAC **Table of Contents:** -- [Examples](#examples) -- [Get Started](#get-started) - - [Private query parameters](#private-query-parameters) - - [Migrate from old versions](#migrate-from-old-versions) -- [Customize](#customize) - - [Options](#options) - - [Languages](#languages) - - [Themes](#themes) - - [Basemaps](#basemaps) - - [Actions](#actions) - - [Additional metadata fields](#additional-metadata-fields) - - [Customize through root catalog](#customize-through-root-catalog) - - [Custom extensions](#custom-extensions) -- [Docker](#docker) -- [Contributing](#contributing) - - [Adding a new language](#adding-a-new-language) -- [Sponsors](#sponsors) +- [STAC Browser](#stac-browser) + - [Examples](#examples) + - [Get Started](#get-started) + - [Private query parameters](#private-query-parameters) + - [Migrate from old versions](#migrate-from-old-versions) + - [Customize](#customize) + - [Options](#options) + - [Languages](#languages) + - [Custom phrases](#custom-phrases) + - [Themes](#themes) + - [Basemaps](#basemaps) + - [Actions](#actions) + - [Additional metadata fields](#additional-metadata-fields) + - [Example](#example) + - [Translation](#translation) + - [Customize through root catalog](#customize-through-root-catalog) + - [Custom extensions](#custom-extensions) + - [Docker](#docker) + - [Contributing](#contributing) + - [Adding a new language](#adding-a-new-language) + - [Sponsors](#sponsors) ## Examples diff --git a/package.json b/package.json index 39a37b715..c771fe120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@radiantearth/stac-browser", - "version": "3.2.0", + "version": "3.3.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": {