Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 16, 2024
1 parent 35a0112 commit f859212
Show file tree
Hide file tree
Showing 7 changed files with 35 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.3",
"packages/core": "9.0.3",
"packages/examples": "9.0.3",
"packages/cli": "9.0.4",
"packages/core": "9.0.4",
"packages/examples": "9.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
Expand Up @@ -12,6 +12,20 @@
* dependencies
* @cogeotiff/core bumped from ^9.0.2 to ^9.0.3

## [9.0.4](https://github.com/blacha/cogeotiff/compare/cli-v9.0.3...cli-v9.0.4) (2024-10-16)


### Bug Fixes

* **cli:** correctly show "not loaded" when strings are not loaded ([#1309](https://github.com/blacha/cogeotiff/issues/1309)) ([fdbd4e9](https://github.com/blacha/cogeotiff/commit/fdbd4e975ac5f27c4e36438e0f1ff776e7db7f5a))


### Dependencies

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

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

## [9.0.4](https://github.com/blacha/cogeotiff/compare/core-v9.0.3...core-v9.0.4) (2024-10-16)


### Bug Fixes

* **cli:** correctly show "not loaded" when strings are not loaded ([#1309](https://github.com/blacha/cogeotiff/issues/1309)) ([fdbd4e9](https://github.com/blacha/cogeotiff/commit/fdbd4e975ac5f27c4e36438e0f1ff776e7db7f5a))

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


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

### Dependencies

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

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

0 comments on commit f859212

Please sign in to comment.