Skip to content

Commit

Permalink
chore: release master (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 13, 2023
1 parent c810ada commit 3510f88
Show file tree
Hide file tree
Showing 7 changed files with 27 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.0",
"packages/core": "9.0.0",
"packages/examples": "9.0.0",
"packages/cli": "9.0.1",
"packages/core": "9.0.1",
"packages/examples": "9.0.1",
"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
@@ -1,5 +1,11 @@
# Changelog

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cogeotiff/core bumped from ^9.0.0 to ^9.0.1

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


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.0",
"version": "9.0.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": "^9.0.0",
"@cogeotiff/core": "^9.0.1",
"@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.1](https://github.com/blacha/cogeotiff/compare/core-v9.0.0...core-v9.0.1) (2023-12-13)


### Bug Fixes

* **core:** do not read past the end of a buffer ([c810ada](https://github.com/blacha/cogeotiff/commit/c810adacd9a508858a28d85f75afa620ec94b355))

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


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

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cogeotiff/core bumped from ^9.0.0 to ^9.0.1

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

0 comments on commit 3510f88

Please sign in to comment.