-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- <details><summary>builder: 6.0.0</summary> ## [6.0.0](builder-v5.5.0...builder-v6.0.0) (2023-12-11) ### ⚠ BREAKING CHANGES * split cotar builder from @cotar/core ([#481](#481)) ### Features * split cotar builder from @cotar/core ([#481](#481)) ([b8b801d](b8b801d)) ### Dependencies * The following workspace dependencies were updated * dependencies * @cotar/core bumped from ^5.5.0 to ^6.0.0 </details> <details><summary>cli: 6.0.0</summary> ## [6.0.0](cli-v5.6.0...cli-v6.0.0) (2023-12-11) ### ⚠ BREAKING CHANGES * split cotar builder from @cotar/core ([#481](#481)) ### Features * **cli:** allow validating external indexes ([#489](#489)) ([46b7305](46b7305)) * split cotar builder from @cotar/core ([#481](#481)) ([b8b801d](b8b801d)) * switch to node-next modules to catch missing ".js" extensions ([#428](#428)) ([e598397](e598397)) ### Dependencies * The following workspace dependencies were updated * dependencies * @cotar/core bumped from ^5.5.0 to ^6.0.0 * @cotar/builder bumped from ^5.5.0 to ^6.0.0 * @cotar/tar bumped from ^5.4.1 to ^6.0.0 </details> <details><summary>core: 6.0.0</summary> ## [6.0.0](core-v5.5.0...core-v6.0.0) (2023-12-11) ### ⚠ BREAKING CHANGES * split cotar builder from @cotar/core ([#481](#481)) * remove v1 index logic ([#479](#479)) ### Features * **core:** increase the default packing factor from 115% to 120% to reduce hash searches ([#367](#367)) ([e34c9c3](e34c9c3)) * remove v1 index logic ([#479](#479)) ([fbd3980](fbd3980)) * split cotar builder from @cotar/core ([#481](#481)) ([b8b801d](b8b801d)) * switch to node-next modules to catch missing ".js" extensions ([#428](#428)) ([e598397](e598397)) ### Bug Fixes * **core:** remove binparse from cotar reader ([#478](#478)) ([822f646](822f646)) </details> <details><summary>tar: 6.0.0</summary> ## [6.0.0](tar-v5.4.1...tar-v6.0.0) (2023-12-11) ### ⚠ BREAKING CHANGES * split cotar builder from @cotar/core ([#481](#481)) ### Features * split cotar builder from @cotar/core ([#481](#481)) ([b8b801d](b8b801d)) </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
1 parent
a6aabc2
commit eb65dbe
Showing
9 changed files
with
84 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"packages/cli": "5.6.0", | ||
"packages/builder": "5.5.0", | ||
"packages/core": "5.5.0", | ||
"packages/tar": "5.4.1" | ||
"packages/cli": "6.0.0", | ||
"packages/builder": "6.0.0", | ||
"packages/core": "6.0.0", | ||
"packages/tar": "6.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## [6.0.0](https://github.com/linz/cotar/compare/builder-v5.5.0...builder-v6.0.0) (2023-12-11) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* split cotar builder from @cotar/core ([#481](https://github.com/linz/cotar/issues/481)) | ||
|
||
### Features | ||
|
||
* split cotar builder from @cotar/core ([#481](https://github.com/linz/cotar/issues/481)) ([b8b801d](https://github.com/linz/cotar/commit/b8b801dd360e4a3ec7a9964f0f63f2066a49403d)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @cotar/core bumped from ^5.5.0 to ^6.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters