Skip to content

Commit

Permalink
STAC 1.0.0 support, release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 29, 2021
1 parent fd6f04a commit fa85408
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
30 changes: 26 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
.DS_Store
.cache/
dist/
node_modules
/dist


# local env files
.env
yarn.lock
node_modules/
.vscode/
.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?
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: **2.0.0-rc.3** (supports all STAC versions between 0.6.0 and 1.0.0-rc.4)
Version: **2.0.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
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radiantearth/stac-browser",
"version": "2.0.0-rc.3",
"version": "2.0.0",
"description": "A Vue-based STAC browser intended for static + dynamic deployment",
"main": "src/main.js",
"scripts": {
Expand All @@ -17,8 +17,7 @@
"author": "Radiant Earth Foundation <[email protected]>",
"contributors": [
{
"name": "Seth Fitzsimmons",
"email": "[email protected]"
"name": "Seth Fitzsimmons"
},
{
"name": "Rob Emanuele"
Expand All @@ -31,7 +30,7 @@
"dependencies": {
"@babel/core": "^7.12.10",
"@radiantearth/stac-fields": "1.0.0-beta.7",
"@radiantearth/stac-migrate": "1.0.0-rc.4",
"@radiantearth/stac-migrate": "1.0.0",
"bootstrap-vue": "^2.21.2",
"bs58": "^4.0.1",
"commonmark": "^0.29.3",
Expand Down

0 comments on commit fa85408

Please sign in to comment.