chore: added changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-06-01 10:32:28 +02:00
parent e16aac65d2
commit aaf7652084
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/create-app': patch
---
Bump version of `cypress` in newly scaffolded Backstage Applications. To apply this change to your own instance, please make the following change to `packages/app/package.json` under `devDependencies`.
```diff
- "cypress": "^7.3.0",
+ "cypress": "^9.7.0",
```