File tree Expand file tree Collapse file tree 9 files changed +56
-12
lines changed
Expand file tree Collapse file tree 9 files changed +56
-12
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" : {
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 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 11{
22 "name" : " @cotar/cli" ,
3- "version" : " 6.0.0 " ,
3+ "version" : " 6.0.1 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "repository" : {
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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments