Skip to content

Commit

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


<details><summary>builder: 6.0.1</summary>

##
[6.0.1](builder-v6.0.0...builder-v6.0.1)
(2023-12-11)


### Bug Fixes

* correct lerna config
([bbd45d3](bbd45d3))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @cotar/core bumped from ^6.0.0 to ^6.0.1
</details>

<details><summary>cli: 6.0.1</summary>

##
[6.0.1](cli-v6.0.0...cli-v6.0.1)
(2023-12-11)


### Bug Fixes

* correct lerna config
([bbd45d3](bbd45d3))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * @cotar/core bumped from ^6.0.0 to ^6.0.1
    * @cotar/builder bumped from ^6.0.0 to ^6.0.1
    * @cotar/tar bumped from ^6.0.0 to ^6.0.1
</details>

<details><summary>core: 6.0.1</summary>

##
[6.0.1](core-v6.0.0...core-v6.0.1)
(2023-12-11)


### Bug Fixes

* correct lerna config
([bbd45d3](bbd45d3))
</details>

<details><summary>tar: 6.0.1</summary>

##
[6.0.1](tar-v6.0.0...tar-v6.0.1)
(2023-12-11)


### Bug Fixes

* correct lerna config
([bbd45d3](bbd45d3))
</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 Dec 11, 2023
1 parent bbd45d3 commit 89139c2
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/cli": "6.0.0",
"packages/builder": "6.0.0",
"packages/core": "6.0.0",
"packages/tar": "6.0.0"
"packages/cli": "6.0.1",
"packages/builder": "6.0.1",
"packages/core": "6.0.1",
"packages/tar": "6.0.1"
}
14 changes: 14 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [6.0.1](https://github.com/linz/cotar/compare/builder-v6.0.0...builder-v6.0.1) (2023-12-11)


### Bug Fixes

* correct lerna config ([bbd45d3](https://github.com/linz/cotar/commit/bbd45d329a6fd01d1c3d15a05ac9fe0acb426fe6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cotar/core bumped from ^6.0.0 to ^6.0.1

## [6.0.0](https://github.com/linz/cotar/compare/builder-v5.5.0...builder-v6.0.0) (2023-12-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/builder",
"version": "6.0.0",
"version": "6.0.1",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"@cotar/core": "^6.0.0",
"@cotar/core": "^6.0.1",
"@sindresorhus/fnv1a": "^3.0.0",
"binparse": "^2.0.1"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/linz/cotar/compare/cli-v6.0.0...cli-v6.0.1) (2023-12-11)


### Bug Fixes

* correct lerna config ([bbd45d3](https://github.com/linz/cotar/commit/bbd45d329a6fd01d1c3d15a05ac9fe0acb426fe6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @cotar/core bumped from ^6.0.0 to ^6.0.1
* @cotar/builder bumped from ^6.0.0 to ^6.0.1
* @cotar/tar bumped from ^6.0.0 to ^6.0.1

## [6.0.0](https://github.com/linz/cotar/compare/cli-v5.6.0...cli-v6.0.0) (2023-12-11)


Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/cli",
"version": "6.0.0",
"version": "6.0.1",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -26,9 +26,9 @@
"dependencies": {
"@chunkd/fs": "^11.0.2",
"@chunkd/source-file": "^11.0.0",
"@cotar/core": "^6.0.0",
"@cotar/builder": "^6.0.0",
"@cotar/tar": "^6.0.0",
"@cotar/core": "^6.0.1",
"@cotar/builder": "^6.0.1",
"@cotar/tar": "^6.0.1",
"binparse": "^2.0.1",
"cmd-ts": "^0.13.0",
"pino": "^8.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [6.0.1](https://github.com/linz/cotar/compare/core-v6.0.0...core-v6.0.1) (2023-12-11)


### Bug Fixes

* correct lerna config ([bbd45d3](https://github.com/linz/cotar/commit/bbd45d329a6fd01d1c3d15a05ac9fe0acb426fe6))

## [6.0.0](https://github.com/linz/cotar/compare/core-v5.5.0...core-v6.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": "@cotar/core",
"version": "6.0.0",
"version": "6.0.1",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/linz/cotar/compare/tar-v6.0.0...tar-v6.0.1) (2023-12-11)


### Bug Fixes

* correct lerna config ([bbd45d3](https://github.com/linz/cotar/commit/bbd45d329a6fd01d1c3d15a05ac9fe0acb426fe6))

## [6.0.0](https://github.com/linz/cotar/compare/tar-v5.4.1...tar-v6.0.0) (2023-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/tar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/tar",
"version": "6.0.0",
"version": "6.0.1",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand Down

0 comments on commit 89139c2

Please sign in to comment.