Skip to content

Commit

Permalink
Merge pull request #60 from swordev/changeset-release/main
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
juanrgm authored Oct 18, 2023
2 parents 929d9b8 + 6fc207f commit b694f37
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-apricots-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-pugs-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-bananas-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-gifts-rescue.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.29.1",
"version": "0.30.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.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
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.29.1",
"version": "0.30.0",
"scripts": {
"build": "tsc -b",
"clean": "tsc -b --clean",
Expand Down

0 comments on commit b694f37

Please sign in to comment.