Skip to content

Commit

Permalink
pub(geodata): pre-release 1.0.0-dev.0 of stable release 1.0.0 #187
Browse files Browse the repository at this point in the history
  • Loading branch information
navispatial committed Oct 27, 2023
1 parent 1b75fa9 commit 137a673
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions dart/geodata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

NOTE: Version 1.0.0 currently under development (1.0.0-dev.0).

🛠 Maintenance:
* Uses the latest `geobase` version 1.0.0

## 0.13.0

[geodata version 0.13.0 #198](https://github.com/navibyte/geospatial/issues/198)
Expand Down
2 changes: 1 addition & 1 deletion dart/geodata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Add the dependency in your `pubspec.yaml`:

```yaml
dependencies:
geodata: ^0.13.0
geodata: ^1.0.0-dev.0
```
Import it:
Expand Down
7 changes: 3 additions & 4 deletions dart/geodata/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: A geospatial client to read GeoJSON and OGC API Features data sourc
version: 1.0.0-dev.0
repository: https://github.com/navibyte/geospatial
homepage: https://github.com/navibyte/geospatial/tree/main/dart/geodata
publish_to: none

environment:
sdk: '>=2.17.0 <4.0.0'
Expand All @@ -13,9 +12,9 @@ dependencies:
http: ^0.13.0
meta: ^1.7.0

#geobase: ^1.0.0
geobase:
path: ../geobase
geobase: ^1.0.0-dev.3
#geobase:
# path: ../geobase

dev_dependencies:
test: ^1.21.1
Expand Down

0 comments on commit 137a673

Please sign in to comment.