Skip to content

Commit

Permalink
chore: release master (#1246)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>@cogeotiff/cli: 9.0.3</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @cogeotiff/core bumped from ^9.0.2 to ^9.0.3
</details>

<details><summary>core: 9.0.3</summary>

##
[9.0.3](core-v9.0.2...core-v9.0.3)
(2024-01-08)


### Bug Fixes

* **core:** correctly get image width/height
([3697ade](3697ade))
* **core:** load more projection information
([57dd0a9](57dd0a9))
</details>

<details><summary>@cogeotiff/examples: 9.0.3</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @cogeotiff/core bumped from ^9.0.2 to ^9.0.3
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 8, 2024
1 parent a7732b2 commit 9826f9a
Show file tree
Hide file tree
Showing 7 changed files with 28 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": "9.0.2",
"packages/core": "9.0.2",
"packages/examples": "9.0.2",
"packages/cli": "9.0.3",
"packages/core": "9.0.3",
"packages/examples": "9.0.3",
"packages/fetchable": "7.0.0"
}
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @cogeotiff/core bumped from ^9.0.0 to ^9.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cogeotiff/core bumped from ^9.0.2 to ^9.0.3

## [9.0.2](https://github.com/blacha/cogeotiff/compare/cli-v9.0.1...cli-v9.0.2) (2023-12-15)


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": "9.0.2",
"version": "9.0.3",
"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": "^9.0.2",
"@cogeotiff/core": "^9.0.3",
"@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

## [9.0.3](https://github.com/blacha/cogeotiff/compare/core-v9.0.2...core-v9.0.3) (2024-01-08)


### Bug Fixes

* **core:** correctly get image width/height ([3697ade](https://github.com/blacha/cogeotiff/commit/3697aded0267f133bc273f9d80d2fa53485cf2f3))
* **core:** load more projection information ([57dd0a9](https://github.com/blacha/cogeotiff/commit/57dd0a9443231a1f2bb8be1be66e811467840d1a))

## [9.0.2](https://github.com/blacha/cogeotiff/compare/core-v9.0.1...core-v9.0.2) (2023-12-15)


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": "9.0.2",
"version": "9.0.3",
"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 @@ -30,6 +30,12 @@
* dependencies
* @cogeotiff/core bumped from ^9.0.1 to ^9.0.2

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cogeotiff/core bumped from ^9.0.2 to ^9.0.3

## [9.0.0](https://github.com/blacha/cogeotiff/compare/examples-v8.0.4...examples-v9.0.0) (2023-12-11)


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": "9.0.2",
"version": "9.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": "^9.0.2",
"@cogeotiff/core": "^9.0.3",
"esbuild": "^0.19.2"
},
"devDependencies": {
Expand Down

0 comments on commit 9826f9a

Please sign in to comment.