Skip to content

Commit 9826f9a

Browse files
chore: release master (#1246)
🤖 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>
1 parent a7732b2 commit 9826f9a

File tree

7 files changed

+28
-8
lines changed

7 files changed

+28
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/cli": "9.0.2",
3-
"packages/core": "9.0.2",
4-
"packages/examples": "9.0.2",
2+
"packages/cli": "9.0.3",
3+
"packages/core": "9.0.3",
4+
"packages/examples": "9.0.3",
55
"packages/fetchable": "7.0.0"
66
}

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
* dependencies
77
* @cogeotiff/core bumped from ^9.0.0 to ^9.0.1
88

9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @cogeotiff/core bumped from ^9.0.2 to ^9.0.3
14+
915
## [9.0.2](https://github.com/blacha/cogeotiff/compare/cli-v9.0.1...cli-v9.0.2) (2023-12-15)
1016

1117

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cogeotiff/cli",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/blacha/cogeotiff.git",
@@ -21,7 +21,7 @@
2121
"@chunkd/middleware": "^11.0.0",
2222
"@chunkd/fs": "^11.0.2",
2323
"@chunkd/fs-aws": "^11.0.2",
24-
"@cogeotiff/core": "^9.0.2",
24+
"@cogeotiff/core": "^9.0.3",
2525
"@linzjs/tracing": "^1.1.1",
2626
"ansi-colors": "^4.1.1",
2727
"cmd-ts": "^0.13.0",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [9.0.3](https://github.com/blacha/cogeotiff/compare/core-v9.0.2...core-v9.0.3) (2024-01-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** correctly get image width/height ([3697ade](https://github.com/blacha/cogeotiff/commit/3697aded0267f133bc273f9d80d2fa53485cf2f3))
9+
* **core:** load more projection information ([57dd0a9](https://github.com/blacha/cogeotiff/commit/57dd0a9443231a1f2bb8be1be66e811467840d1a))
10+
311
## [9.0.2](https://github.com/blacha/cogeotiff/compare/core-v9.0.1...core-v9.0.2) (2023-12-15)
412

513

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cogeotiff/core",
3-
"version": "9.0.2",
3+
"version": "9.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/blacha/cogeotiff.git",

packages/examples/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
* dependencies
3131
* @cogeotiff/core bumped from ^9.0.1 to ^9.0.2
3232

33+
### Dependencies
34+
35+
* The following workspace dependencies were updated
36+
* dependencies
37+
* @cogeotiff/core bumped from ^9.0.2 to ^9.0.3
38+
3339
## [9.0.0](https://github.com/blacha/cogeotiff/compare/examples-v8.0.4...examples-v9.0.0) (2023-12-11)
3440

3541

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cogeotiff/examples",
33
"private": true,
4-
"version": "9.0.2",
4+
"version": "9.0.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/blacha/cogeotiff.git",
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@chunkd/source-http": "^11.0.1",
24-
"@cogeotiff/core": "^9.0.2",
24+
"@cogeotiff/core": "^9.0.3",
2525
"esbuild": "^0.19.2"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)