From 7657bfa349d11ef6285ad64fd32ff419ce80d31e Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Tue, 17 Feb 2026 02:14:37 +0100 Subject: [PATCH] chore(main): release 2.2.2 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 11ee94fd8..d15f5edc3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.1" + ".": "2.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fc52fc7..2f849e7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.2.2](https://github.com/mdn/fred/compare/v2.2.1...v2.2.2) (2026-02-17) + + +### Bug Fixes + +* **hooks/sidebar-scroll-to-current:** update scroll target ([#1298](https://github.com/mdn/fred/issues/1298)) ([a2cfb1c](https://github.com/mdn/fred/commit/a2cfb1ceda5ed7cd251e3cf94c9d033bbdac59f6)) + + +### Miscellaneous + +* **deps-dev:** bump @mdn/browser-compat-data from 7.3.1 to 7.3.2 ([#1306](https://github.com/mdn/fred/issues/1306)) ([be78293](https://github.com/mdn/fred/commit/be7829348b684e3f0589e766505618aa71683f35)) +* **deps-dev:** bump eslint-plugin-unicorn from 62.0.0 to 63.0.0 ([#1295](https://github.com/mdn/fred/issues/1295)) ([023308e](https://github.com/mdn/fred/commit/023308e56ab049f9b9e8aedfb2a8750d286e57a5)) +* **deps-dev:** bump the npm-dev group with 2 updates ([#1303](https://github.com/mdn/fred/issues/1303)) ([25d1830](https://github.com/mdn/fred/commit/25d1830bfe3e52cddba783f6ff50b1d4f44e838a)) +* **deps-dev:** bump the npm-dev group with 2 updates ([#1310](https://github.com/mdn/fred/issues/1310)) ([01dd10c](https://github.com/mdn/fred/commit/01dd10c5ca31e7127080dbb591cd482bb2104e9e)) +* **deps-dev:** bump the npm-dev group with 3 updates ([#1299](https://github.com/mdn/fred/issues/1299)) ([fa95308](https://github.com/mdn/fred/commit/fa953087be142ab6697688752b0564bf4a55b3c0)) +* **deps-dev:** bump the npm-dev group with 5 updates ([#1305](https://github.com/mdn/fred/issues/1305)) ([b8289f9](https://github.com/mdn/fred/commit/b8289f9e841c46c16de9f5f01fd1c889f971036c)) +* **deps-dev:** bump the npm-dev group with 8 updates ([#1294](https://github.com/mdn/fred/issues/1294)) ([602fc2b](https://github.com/mdn/fred/commit/602fc2b4b7f4359c2925b7e969746f3dec3d4e1d)) +* **deps:** bump qs from 6.14.1 to 6.14.2 ([#1304](https://github.com/mdn/fred/issues/1304)) ([ed821d0](https://github.com/mdn/fred/commit/ed821d0d35e37f0c413e399eda88bcd703c114bb)) +* **playground:** remove header border + redesign report button ([#892](https://github.com/mdn/fred/issues/892)) ([ce08a77](https://github.com/mdn/fred/commit/ce08a777a74af40643edc46cd503a09778e7f260)) + ## [2.2.1](https://github.com/mdn/fred/compare/v2.2.0...v2.2.1) (2026-02-10) diff --git a/package-lock.json b/package-lock.json index e38d0a1b2..327c7d0f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mdn/fred", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mdn/fred", - "version": "2.2.1", + "version": "2.2.2", "license": "MPL-2.0", "dependencies": { "@codemirror/lang-css": "^6.3.1", diff --git a/package.json b/package.json index e623a816f..9744e8553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/fred", - "version": "2.2.1", + "version": "2.2.2", "repository": "https://github.com/mdn/fred", "license": "MPL-2.0", "author": "MDN Web Docs",