From a8f1e2649f76bc91d20bc175cb9c141760fcfd60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:15:42 +0000 Subject: [PATCH] chore(main): release 2.31.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d15bea5215..fa5819b158f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [2.31.1](https://github.com/mdn/yari/compare/v2.31.0...v2.31.1) (2023-09-29) + + +### Bug Fixes + +* **client:** avoid CSS warning in Firefox ([#9727](https://github.com/mdn/yari/issues/9727)) ([967b786](https://github.com/mdn/yari/commit/967b7867dc09bad5776a5aa10ea51924e376724d)) +* **client:** make alt text on images appear in dark mode ([#9250](https://github.com/mdn/yari/issues/9250)) ([f432df1](https://github.com/mdn/yari/commit/f432df149368369940ab52ee5aecadd2132fb424)) +* **macros/LiveSampleLink:** add fallback to prebuilt samples ([#9738](https://github.com/mdn/yari/issues/9738)) ([4e36847](https://github.com/mdn/yari/commit/4e3684717b4857818eeeb901486eaf6be255b626)) +* **macros/WebExtExamples:** update branch name ([#9730](https://github.com/mdn/yari/issues/9730)) ([4f05c30](https://github.com/mdn/yari/commit/4f05c30e99ab4a15c119d3c47ef3e2f15fc77f42)) +* update branch name with `main` ([4f05c30](https://github.com/mdn/yari/commit/4f05c30e99ab4a15c119d3c47ef3e2f15fc77f42)) + + +### Miscellaneous + +* **deps-dev:** bump @babel/core from 7.22.20 to 7.23.0 ([#9718](https://github.com/mdn/yari/issues/9718)) ([d8cf162](https://github.com/mdn/yari/commit/d8cf1628878e182b4408e8b72e9787f61074f76d)) +* **deps-dev:** bump browserslist from 4.21.11 to 4.22.1 ([#9746](https://github.com/mdn/yari/issues/9746)) ([b41c144](https://github.com/mdn/yari/commit/b41c1444d9a9a37eddb233d72a33c88c8d41476b)) +* **deps-dev:** bump eslint from 8.49.0 to 8.50.0 ([#9723](https://github.com/mdn/yari/issues/9723)) ([59f5d5c](https://github.com/mdn/yari/commit/59f5d5c32746daf0fb28e9828d3fd0717bb7405e)) +* **deps-dev:** bump html-validate from 8.4.0 to 8.4.1 ([#9722](https://github.com/mdn/yari/issues/9722)) ([f424396](https://github.com/mdn/yari/commit/f424396395e12a92fc5b432e0a74cd217ea03a78)) +* **deps-dev:** bump swr from 2.2.2 to 2.2.4 ([#9728](https://github.com/mdn/yari/issues/9728)) ([ffca12e](https://github.com/mdn/yari/commit/ffca12e2c0a479b224d3e709e2f7795bd823df5b)) +* **deps-dev:** bump the types group with 1 update ([#9717](https://github.com/mdn/yari/issues/9717)) ([f5c7bf3](https://github.com/mdn/yari/commit/f5c7bf34b999cd146f812b7ee00f6571062114f9)) +* **deps-dev:** bump the types group with 5 updates ([#9741](https://github.com/mdn/yari/issues/9741)) ([0bd5489](https://github.com/mdn/yari/commit/0bd5489ea8556b07b79e66aecc2fe3b7ffed022b)) +* **deps:** bump the sentry group with 2 updates ([#9725](https://github.com/mdn/yari/issues/9725)) ([a0bb09a](https://github.com/mdn/yari/commit/a0bb09ae8ab8a075b5b5813d857683eabd1dc7cb)) +* **deps:** bump the sentry group with 2 updates ([#9733](https://github.com/mdn/yari/issues/9733)) ([ae738eb](https://github.com/mdn/yari/commit/ae738eb994ece344af55963e68e4ac6d9ad3c9c0)) +* **macros/LearnSidebar:** add "HTML forms in legacy browsers" ([#9202](https://github.com/mdn/yari/issues/9202)) ([89f4b29](https://github.com/mdn/yari/commit/89f4b299edc175405e16773a90a5c16ed54f9828)) + ## [2.31.0](https://github.com/mdn/yari/compare/v2.30.0...v2.31.0) (2023-09-22) diff --git a/package.json b/package.json index 0ed2fa4bba8e..594fb4877e1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/yari", - "version": "2.31.0", + "version": "2.31.1", "repository": "https://github.com/mdn/yari", "license": "MPL-2.0", "author": "MDN Web Docs",