Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "6.0.1",
"packages/builder": "6.0.1",
"packages/core": "6.0.1",
"packages/cli": "6.0.2",
"packages/builder": "6.0.2",
"packages/core": "6.1.0",
"packages/tar": "6.0.1"
}
6 changes: 6 additions & 0 deletions packages/builder/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
* @cotar/core bumped from ^6.0.1 to ^6.1.0

## [6.0.1](https://github.com/linz/cotar/compare/builder-v6.0.0...builder-v6.0.1) (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.1",
"version": "6.0.2",
"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.1",
"@cotar/core": "^6.1.0",
"@sindresorhus/fnv1a": "^3.0.0",
"binparse": "^2.0.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/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.

### Dependencies

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

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


Expand Down
6 changes: 3 additions & 3 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.1",
"version": "6.0.2",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -26,8 +26,8 @@
"dependencies": {
"@chunkd/fs": "^11.0.2",
"@chunkd/source-file": "^11.0.0",
"@cotar/core": "^6.0.1",
"@cotar/builder": "^6.0.1",
"@cotar/core": "^6.1.0",
"@cotar/builder": "^6.0.2",
"@cotar/tar": "^6.0.1",
"binparse": "^2.0.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
Expand Up @@ -44,6 +44,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [6.1.0](https://github.com/linz/cotar/compare/core-v6.0.1...core-v6.1.0) (2025-07-10)


### Features

* **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))

## [6.0.1](https://github.com/linz/cotar/compare/core-v6.0.0...core-v6.0.1) (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.1",
"version": "6.1.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
Expand Down