Skip to content

Commit 06de54f

Browse files
committed
3.2.0
1 parent cbfca0f commit 06de54f

File tree

5 files changed

+17173
-32
lines changed

5 files changed

+17173
-32
lines changed

.gitignore

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
.DS_Store
2-
.cache/
3-
node_modules
4-
/dist
5-
6-
7-
# local env files
8-
.env
9-
.env.local
10-
.env.*.local
11-
12-
# lock files
13-
/yarn.lock
14-
/package-lock.json
15-
16-
# Log files
17-
npm-debug.log*
18-
yarn-debug.log*
19-
yarn-error.log*
20-
pnpm-debug.log*
21-
22-
# Editor directories and files
23-
.idea
24-
.vscode
25-
*.suo
26-
*.ntvs*
27-
*.njsproj
28-
*.sln
29-
*.sw?
1+
.DS_Store
2+
.cache/
3+
node_modules
4+
/dist
5+
6+
7+
# local env files
8+
.env
9+
.env.local
10+
.env.*.local
11+
12+
# lock files
13+
/yarn.lock
14+
15+
# Log files
16+
npm-debug.log*
17+
yarn-debug.log*
18+
yarn-error.log*
19+
pnpm-debug.log*
20+
21+
# Editor directories and files
22+
.idea
23+
.vscode
24+
*.suo
25+
*.ntvs*
26+
*.njsproj
27+
*.sln
28+
*.sw?

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.2.0-rc.1** (supports all STAC versions between 0.6.0 and 1.0.0)
11+
Version: **3.2.0** (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

0 commit comments

Comments
 (0)