From 082883a329682356242fb0bdcd538580c37236c4 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 01:05:05 +0000 Subject: [PATCH] chore(main): release 19.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d87e94e9b56..0248484727f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,28 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [19.0.0](https://github.com/netlify/cli/compare/v18.1.0...v19.0.0) (2025-02-24) + + +### ⚠ BREAKING CHANGES + +* upgrade to commander@12 and fix some conflicting short option names ([#7008](https://github.com/netlify/cli/issues/7008)) +* remove deprecated camelCase option variants ([#7046](https://github.com/netlify/cli/issues/7046)) +* remove integration commands ([#7047](https://github.com/netlify/cli/issues/7047)) + +### Features + +* remove deprecated camelCase option variants ([#7046](https://github.com/netlify/cli/issues/7046)) ([cbb0d0b](https://github.com/netlify/cli/commit/cbb0d0b2e8d0dbe1498e6b4e473ff453342547f5)) +* remove integration commands ([#7047](https://github.com/netlify/cli/issues/7047)) ([b693ba7](https://github.com/netlify/cli/commit/b693ba74aed8c785a7ab0af85c6d4e0b45a72cb6)) + + +### Bug Fixes + +* **deps:** add type declarations for 20 of 29 untyped dependencies ([#7049](https://github.com/netlify/cli/issues/7049)) ([b56095b](https://github.com/netlify/cli/commit/b56095b1218a8868ac98e8fe0747c39fc55112a0)) +* **deps:** update dependency @octokit/rest to v21.1.1 ([#7039](https://github.com/netlify/cli/issues/7039)) ([504e7f3](https://github.com/netlify/cli/commit/504e7f35a19530dc61ca9a89e6fe0795ec2c2928)) +* process mutated env by plugins in dev server ([#7045](https://github.com/netlify/cli/issues/7045)) ([5435e79](https://github.com/netlify/cli/commit/5435e793a931ed5c8b14505ac4e803e938500092)) +* upgrade to commander@12 and fix some conflicting short option names ([#7008](https://github.com/netlify/cli/issues/7008)) ([42b4a6c](https://github.com/netlify/cli/commit/42b4a6ce22a30666a52e96315895c14dc15c2894)) + ## [18.1.0](https://github.com/netlify/cli/compare/v18.0.4...v18.1.0) (2025-02-13) diff --git a/package-lock.json b/package-lock.json index f4bd6fea0d3..62c28770c15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "18.1.0", + "version": "19.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "18.1.0", + "version": "19.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 958c6ebc99a..818e3832123 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "18.1.0", + "version": "19.0.0", "author": "Netlify Inc.", "type": "module", "engines": {