Skip to content

Commit 14570fe

Browse files
chore: release master
1 parent f0db02c commit 14570fe

File tree

7 files changed

+29
-9
lines changed

7 files changed

+29
-9
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": "6.0.1",
3-
"packages/builder": "6.0.1",
4-
"packages/core": "6.0.1",
2+
"packages/cli": "6.0.2",
3+
"packages/builder": "6.0.2",
4+
"packages/core": "6.1.0",
55
"packages/tar": "6.0.1"
66
}

packages/builder/CHANGELOG.md

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

3+
### Dependencies
4+
5+
* The following workspace dependencies were updated
6+
* dependencies
7+
* @cotar/core bumped from ^6.0.1 to ^6.1.0
8+
39
## [6.0.1](https://github.com/linz/cotar/compare/builder-v6.0.0...builder-v6.0.1) (2023-12-11)
410

511

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.1",
3+
"version": "6.0.2",
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.1",
25+
"@cotar/core": "^6.1.0",
2626
"@sindresorhus/fnv1a": "^3.0.0",
2727
"binparse": "^2.0.1"
2828
},

packages/cli/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+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @cotar/core bumped from ^6.0.1 to ^6.1.0
11+
* @cotar/builder bumped from ^6.0.1 to ^6.0.2
12+
613
## [6.0.1](https://github.com/linz/cotar/compare/cli-v6.0.0...cli-v6.0.1) (2023-12-11)
714

815

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cotar/cli",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": {
@@ -26,8 +26,8 @@
2626
"dependencies": {
2727
"@chunkd/fs": "^11.0.2",
2828
"@chunkd/source-file": "^11.0.0",
29-
"@cotar/core": "^6.0.1",
30-
"@cotar/builder": "^6.0.1",
29+
"@cotar/core": "^6.1.0",
30+
"@cotar/builder": "^6.0.2",
3131
"@cotar/tar": "^6.0.1",
3232
"binparse": "^2.0.1",
3333
"cmd-ts": "^0.13.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.1.0](https://github.com/linz/cotar/compare/core-v6.0.1...core-v6.1.0) (2024-04-22)
48+
49+
50+
### Features
51+
52+
* **core:** make it easier to create a cotar from tar and tar index ([#542](https://github.com/linz/cotar/issues/542)) ([f0db02c](https://github.com/linz/cotar/commit/f0db02cfd6a854fbd5791244e4c51344ca6c7c2d))
53+
4754
## [6.0.1](https://github.com/linz/cotar/compare/core-v6.0.0...core-v6.0.1) (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.1",
3+
"version": "6.1.0",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)