From 98e1cd2d51be3384f71e6dd97f4167973926a3eb Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:10:09 +0100 Subject: [PATCH] Release v5.6.31 (#25657) --- RELEASE_NOTES.md | 32 ++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a16e61b761f30f..b850d1d0e5aa5f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,37 @@ # @mdn/browser-compat-data release notes +## [v5.6.31](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.31) + +January 17, 2025 + +### Additions + +- `api.Animation.overallProgress` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.Document.moveBefore` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.DocumentFragment.moveBefore` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.Element.moveBefore` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.FileSystemObserver` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.FileSystemObserver.disconnect` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.FileSystemObserver.FileSystemObserver` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.FileSystemObserver.observe` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.GPUDevice.adapterInfo` ([#25671](https://github.com/mdn/browser-compat-data/pull/25671)) +- `api.HTMLAreaElement.attributionSrc` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `api.IdentityProvider.resolve_static` ([#25671](https://github.com/mdn/browser-compat-data/pull/25671)) +- `api.Navigator.getInterestGroupAdAuctionData` ([#25671](https://github.com/mdn/browser-compat-data/pull/25671)) +- `api.PerformanceResourceTiming.finalResponseHeadersStart` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `css.properties.container-type.scroll-state` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `css.properties.scroll-initial-target` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `css.properties.scroll-initial-target.nearest` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `css.properties.scroll-initial-target.none` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) +- `javascript.builtins.Atomics.pause` ([#25674](https://github.com/mdn/browser-compat-data/pull/25674)) + +### Statistics + +- 6 contributors have changed 42 files with 810 additions and 141 deletions in 22 commits ([`v5.6.30...v5.6.31`](https://github.com/mdn/browser-compat-data/compare/v5.6.30...v5.6.31)) +- 16,783 total features +- 1,123 total contributors +- 5,058 total stargazers + ## [v5.6.30](https://github.com/mdn/browser-compat-data/releases/tag/v5.6.30) January 14, 2025 diff --git a/package-lock.json b/package-lock.json index f6ea827a46f210..5a363f18751cf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.30", + "version": "5.6.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.6.30", + "version": "5.6.31", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index f7e07d1a570983..42ba4f2463a63f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.6.30", + "version": "5.6.31", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",