Skip to content

Commit

Permalink
Merge pull request #57 from swordev/changeset-release/main
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
juanrgm authored Oct 16, 2023
2 parents d59d435 + 3fe2077 commit 58e0e26
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-years-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-eyes-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-lizards-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-trains-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-bikes-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-pandas-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-planes-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-lions-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-chairs-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-seals-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-boats-ring.md

This file was deleted.

28 changes: 28 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @datatruck/cli

## 0.28.0

### Minor Changes

- [`b50b10b`](https://github.com/swordev/datatruck/commit/b50b10bb29a15db0b4dadd3de499b9cd6738d706) Thanks [@juanrgm](https://github.com/juanrgm)! - Replace cli interface and global refactoring

- [`89b0856`](https://github.com/swordev/datatruck/commit/89b0856b2a5bfc42458a9bcb271a04f2dce26098) Thanks [@juanrgm](https://github.com/juanrgm)! - Add telegram report config

- [`1745715`](https://github.com/swordev/datatruck/commit/17457154930f15865858e89b7f3932c617dfddf4) Thanks [@juanrgm](https://github.com/juanrgm)! - Enhance output table formatting

- [`8fa2fe0`](https://github.com/swordev/datatruck/commit/8fa2fe0a1213cf9614bb8c5bbe999d0d8e7130e8) Thanks [@juanrgm](https://github.com/juanrgm)! - Add copy command

- [`e3d54c3`](https://github.com/swordev/datatruck/commit/e3d54c34df8ba42e77040d183d993808c8a7cdbb) Thanks [@juanrgm](https://github.com/juanrgm)! - Add json/table format to all commands

- [`d59d435`](https://github.com/swordev/datatruck/commit/d59d435fc1a244da944ad0c36bf1dcf7735ba289) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `compress` option to `mysql-dump` task

- [`802d6a5`](https://github.com/swordev/datatruck/commit/802d6a577f46bfccc1c1a5b8c4431976cd6d7820) Thanks [@juanrgm](https://github.com/juanrgm)! - Show backup summary

### Patch Changes

- [`93e8e83`](https://github.com/swordev/datatruck/commit/93e8e830792f7d8957e89787c981e6a45ae4d02d) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `minFreeDiskSpace` config

- [`1ad7fd9`](https://github.com/swordev/datatruck/commit/1ad7fd99f6e8f6d8128ea35e7c680cc3618d6ac4) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix id filter in prune action

- [`5d1ece0`](https://github.com/swordev/datatruck/commit/5d1ece0760c317c71175250812e43fc866bcfc5a) Thanks [@juanrgm](https://github.com/juanrgm)! - Verify mysql dump files

- [`8c00e9c`](https://github.com/swordev/datatruck/commit/8c00e9c78a656807d09d147c9b1017c2a1b8d127) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix bsdtar execution

## 0.27.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datatruck/cli",
"version": "0.27.0",
"version": "0.28.0",
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "tsc -b tsconfig.build.json --clean",
Expand Down
7 changes: 7 additions & 0 deletions packages/datatruck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# datatruck

## 0.28.0

### Patch Changes

- Updated dependencies [[`b50b10b`](https://github.com/swordev/datatruck/commit/b50b10bb29a15db0b4dadd3de499b9cd6738d706), [`89b0856`](https://github.com/swordev/datatruck/commit/89b0856b2a5bfc42458a9bcb271a04f2dce26098), [`93e8e83`](https://github.com/swordev/datatruck/commit/93e8e830792f7d8957e89787c981e6a45ae4d02d), [`1ad7fd9`](https://github.com/swordev/datatruck/commit/1ad7fd99f6e8f6d8128ea35e7c680cc3618d6ac4), [`1745715`](https://github.com/swordev/datatruck/commit/17457154930f15865858e89b7f3932c617dfddf4), [`8fa2fe0`](https://github.com/swordev/datatruck/commit/8fa2fe0a1213cf9614bb8c5bbe999d0d8e7130e8), [`e3d54c3`](https://github.com/swordev/datatruck/commit/e3d54c34df8ba42e77040d183d993808c8a7cdbb), [`d59d435`](https://github.com/swordev/datatruck/commit/d59d435fc1a244da944ad0c36bf1dcf7735ba289), [`802d6a5`](https://github.com/swordev/datatruck/commit/802d6a577f46bfccc1c1a5b8c4431976cd6d7820), [`5d1ece0`](https://github.com/swordev/datatruck/commit/5d1ece0760c317c71175250812e43fc866bcfc5a), [`8c00e9c`](https://github.com/swordev/datatruck/commit/8c00e9c78a656807d09d147c9b1017c2a1b8d127)]:
- @datatruck/cli@0.28.0

## 0.27.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/datatruck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datatruck",
"version": "0.27.0",
"version": "0.28.0",
"scripts": {
"build": "tsc -b",
"clean": "tsc -b --clean",
Expand Down

0 comments on commit 58e0e26

Please sign in to comment.