From 8f3a90eeb242e351c175a113a6fc5fea10e144f7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 15 Nov 2024 15:38:36 +0000 Subject: [PATCH] chore(release): @wxt-dev/module-react v1.1.2 --- packages/module-react/CHANGELOG.md | 18 ++++++++++++++++++ packages/module-react/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/packages/module-react/CHANGELOG.md b/packages/module-react/CHANGELOG.md index 3ffa0e4de..4c24a0779 100644 --- a/packages/module-react/CHANGELOG.md +++ b/packages/module-react/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v1.1.2 + +[compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.1...module-react-v1.1.2) + +### 🩹 Fixes + +- Use `config:resolved` hook to update config instead of `ready` ([#1178](https://github.com/wxt-dev/wxt/pull/1178)) + +### 🏡 Chore + +- Add `oxlint` for linting ([#947](https://github.com/wxt-dev/wxt/pull/947)) +- Upgrade all non-major dependencies ([#1040](https://github.com/wxt-dev/wxt/pull/1040)) +- **deps:** Upgrade all non-major dependencies ([#1164](https://github.com/wxt-dev/wxt/pull/1164)) + +### ❤️ Contributors + +- Aaron ([@aklinker1](http://github.com/aklinker1)) + ## v1.1.1 [compare changes](https://github.com/wxt-dev/wxt/compare/module-react-v1.1.0...module-react-v1.1.1) diff --git a/packages/module-react/package.json b/packages/module-react/package.json index 27dbf580e..30475ec54 100644 --- a/packages/module-react/package.json +++ b/packages/module-react/package.json @@ -17,7 +17,7 @@ "email": "aaronklinker1+wxt@gmail.com" }, "license": "MIT", - "version": "1.1.1", + "version": "1.1.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs",