From 9da32db4ee6afff47df41a90ad52468b8edfde0f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Jan 2025 19:57:32 -0500 Subject: [PATCH] chore: release @cypress/schematic-v3.0.0 [skip ci] --- npm/cypress-schematic/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/npm/cypress-schematic/CHANGELOG.md b/npm/cypress-schematic/CHANGELOG.md index f4e8f167c90c..3c7ce6cf702b 100644 --- a/npm/cypress-schematic/CHANGELOG.md +++ b/npm/cypress-schematic/CHANGELOG.md @@ -1,3 +1,20 @@ +# [@cypress/schematic-v3.0.0](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v2.5.2...@cypress/schematic-v3.0.0) (2025-01-08) + + +### breaking + +* release version 3.0.0 of @cypress/schematic. ([e51b975](https://github.com/cypress-io/cypress/commit/e51b975b749cb3a34a9a77ecac176290885d7330)) + + +### Features + +* support angular 19 and update tests [run ci] ([#30675](https://github.com/cypress-io/cypress/issues/30675)) ([dcdefb4](https://github.com/cypress-io/cypress/commit/dcdefb4069486d587a87de802064017ec9b67b55)) + + +### BREAKING CHANGES + +* Cypress 14 drops support for Angular 13-16. Angular 17.2 and up is supported. + # [@cypress/schematic-v2.5.2](https://github.com/cypress-io/cypress/compare/@cypress/schematic-v2.5.1...@cypress/schematic-v2.5.2) (2024-06-07)