Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Apr 18, 2024
1 parent cbfca0f commit 06de54f
Show file tree
Hide file tree
Showing 5 changed files with 17,173 additions and 32 deletions.
57 changes: 28 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
.DS_Store
.cache/
node_modules
/dist


# local env files
.env
.env.local
.env.*.local

# lock files
/yarn.lock
/package-lock.json

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.DS_Store
.cache/
node_modules
/dist


# local env files
.env
.env.local
.env.*.local

# lock files
/yarn.lock

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
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.2.0-rc.1** (supports all STAC versions between 0.6.0 and 1.0.0)
Version: **3.2.0** (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
Loading

0 comments on commit 06de54f

Please sign in to comment.