From 44eec6011c623378ec620f6272f1597770d03163 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Feb 2024 11:59:09 +0000 Subject: [PATCH] chore: update versions --- .changeset/big-pears-drop.md | 5 ----- .changeset/nine-parents-count.md | 5 ----- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/datatruck/CHANGELOG.md | 7 +++++++ packages/datatruck/package.json | 2 +- 6 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 .changeset/big-pears-drop.md delete mode 100644 .changeset/nine-parents-count.md diff --git a/.changeset/big-pears-drop.md b/.changeset/big-pears-drop.md deleted file mode 100644 index 80a304b..0000000 --- a/.changeset/big-pears-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@datatruck/cli": patch ---- - -Update dependencies diff --git a/.changeset/nine-parents-count.md b/.changeset/nine-parents-count.md deleted file mode 100644 index f9905c1..0000000 --- a/.changeset/nine-parents-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@datatruck/cli": patch ---- - -Limit the wait on process exit diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d78d12f..7081d2a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @datatruck/cli +## 0.36.3 + +### Patch Changes + +- [`3c6296a`](https://github.com/swordev/datatruck/commit/3c6296a47dc12c76bd055095cac4908898a41785) Thanks [@juanrgm](https://github.com/juanrgm)! - Update dependencies + +- [`65b62d6`](https://github.com/swordev/datatruck/commit/65b62d640bb606b59b825fceaba7a27b6e3be35c) Thanks [@juanrgm](https://github.com/juanrgm)! - Limit the wait on process exit + ## 0.36.2 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index cf5c651..4ae85ea 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@datatruck/cli", - "version": "0.36.2", + "version": "0.36.3", "description": "Tool for creating and managing backups", "homepage": "https://github.com/swordev/datatruck#readme", "bugs": { diff --git a/packages/datatruck/CHANGELOG.md b/packages/datatruck/CHANGELOG.md index c60fdac..13b4579 100644 --- a/packages/datatruck/CHANGELOG.md +++ b/packages/datatruck/CHANGELOG.md @@ -1,5 +1,12 @@ # datatruck +## 0.36.3 + +### Patch Changes + +- Updated dependencies [[`3c6296a`](https://github.com/swordev/datatruck/commit/3c6296a47dc12c76bd055095cac4908898a41785), [`65b62d6`](https://github.com/swordev/datatruck/commit/65b62d640bb606b59b825fceaba7a27b6e3be35c)]: + - @datatruck/cli@0.36.3 + ## 0.36.2 ### Patch Changes diff --git a/packages/datatruck/package.json b/packages/datatruck/package.json index 0446aa9..07f7add 100644 --- a/packages/datatruck/package.json +++ b/packages/datatruck/package.json @@ -1,6 +1,6 @@ { "name": "datatruck", - "version": "0.36.2", + "version": "0.36.3", "description": "Tool for creating and managing backups", "homepage": "https://github.com/swordev/datatruck#readme", "bugs": {