Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 29, 2021
1 parent 50c910f commit 1a2303c
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29)

**Note:** Version bump only for package @cotar/base





# [5.1.0](https://github.com/linz/cotar/compare/v5.0.1...v5.1.0) (2021-11-29)


Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"useYarn": true,
"packages": ["packages/*"],
"version": "5.1.0"
"packages": [
"packages/*"
],
"version": "5.1.1"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29)

**Note:** Version bump only for package @cotar/cli





# [5.1.0](https://github.com/linz/cotar/compare/v5.0.1...v5.1.0) (2021-11-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/cli",
"version": "5.1.0",
"version": "5.1.1",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@chunkd/source-file": "^8.0.1",
"@cotar/core": "^5.1.0",
"@cotar/core": "^5.1.1",
"@oclif/core": "^1.0.2",
"binparse": "^2.0.1",
"pino": "^7.0.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29)

**Note:** Version bump only for package @cotar/core





# [5.1.0](https://github.com/linz/cotar/compare/v5.0.1...v5.1.0) (2021-11-29)


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": "5.1.0",
"version": "5.1.1",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://github.com/linz/cotar/compare/v5.1.0...v5.1.1) (2021-11-29)

**Note:** Version bump only for package @cotar/tar





# [5.1.0](https://github.com/linz/cotar/compare/v5.0.1...v5.1.0) (2021-11-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/tar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/tar",
"version": "5.1.0",
"version": "5.1.1",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand Down

0 comments on commit 1a2303c

Please sign in to comment.