Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - pmtiles@1.3.0
  • Loading branch information
bramp committed Feb 2, 2024
1 parent fa488ee commit 3797df6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-02-02

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`pmtiles` - `v1.3.0`](#pmtiles---v130)

---

#### `pmtiles` - `v1.3.0`

- Added support for dart2js builds


## 2024-01-29

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/pmtiles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0

- Added support for dart2js builds

## 1.2.0

- Bumped dependencies to align with latest flutter.
Expand Down
2 changes: 1 addition & 1 deletion packages/pmtiles/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pmtiles
description:
A library for parsing Protomaps PMTiles files. A single file archive format
for storing raster or vector map tiles.
version: 1.2.0
version: 1.3.0
repository: https://github.com/bramp/pmtiles-dart

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/pmtiles_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
args: ^2.4.2
pmtiles: ^1.2.0
pmtiles: ^1.3.0

dev_dependencies:
lints: ^3.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/pmtiles_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dev_dependencies:
lints: ^3.0.0
http: ^1.2.0
path: ^1.8.3
pmtiles: ^1.2.0
pmtiles: ^1.3.0
stream_channel: ^2.1.2
json_serializable: ^6.7.1
json_annotation: ^4.8.1
Expand Down

0 comments on commit 3797df6

Please sign in to comment.