diff --git a/.changeset/ninety-files-arrive.md b/.changeset/ninety-files-arrive.md deleted file mode 100644 index fab80d03b5d0..000000000000 --- a/.changeset/ninety-files-arrive.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: do not ask the user for metrics permission if running in a CI - -Fixes https://github.com/cloudflare/wrangler2/issues/1480 diff --git a/.changeset/swift-parents-shop.md b/.changeset/swift-parents-shop.md deleted file mode 100644 index d91f7e27283f..000000000000 --- a/.changeset/swift-parents-shop.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"wrangler": patch ---- - -feat: support controlling metrics gathering via `WRANGLER_SEND_METRICS` environment variable - -Setting the `WRANGLER_SEND_METRICS` environment variable will override any other metrics controls, -such as the `send_metrics` property in wrangler.toml and cached user preference. diff --git a/package-lock.json b/package-lock.json index 00cd08c8ba94..94a0276caa9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20838,7 +20838,7 @@ } }, "packages/wrangler": { - "version": "2.0.21", + "version": "2.0.22", "license": "MIT OR Apache-2.0", "dependencies": { "@cloudflare/kv-asset-handler": "^0.2.0", @@ -35649,7 +35649,7 @@ "ink-table": "^3.0.0", "ink-testing-library": "^2.1.0", "ink-text-input": "^4.0.3", - "is-ci": "*", + "is-ci": "^3.0.1", "jest-fetch-mock": "^3.0.3", "jest-websocket-mock": "^2.3.0", "mime": "^3.0.0", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index cb351d4cfa6f..c29271be5991 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,18 @@ # wrangler +## 2.0.22 + +### Patch Changes + +- [#1482](https://github.com/cloudflare/wrangler2/pull/1482) [`9eb28ec`](https://github.com/cloudflare/wrangler2/commit/9eb28eccccbf690b1e7a73d5671419d259abc5f8) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: do not ask the user for metrics permission if running in a CI + + Fixes https://github.com/cloudflare/wrangler2/issues/1480 + +* [#1482](https://github.com/cloudflare/wrangler2/pull/1482) [`9eb28ec`](https://github.com/cloudflare/wrangler2/commit/9eb28eccccbf690b1e7a73d5671419d259abc5f8) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - feat: support controlling metrics gathering via `WRANGLER_SEND_METRICS` environment variable + + Setting the `WRANGLER_SEND_METRICS` environment variable will override any other metrics controls, + such as the `send_metrics` property in wrangler.toml and cached user preference. + ## 2.0.21 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index a005b277117b..65a87ed6ecf7 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "2.0.21", + "version": "2.0.22", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",