Skip to content

Commit

Permalink
chore: release master (#1158)
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>
  • Loading branch information
github-actions[bot] authored Nov 14, 2023
1 parent e3d93ea commit b4fa67e
Show file tree
Hide file tree
Showing 7 changed files with 36 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.1.0",
"packages/core": "8.1.0",
"packages/examples": "8.0.3",
"packages/cli": "8.1.1",
"packages/core": "8.1.1",
"packages/examples": "8.0.4",
"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.1](https://github.com/blacha/cogeotiff/compare/cli-v8.1.0...cli-v8.1.1) (2023-11-14)


### Bug Fixes

* **cli:** correct html creation ([7156d63](https://github.com/blacha/cogeotiff/commit/7156d63626c56f868b694e8124fdd96fd83f09be))


### Dependencies

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

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


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.1.0",
"version": "8.1.1",
"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.1.0",
"@cogeotiff/core": "^8.1.1",
"@linzjs/tracing": "^1.1.1",
"ansi-colors": "^4.1.1",
"cmd-ts": "^0.13.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [8.1.1](https://github.com/blacha/cogeotiff/compare/core-v8.1.0...core-v8.1.1) (2023-11-14)


### Bug Fixes

* **core:** correct loading of sub array geotags ([#1214](https://github.com/blacha/cogeotiff/issues/1214)) ([a67ec0a](https://github.com/blacha/cogeotiff/commit/a67ec0a0ca77313fdfb298ea72c532f496562d68))
* **core:** expose CogTiffImage ([aca2c58](https://github.com/blacha/cogeotiff/commit/aca2c58f2c6ad0ccf95310eedd7402d50b9e77bd))

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


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.1.0",
"version": "8.1.1",
"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 @@ -12,6 +12,12 @@
* dependencies
* @cogeotiff/core bumped from ^8.0.2 to ^8.1.0

### Dependencies

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

## [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.3",
"version": "8.0.4",
"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.1.0",
"@cogeotiff/core": "^8.1.1",
"esbuild": "^0.19.2"
},
"devDependencies": {
Expand Down

0 comments on commit b4fa67e

Please sign in to comment.