diff --git a/.changeset/dry-apricots-refuse.md b/.changeset/dry-apricots-refuse.md deleted file mode 100644 index 2c46488..0000000 --- a/.changeset/dry-apricots-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@datatruck/cli": patch ---- - -Add download progress in datatruck repository diff --git a/.changeset/healthy-pugs-rest.md b/.changeset/healthy-pugs-rest.md deleted file mode 100644 index 1bd37cf..0000000 --- a/.changeset/healthy-pugs-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@datatruck/cli": minor ---- - -Add `allowlist` option to the datatruck server diff --git a/.changeset/seven-bananas-matter.md b/.changeset/seven-bananas-matter.md deleted file mode 100644 index 82bbf26..0000000 --- a/.changeset/seven-bananas-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@datatruck/cli": patch ---- - -Copy backups safely diff --git a/.changeset/violet-gifts-rescue.md b/.changeset/violet-gifts-rescue.md deleted file mode 100644 index 7c1fc9a..0000000 --- a/.changeset/violet-gifts-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@datatruck/cli": patch ---- - -Fix exit event diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b069aa8..95cdfed 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @datatruck/cli +## 0.30.0 + +### Minor Changes + +- [`e28b12d`](https://github.com/swordev/datatruck/commit/e28b12d08c36844317e506552443825ab3333139) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `allowlist` option to the datatruck server + +### Patch Changes + +- [`2f63e67`](https://github.com/swordev/datatruck/commit/2f63e67ee532892fda3a9d06e46336a42834e5ed) Thanks [@juanrgm](https://github.com/juanrgm)! - Add download progress in datatruck repository + +- [`258e933`](https://github.com/swordev/datatruck/commit/258e93385d9b6f93a435a28a2b26e53ea1763755) Thanks [@juanrgm](https://github.com/juanrgm)! - Copy backups safely + +- [`82b4c67`](https://github.com/swordev/datatruck/commit/82b4c67c55eee4f40753b48eb91345e6d6789f72) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix exit event + ## 0.29.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3c838d1..96fde1c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@datatruck/cli", - "version": "0.29.1", + "version": "0.30.0", "scripts": { "build": "tsc -b tsconfig.build.json", "clean": "tsc -b tsconfig.build.json --clean", diff --git a/packages/datatruck/CHANGELOG.md b/packages/datatruck/CHANGELOG.md index 44e222b..7a83006 100644 --- a/packages/datatruck/CHANGELOG.md +++ b/packages/datatruck/CHANGELOG.md @@ -1,5 +1,12 @@ # datatruck +## 0.30.0 + +### Patch Changes + +- Updated dependencies [[`2f63e67`](https://github.com/swordev/datatruck/commit/2f63e67ee532892fda3a9d06e46336a42834e5ed), [`e28b12d`](https://github.com/swordev/datatruck/commit/e28b12d08c36844317e506552443825ab3333139), [`258e933`](https://github.com/swordev/datatruck/commit/258e93385d9b6f93a435a28a2b26e53ea1763755), [`82b4c67`](https://github.com/swordev/datatruck/commit/82b4c67c55eee4f40753b48eb91345e6d6789f72)]: + - @datatruck/cli@0.30.0 + ## 0.29.1 ### Patch Changes diff --git a/packages/datatruck/package.json b/packages/datatruck/package.json index ac96d93..2895c41 100644 --- a/packages/datatruck/package.json +++ b/packages/datatruck/package.json @@ -1,6 +1,6 @@ { "name": "datatruck", - "version": "0.29.1", + "version": "0.30.0", "scripts": { "build": "tsc -b", "clean": "tsc -b --clean",