diff --git a/.changeset/strong-crabs-shake.md b/.changeset/strong-crabs-shake.md deleted file mode 100644 index 723e660b346..00000000000 --- a/.changeset/strong-crabs-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"web-app": minor ---- - -Updated to use @sentry/nextjs rather than @sentry/\*. Added monitoring routes. diff --git a/apps/web-app/CHANGELOG.md b/apps/web-app/CHANGELOG.md index ff95bf77a8a..77c7b7f601d 100644 --- a/apps/web-app/CHANGELOG.md +++ b/apps/web-app/CHANGELOG.md @@ -1,5 +1,11 @@ # web-app +## 3.43.0 + +### Minor Changes + +- [#1409](https://github.com/belgattitude/nextjs-monorepo-example/pull/1409) [`16121b8`](https://github.com/belgattitude/nextjs-monorepo-example/commit/16121b87b964aad903dab3deebae9827a79b54b2) Thanks [@belgattitude](https://github.com/belgattitude)! - Updated to use @sentry/nextjs rather than @sentry/\*. Added monitoring routes. + ## 3.42.0 ### Minor Changes diff --git a/apps/web-app/package.json b/apps/web-app/package.json index 4bc27eaa90c..0f04823813a 100644 --- a/apps/web-app/package.json +++ b/apps/web-app/package.json @@ -1,6 +1,6 @@ { "name": "web-app", - "version": "3.42.0", + "version": "3.43.0", "license": "MIT", "private": true, "homepage": "https://github.com/belgattitude/nextjs-monorepo-example",