Skip to content

Commit e88843a

Browse files
authored
Merge pull request #6 from wyattjoh/changeset-release/main
Version Packages
2 parents 3f14c91 + 567d55f commit e88843a

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/storage-cleanup-command.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @next-dev-utils/cli
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 3f14c91: Add storage cleanup command to remove old packages from cloud storage bucket. The new `cleanup` command automatically removes files older than 1 day, helping maintain storage hygiene by cleaning up temporary test packages and old deployments. Includes `--dry-run` option for safe preview and `--verbose` option for detailed output.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [3f14c91]
12+
- @next-dev-utils/utils@1.2.0
13+
314
## 1.2.0
415

516
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-dev-utils/cli",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"bin": {
55
"nu": "./bin/next-dev-utils.mjs"
66
},

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @next-dev-utils/utils
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 3f14c91: Add storage cleanup command to remove old packages from cloud storage bucket. The new `cleanup` command automatically removes files older than 1 day, helping maintain storage hygiene by cleaning up temporary test packages and old deployments. Includes `--dry-run` option for safe preview and `--verbose` option for detailed output.
8+
39
## 1.1.0
410

511
### Minor Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-dev-utils/utils",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"exports": {
55
".": {
66
"import": "./dist/lib.js",

0 commit comments

Comments
 (0)