From 2f9bcfb3ae3d53a6923d09b0afe401be187aa244 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Tue, 27 Aug 2024 02:51:27 -0700 Subject: [PATCH] Release v5.5.49 (#24232) This release was generated by the project's release script. --- RELEASE_NOTES.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 73138bb2f6c159..84f93b4c720236 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,29 @@ # @mdn/browser-compat-data release notes +## [v5.5.49](https://github.com/mdn/browser-compat-data/releases/tag/v5.5.49) + +August 27, 2024 + +### Removals + +- `css.types.color.transparent` ([#24209](https://github.com/mdn/browser-compat-data/pull/24209)) + +### Additions + +- `api.WebSocket.WebSocket.url_parameter_http_https_relative` ([#24218](https://github.com/mdn/browser-compat-data/pull/24218)) +- `css.properties.interpolate-size` ([#24210](https://github.com/mdn/browser-compat-data/pull/24210)) +- `css.properties.interpolate-size.allow-keywords` ([#24210](https://github.com/mdn/browser-compat-data/pull/24210)) +- `css.properties.interpolate-size.numeric-only` ([#24210](https://github.com/mdn/browser-compat-data/pull/24210)) +- `css.types.calc-size` ([#24210](https://github.com/mdn/browser-compat-data/pull/24210)) +- `css.types.color.named-color.transparent` ([#24209](https://github.com/mdn/browser-compat-data/pull/24209)) + +### Statistics + +- 6 contributors have changed 22 files with 491 additions and 267 deletions in 14 commits ([`v5.5.48...v5.5.49`](https://github.com/mdn/browser-compat-data/compare/v5.5.48...v5.5.49)) +- 16,477 total features +- 1,103 total contributors +- 4,882 total stargazers + ## [v5.5.48](https://github.com/mdn/browser-compat-data/releases/tag/v5.5.48) August 24, 2024 diff --git a/package-lock.json b/package-lock.json index ef3996eec86e5e..f03883cd9b2de5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/browser-compat-data", - "version": "5.5.48", + "version": "5.5.49", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/browser-compat-data", - "version": "5.5.48", + "version": "5.5.49", "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { diff --git a/package.json b/package.json index e83ca39350b651..a17cc8b4430874 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/browser-compat-data", - "version": "5.5.48", + "version": "5.5.49", "description": "Browser compatibility data provided by MDN Web Docs", "main": "index.ts", "type": "module",