From 1729952cd6c844fca9dc703fd63455f1c333a4ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:19:40 +0000 Subject: [PATCH] chore(main): release 2.38.3 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99eca0e3984d..bcb768cf7f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [2.38.3](https://github.com/mdn/yari/compare/v2.38.2...v2.38.3) (2023-12-27) + + +### Miscellaneous + +* **deps-dev:** bump eslint-plugin-n from 16.4.0 to 16.5.0 ([#10208](https://github.com/mdn/yari/issues/10208)) ([71f358a](https://github.com/mdn/yari/commit/71f358a0cf7a88beff95eb2d58f393fb1a31b150)) +* **deps-dev:** bump html-validate from 8.7.4 to 8.8.0 ([#10233](https://github.com/mdn/yari/issues/10233)) ([6c11359](https://github.com/mdn/yari/commit/6c11359f5b70a42e09544ef4f543943865f0e544)) +* **deps-dev:** bump html-webpack-plugin from 5.5.4 to 5.6.0 ([#10209](https://github.com/mdn/yari/issues/10209)) ([432a25e](https://github.com/mdn/yari/commit/432a25e3724f1ea8dbde6ee942ce322ca38b60a2)) +* **deps-dev:** bump react-router-dom from 6.21.0 to 6.21.1 ([#10222](https://github.com/mdn/yari/issues/10222)) ([18942b9](https://github.com/mdn/yari/commit/18942b9905ab306e8c3616f6672ff1d9009a13ba)) +* **deps-dev:** bump sass-loader from 13.3.2 to 13.3.3 ([#10230](https://github.com/mdn/yari/issues/10230)) ([9093877](https://github.com/mdn/yari/commit/909387748943476aa5d7a24bbfa2120be2ec5a1d)) +* **deps-dev:** bump tailwindcss from 3.3.7 to 3.4.0 ([#10212](https://github.com/mdn/yari/issues/10212)) ([8222708](https://github.com/mdn/yari/commit/82227080b4296ba62191a7fae425e2c41c4436a2)) +* **deps:** bump @mdn/browser-compat-data from 5.5.0 to 5.5.1 ([#10211](https://github.com/mdn/yari/issues/10211)) ([7bf2d1b](https://github.com/mdn/yari/commit/7bf2d1b9ea097bdafae49436d54a9302c881f298)) +* **deps:** bump @mdn/browser-compat-data from 5.5.1 to 5.5.2 ([#10227](https://github.com/mdn/yari/issues/10227)) ([563d3e6](https://github.com/mdn/yari/commit/563d3e6d7b30f7adcc5868bb8edfa4d414d64a73)) +* **deps:** bump @stripe/stripe-js from 2.2.1 to 2.2.2 ([#10200](https://github.com/mdn/yari/issues/10200)) ([417f3b4](https://github.com/mdn/yari/commit/417f3b41c1b988e449efdddf2de6d7f35e3a1df6)) +* **deps:** bump @webref/css from 6.10.0 to 6.10.1 ([#10220](https://github.com/mdn/yari/issues/10220)) ([a8347b6](https://github.com/mdn/yari/commit/a8347b6557cd7683824e0621e4a2e542fcf9a3d7)) +* **deps:** bump openai from 4.23.0 to 4.24.0 ([#10210](https://github.com/mdn/yari/issues/10210)) ([c16b73d](https://github.com/mdn/yari/commit/c16b73d068ff9f7adf325e294a8eec4045bd726c)) +* **deps:** bump openai from 4.24.0 to 4.24.1 ([#10219](https://github.com/mdn/yari/issues/10219)) ([6e695c0](https://github.com/mdn/yari/commit/6e695c09f072715ff65c07475517e7d2cdfdb6c3)) +* **deps:** bump the dependencies group in /deployer with 2 updates ([#10228](https://github.com/mdn/yari/issues/10228)) ([29cc085](https://github.com/mdn/yari/commit/29cc0855e786d6c52ccb940ffffff0de97429701)) +* **deps:** bump the sentry group with 2 updates ([#10207](https://github.com/mdn/yari/issues/10207)) ([11c81e7](https://github.com/mdn/yari/commit/11c81e75e726d8a87c183a12e07dcaadc29b5d9f)) +* **deps:** bump the sentry group with 2 updates ([#10216](https://github.com/mdn/yari/issues/10216)) ([5d59c6b](https://github.com/mdn/yari/commit/5d59c6b3e367e0c3b2058d0294d825a5066d588d)) +* **deps:** bump the sentry group with 2 updates ([#10218](https://github.com/mdn/yari/issues/10218)) ([4203e42](https://github.com/mdn/yari/commit/4203e426658b7c1934056f47781d9f00661c9c87)) +* **deps:** bump web-specs from 2.75.1 to 2.76.0 ([#10232](https://github.com/mdn/yari/issues/10232)) ([3f56dde](https://github.com/mdn/yari/commit/3f56dde92c0999b35cfd43e02ad40d2805ac69a1)) + ## [2.38.2](https://github.com/mdn/yari/compare/v2.38.1...v2.38.2) (2023-12-19) diff --git a/package.json b/package.json index 202578956cdc..d87dd4dde9f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdn/yari", - "version": "2.38.2", + "version": "2.38.3", "repository": "https://github.com/mdn/yari", "license": "MPL-2.0", "author": "MDN Web Docs",