Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release master #543

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
chore: release master
  • Loading branch information
github-actions[bot] authored Apr 22, 2024
commit 14570fe534b421d957293d3ab3ea1503ebc68045
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)


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": {
@@ -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"
},
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": {
@@ -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",
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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) (2024-04-22)


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


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": {