Skip to content

Commit

Permalink
Release (#1641)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
scott-rc and github-actions[bot] authored Sep 5, 2024
1 parent 05cc186 commit c5977c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/add-data-deleted-warning-on-deploy.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gadgetinc/ggt

## 1.2.0

### Minor Changes

- 05cc186: `ggt deploy` will now show a deleted data warning when pushing changes to production that would cause data loss.

<img width="654" alt="image" src="https://github.com/user-attachments/assets/52b45cc7-54fb-480e-ad73-2d80fea3d4eb">

## 1.1.0

### Minor Changes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Options
--allow-different-directory Deploys from any local directory with existing files, even if the ".gadget/sync.json" file is missing
--allow-different-app Deploys a different app using the --app command, instead of the one specified in the “.gadget/sync.json” file
--allow-problems Deploys despite any existing issues found in the app (gelly errors, typescript errors etc.)
--allow-data-delete Deploys even if it results in the deletion of data in production
--allow-charges Deploys even if it results in additional charges to your plan

Examples
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggt",
"version": "1.1.0",
"version": "1.2.0",
"description": "The command-line interface for Gadget",
"homepage": "https://github.com/gadget-inc/ggt",
"bugs": {
Expand Down

0 comments on commit c5977c5

Please sign in to comment.