Skip to content

Commit

Permalink
- #178 Bump version, Fix spelling of "frist"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nospamas committed Mar 6, 2024
1 parent 342454a commit 23c7670
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esbonio.sphinx.confDir": ""
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "station-data-portal",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"dependencies": {
"@tanstack/react-query": "^5.20.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/preview/GraphsBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const GraphsBlock = () => {
/>
<KVLabel
{...{
label: "Frist Observation",
label: "First Observation",
value: variable.min_obs_time,
formatter: (value) => (
<>
Expand Down

0 comments on commit 23c7670

Please sign in to comment.