Skip to content

Commit

Permalink
Merge pull request #58 from swordev/changeset-release/main
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
juanrgm authored Oct 17, 2023
2 parents 2a32b92 + b4abea5 commit 8d24da9
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-geckos-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-tigers-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-singers-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-walls-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-avocados-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-mails-sleep.md

This file was deleted.

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

## 0.29.0

### Minor Changes

- [`363fc0d`](https://github.com/swordev/datatruck/commit/363fc0d8158aba6ae6a171769ef01dcd0fd2de08) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `--prune` option to the backup command

- [`e47ed46`](https://github.com/swordev/datatruck/commit/e47ed46c47fc93d7d5f3b76935d425c6b42ae9a5) Thanks [@juanrgm](https://github.com/juanrgm)! - Add `--last` option to the copy command

- [`0a760a2`](https://github.com/swordev/datatruck/commit/0a760a2038ff77966936b3a9a0a8e865f4dae4c4) Thanks [@juanrgm](https://github.com/juanrgm)! - Add global prune policy to the config

### Patch Changes

- [`1c5084d`](https://github.com/swordev/datatruck/commit/1c5084dab2058ab9699f1a908f2581cd03da0468) Thanks [@juanrgm](https://github.com/juanrgm)! - Rename `--no-restore-path` to `--initial`

- [`5fe3e91`](https://github.com/swordev/datatruck/commit/5fe3e91e994238cf901e570c9b9ef8254d79afa1) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix prune policy

- [`bd4d42e`](https://github.com/swordev/datatruck/commit/bd4d42e0261f79bdb69dd55abc30ef8bb0bfdcd7) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix reports

## 0.28.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.28.0",
"version": "0.29.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.29.0

### Patch Changes

- Updated dependencies [[`1c5084d`](https://github.com/swordev/datatruck/commit/1c5084dab2058ab9699f1a908f2581cd03da0468), [`363fc0d`](https://github.com/swordev/datatruck/commit/363fc0d8158aba6ae6a171769ef01dcd0fd2de08), [`5fe3e91`](https://github.com/swordev/datatruck/commit/5fe3e91e994238cf901e570c9b9ef8254d79afa1), [`e47ed46`](https://github.com/swordev/datatruck/commit/e47ed46c47fc93d7d5f3b76935d425c6b42ae9a5), [`0a760a2`](https://github.com/swordev/datatruck/commit/0a760a2038ff77966936b3a9a0a8e865f4dae4c4), [`bd4d42e`](https://github.com/swordev/datatruck/commit/bd4d42e0261f79bdb69dd55abc30ef8bb0bfdcd7)]:
- @datatruck/cli@0.29.0

## 0.28.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.28.0",
"version": "0.29.0",
"scripts": {
"build": "tsc -b",
"clean": "tsc -b --clean",
Expand Down

0 comments on commit 8d24da9

Please sign in to comment.