summaryrefslogtreecommitdiff
path: root/packages/integrations/web-vitals
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-03 02:56:34 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-03 10:56:34 +0000
commitfcdd37f684833eeb00dcecad21d9f4308cd6caa4 (patch)
tree7ade673147d453de5617cea5b2811ac58b2e05e8 /packages/integrations/web-vitals
parentbc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4 (diff)
downloadastro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.tar.gz
astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.tar.zst
astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/web-vitals')
-rw-r--r--packages/integrations/web-vitals/CHANGELOG.md10
-rw-r--r--packages/integrations/web-vitals/package.json2
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/integrations/web-vitals/CHANGELOG.md b/packages/integrations/web-vitals/CHANGELOG.md
index dede426c6..a2e3a6a92 100644
--- a/packages/integrations/web-vitals/CHANGELOG.md
+++ b/packages/integrations/web-vitals/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/web-vitals
+## 3.0.0
+
+### Major Changes
+
+- [#12008](https://github.com/withastro/astro/pull/12008) [`5608338`](https://github.com/withastro/astro/commit/560833843c6d3ce2b6c6c473ec4ae70e744bf255) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release.
+
+ Starting from this release, no breaking changes will be introduced unless absolutely necessary.
+
+ To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our beta docs site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/).
+
## 3.0.0-beta.1
### Major Changes
diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json
index d06582b15..4e18f7a41 100644
--- a/packages/integrations/web-vitals/package.json
+++ b/packages/integrations/web-vitals/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/web-vitals",
"description": "Track your website’s performance with Astro DB",
- "version": "3.0.0-beta.1",
+ "version": "3.0.0",
"type": "module",
"author": "withastro",
"license": "MIT",