From 02c1479d13172e75f0c1152fec5dd730ec6900a4 Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Thu, 21 May 2026 11:36:36 +0000 Subject: [PATCH] Release v7.3.17 --- RELEASE_NOTES.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7672fb3bfcf2a5..1ffe4895b914f6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,23 @@ # @mdn/browser-compat-data release notes +## [v7.3.17](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.17) + +May 21, 2026 + +### Additions + +- `api.AnimationEvent.animation` ([#29718](https://github.com/mdn/browser-compat-data/pull/29718)) +- `api.TransitionEvent.animation` ([#29718](https://github.com/mdn/browser-compat-data/pull/29718)) +- `css.types.timeline-range-name` ([#29683](https://github.com/mdn/browser-compat-data/pull/29683)) +- `css.types.timeline-range-name.scroll` ([#29683](https://github.com/mdn/browser-compat-data/pull/29683)) + +### Statistics + +- 7 contributors have changed 33 files with 759 additions and 354 deletions in 20 commits ([`v7.3.16...v7.3.17`](https://github.com/mdn/browser-compat-data/compare/v7.3.16...v7.3.17)) +- 19,748 total features +- 1,249 total contributors +- 5,671 total stargazers + ## [v7.3.16](https://github.com/mdn/browser-compat-data/releases/tag/v7.3.16) May 15, 2026 diff --git a/package-lock.json b/package-lock.json index a40c7a28508464..66421bdcd769d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "7.3.16", + "version": "7.3.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "7.3.16", + "version": "7.3.17", "license": "CC0-1.0", "devDependencies": { "@ddbeck/mdn-content-inventory": "^0.2.20240621", diff --git a/package.json b/package.json index 5bd59571ec8ef3..24eb55cb42ba2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "7.3.16", + "version": "7.3.17", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.js", "type": "module",