Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 16, 2021
1 parent ba2bc57 commit c0283c4
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/linz/cotar/compare/v4.0.0...v5.0.0) (2021-09-16)


### Features

* switch to chunkd v7 which uses a dataview based interface ([ddc62bf](https://github.com/linz/cotar/commit/ddc62bf017e92616e7e01b642c2581bc4abbc33e))
* switch to esm modules ([5df415a](https://github.com/linz/cotar/commit/5df415a4b3668922f5e179fd371260482dd2238f))


### BREAKING CHANGES

* Switched to ESM modules this breaks all compatability
with CommonJS modules





# [4.0.0](https://github.com/linz/cotar/compare/v3.1.0...v4.0.0) (2021-07-23)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "4.0.0"
"version": "5.0.0"
}
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/linz/cotar/compare/v4.0.0...v5.0.0) (2021-09-16)


### Features

* switch to chunkd v7 which uses a dataview based interface ([ddc62bf](https://github.com/linz/cotar/commit/ddc62bf017e92616e7e01b642c2581bc4abbc33e))
* switch to esm modules ([5df415a](https://github.com/linz/cotar/commit/5df415a4b3668922f5e179fd371260482dd2238f))


### BREAKING CHANGES

* Switched to ESM modules this breaks all compatability
with CommonJS modules





# [4.0.0](https://github.com/linz/cotar/compare/v3.1.0...v4.0.0) (2021-07-23)


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": "4.0.0",
"version": "5.0.0",
"main": "index.js",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@chunkd/source-file": "^7.2.2",
"@cotar/core": "^4.0.0",
"@cotar/core": "^5.0.0",
"@oclif/core": "^0.5.38",
"binparse": "^1.1.0",
"pino": "^6.11.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/linz/cotar/compare/v4.0.0...v5.0.0) (2021-09-16)


### Features

* switch to chunkd v7 which uses a dataview based interface ([ddc62bf](https://github.com/linz/cotar/commit/ddc62bf017e92616e7e01b642c2581bc4abbc33e))
* switch to esm modules ([5df415a](https://github.com/linz/cotar/commit/5df415a4b3668922f5e179fd371260482dd2238f))


### BREAKING CHANGES

* Switched to ESM modules this breaks all compatability
with CommonJS modules





# [4.0.0](https://github.com/linz/cotar/compare/v3.1.0...v4.0.0) (2021-07-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cotar/core",
"version": "4.0.0",
"version": "5.0.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": {
Expand All @@ -15,7 +15,7 @@
},
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit c0283c4

Please sign in to comment.