Skip to content

Commit 89139c2

Browse files
chore: release master (#500)
🤖 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>
1 parent bbd45d3 commit 89139c2

File tree

9 files changed

+56
-12
lines changed

9 files changed

+56
-12
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/cli": "6.0.0",
3-
"packages/builder": "6.0.0",
4-
"packages/core": "6.0.0",
5-
"packages/tar": "6.0.0"
2+
"packages/cli": "6.0.1",
3+
"packages/builder": "6.0.1",
4+
"packages/core": "6.0.1",
5+
"packages/tar": "6.0.1"
66
}

packages/builder/CHANGELOG.md

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

3+
## [6.0.1](https://github.com/linz/cotar/compare/builder-v6.0.0...builder-v6.0.1) (2023-12-11)
4+
5+
6+
### Bug Fixes
7+
8+
* correct lerna config ([bbd45d3](https://github.com/linz/cotar/commit/bbd45d329a6fd01d1c3d15a05ac9fe0acb426fe6))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @cotar/core bumped from ^6.0.0 to ^6.0.1
16+
317
## [6.0.0](https://github.com/linz/cotar/compare/builder-v5.5.0...builder-v6.0.0) (2023-12-11)
418

519

packages/builder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cotar/builder",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"scripts": {
@@ -22,7 +22,7 @@
2222
},
2323
"license": "MIT",
2424
"dependencies": {
25-
"@cotar/core": "^6.0.0",
25+
"@cotar/core": "^6.0.1",
2626
"@sindresorhus/fnv1a": "^3.0.0",
2727
"binparse": "^2.0.1"
2828
},

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.1](https://github.com/linz/cotar/compare/cli-v6.0.0...cli-v6.0.1) (2023-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* correct lerna config ([bbd45d3](https://github.com/linz/cotar/commit/bbd45d329a6fd01d1c3d15a05ac9fe0acb426fe6))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @cotar/core bumped from ^6.0.0 to ^6.0.1
19+
* @cotar/builder bumped from ^6.0.0 to ^6.0.1
20+
* @cotar/tar bumped from ^6.0.0 to ^6.0.1
21+
622
## [6.0.0](https://github.com/linz/cotar/compare/cli-v5.6.0...cli-v6.0.0) (2023-12-11)
723

824

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cotar/cli",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": {
@@ -26,9 +26,9 @@
2626
"dependencies": {
2727
"@chunkd/fs": "^11.0.2",
2828
"@chunkd/source-file": "^11.0.0",
29-
"@cotar/core": "^6.0.0",
30-
"@cotar/builder": "^6.0.0",
31-
"@cotar/tar": "^6.0.0",
29+
"@cotar/core": "^6.0.1",
30+
"@cotar/builder": "^6.0.1",
31+
"@cotar/tar": "^6.0.1",
3232
"binparse": "^2.0.1",
3333
"cmd-ts": "^0.13.0",
3434
"pino": "^8.1.0",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4444

4545

4646

47+
## [6.0.1](https://github.com/linz/cotar/compare/core-v6.0.0...core-v6.0.1) (2023-12-11)
48+
49+
50+
### Bug Fixes
51+
52+
* correct lerna config ([bbd45d3](https://github.com/linz/cotar/commit/bbd45d329a6fd01d1c3d15a05ac9fe0acb426fe6))
53+
4754
## [6.0.0](https://github.com/linz/cotar/compare/core-v5.5.0...core-v6.0.0) (2023-12-11)
4855

4956

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": "@cotar/core",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"scripts": {

packages/tar/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.1](https://github.com/linz/cotar/compare/tar-v6.0.0...tar-v6.0.1) (2023-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* correct lerna config ([bbd45d3](https://github.com/linz/cotar/commit/bbd45d329a6fd01d1c3d15a05ac9fe0acb426fe6))
12+
613
## [6.0.0](https://github.com/linz/cotar/compare/tar-v5.4.1...tar-v6.0.0) (2023-12-11)
714

815

packages/tar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cotar/tar",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"repository": {

0 commit comments

Comments
 (0)