Skip to content

Commit

Permalink
chore: release master (#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and kodiakhq[bot] authored Aug 23, 2023
1 parent 1998daa commit c19acc7
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/cli": "8.0.2",
"packages/core": "8.0.2",
"packages/examples": "8.0.2",
"packages/cli": "8.1.0",
"packages/core": "8.1.0",
"packages/examples": "8.0.3",
"packages/fetchable": "7.0.0"
}
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [8.1.0](https://github.com/blacha/cogeotiff/compare/cli-v8.0.2...cli-v8.1.0) (2023-08-23)


### Features

* **cli:** fetch all tiff tags with --fetch-tags ([#1155](https://github.com/blacha/cogeotiff/issues/1155)) ([4067751](https://github.com/blacha/cogeotiff/commit/406775184eed18ab10ae2816ecbedea9706b20f5))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cogeotiff/core bumped from ^8.0.2 to ^8.1.0

## [8.0.2](https://github.com/blacha/cogeotiff/compare/cli-v8.0.1...cli-v8.0.2) (2023-08-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cogeotiff/cli",
"version": "8.0.2",
"version": "8.1.0",
"repository": {
"type": "git",
"url": "https://github.com/blacha/cogeotiff.git",
Expand All @@ -21,7 +21,7 @@
"@chunkd/middleware": "^11.0.0",
"@chunkd/fs": "^11.0.2",
"@chunkd/fs-aws": "^11.0.2",
"@cogeotiff/core": "^8.0.2",
"@cogeotiff/core": "^8.1.0",
"@linzjs/tracing": "^1.1.1",
"ansi-colors": "^4.1.1",
"cmd-ts": "^0.13.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [8.1.0](https://github.com/blacha/cogeotiff/compare/core-v8.0.2...core-v8.1.0) (2023-08-23)


### Features

* **cli:** fetch all tiff tags with --fetch-tags ([#1155](https://github.com/blacha/cogeotiff/issues/1155)) ([4067751](https://github.com/blacha/cogeotiff/commit/406775184eed18ab10ae2816ecbedea9706b20f5))


### Bug Fixes

* **core:** do not read past the end of a file ([#1152](https://github.com/blacha/cogeotiff/issues/1152)) ([fd0be56](https://github.com/blacha/cogeotiff/commit/fd0be56eee6944239502cd8ffd7a6fe89e76b984))

## [8.0.2](https://github.com/blacha/cogeotiff/compare/core-v8.0.1...core-v8.0.2) (2023-08-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cogeotiff/core",
"version": "8.0.2",
"version": "8.1.0",
"repository": {
"type": "git",
"url": "https://github.com/blacha/cogeotiff.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @cogeotiff/core bumped from ^8.0.1 to ^8.0.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cogeotiff/core bumped from ^8.0.2 to ^8.1.0

## [8.0.1](https://github.com/blacha/cogeotiff/compare/examples-v8.0.0...examples-v8.0.1) (2023-08-05)


Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cogeotiff/examples",
"private": true,
"version": "8.0.2",
"version": "8.0.3",
"repository": {
"type": "git",
"url": "https://github.com/blacha/cogeotiff.git",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@chunkd/source-http": "^11.0.1",
"@cogeotiff/core": "^8.0.2",
"@cogeotiff/core": "^8.1.0",
"esbuild": "^0.19.2"
},
"devDependencies": {
Expand Down

0 comments on commit c19acc7

Please sign in to comment.