Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2023
1 parent 0528ef7 commit fc2882e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-games-wonder.md

This file was deleted.

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

## 0.32.1

### Patch Changes

- [`a479805`](https://github.com/swordev/datatruck/commit/a479805dd5c206d53eb5610f3f9db8cebe3e697a) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix `prune` option in the `backup` command

## 0.32.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.32.0",
"version": "0.32.1",
"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.32.1

### Patch Changes

- Updated dependencies [[`a479805`](https://github.com/swordev/datatruck/commit/a479805dd5c206d53eb5610f3f9db8cebe3e697a)]:
- @datatruck/cli@0.32.1

## 0.32.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.32.0",
"version": "0.32.1",
"scripts": {
"build": "tsc -b",
"clean": "tsc -b --clean",
Expand Down

0 comments on commit fc2882e

Please sign in to comment.