Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2023
1 parent 03f38ff commit e916e57
Show file tree
Hide file tree
Showing 21 changed files with 121 additions and 179 deletions.
5 changes: 0 additions & 5 deletions .changeset/211705f38a5db710e0ddf268f3676301e9a98705.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/3140f78d165774de0eff1941226a5eb026b92fc7.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/3b54860cb2dd4cdb865f69696697a5cb2a004199.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/43d91bc1729b3d1788cba24ec56c98441777a588.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/4934fd59ef514a44e290e3b3cb46e6886271cd32.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/5a90467a676c8afeed319552f4cf4040a07c4dc7.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/849f1e0307480184ba3ffba19356a1cdca9d9ffa.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/91c0b2f5f02f8926e7ad0879a357cda9ba9e2afe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/acf192467d37ad901eff4be3d66bfe0237885b2c.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/b95cf5eff226c4ee6e17379af591ff8a15296fb8.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/c0ecee3cd91ec024d70edb376eabac6afaa2cbcf.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ccb39a322e177652c6a62d23d4f6d5087f66a510.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cd39b8529002a2dd379efe2618687727a8cca840.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ce13ab1a497c81f6bb9ff9a2dfa5cf9bea146266.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/cyan-dolphins-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fbc4ae37a0c0e57448a98b3c749769e13d746a96.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fe982bda616bb44daa05ce189df3905b13d42951.md

This file was deleted.

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

## 0.3.4

### Patch Changes

- 628c24f: Bump @sentry/node from 7.80.1 to 7.81.0
- 9871c6e: Bump @sentry/node from 7.84.0 to 7.85.0
- 82536a8: Bump @sentry/node from 7.79.0 to 7.80.0
- ae25c76: Bump @sentry/node from 7.75.1 to 7.76.0
- dbbbc96: Bump @sentry/node from 7.81.1 to 7.82.0
- f9385ea: Bump ignore from 5.2.4 to 5.3.0
- 041cfe4: Bump fs-extra from 11.1.1 to 11.2.0
- 197bec8: Bump serialize-error from 11.0.2 to 11.0.3
- 0a555c0: Bump @sentry/node from 7.82.0 to 7.84.0
- 29c6ed0: Bump @sentry/node from 7.80.0 to 7.80.1
- bdc646d: Bump @sentry/node from 7.76.0 to 7.77.0
- 8075a9b: Bump @sentry/node from 7.85.0 to 7.86.0
- 4b67530: Bump @inquirer/select from 1.3.0 to 1.3.1
- 188e22f: Bump @sentry/node from 7.77.0 to 7.79.0
- 770beb1: We made some improvements to our debug logs!

Previously, we were using the `debug` package to log messages. This was good at first, but now that we're adding more features to `ggt` we need more control over our logs. We want to be able to output structured logs, control the verbosity, and output them as JSON so that we can pipe them to another tool or parse them in a script.

To accomplish this, we've added 2 new flags:

- `-v, --verbose` to output structured logs

This replaces the `--debug` flag, which was a boolean flag that would print out all logs. This new flag is a counter, so you can use it multiple times to increase the verbosity of the logs. Currently, there are 3 levels of verbosity:

- `-v` = INFO
- `-vv` = DEBUG
- `-vvv` = TRACE

- `--json` to print out logs in JSON format

This is useful if you want to pipe the logs to another tool, or if you want to parse the logs in a script.

- bfb6152: Bump ws from 8.14.2 to 8.15.0
- d69f01f: Bump @sentry/node from 7.81.0 to 7.81.1

## 0.3.3

### Patch Changes
Expand Down
Loading

0 comments on commit e916e57

Please sign in to comment.