From aebfca302e02a46a1abc914b3e4b74796cf8b549 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:59:55 +0300 Subject: [PATCH] chore: release v3 (#975) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- packages/devtools/CHANGELOG.md | 7 +++++++ packages/devtools/package.json | 2 +- packages/npm-react/CHANGELOG.md | 7 +++++++ packages/npm-react/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cab9ec8f..b3bfb8d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -16,7 +16,7 @@ "packages/npm-cookie-baker": "3.1.5", "packages/npm-history": "3.1.8", "packages/npm-lit": "3.1.3", - "packages/npm-react": "3.10.1", + "packages/npm-react": "3.10.2", "packages/npm-solid-js": "3.6.2", "packages/npm-svelte": "3.1.4", "packages/npm-vue": "3.6.1", @@ -32,5 +32,5 @@ "packages/url": "3.8.0", "packages/utils": "3.11.0", "packages/web": "3.6.0", - "packages/devtools": "0.7.0" + "packages/devtools": "0.7.1" } diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index be36c23d..4fa1893b 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/artalar/reatom/compare/devtools-v0.7.0...devtools-v0.7.1) (2024-11-13) + + +### Bug Fixes + +* **devtools:** url handling ([fe7aeba](https://github.com/artalar/reatom/commit/fe7aebad2e6c4a8525aee5518d4d7fcde19905cf)) + ## [0.7.0](https://github.com/artalar/reatom/compare/devtools-v0.6.2...devtools-v0.7.0) (2024-10-31) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index e1a27d54..99d8b59c 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/devtools", - "version": "0.7.0", + "version": "0.7.1", "description": "Reatom developer tools for states and actions inspecting", "type": "module", "private": false, diff --git a/packages/npm-react/CHANGELOG.md b/packages/npm-react/CHANGELOG.md index 8664b68d..ed09b8b5 100644 --- a/packages/npm-react/CHANGELOG.md +++ b/packages/npm-react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.10.2](https://github.com/artalar/reatom/compare/npm-react-v3.10.1...npm-react-v3.10.2) (2024-11-13) + + +### Bug Fixes + +* **npm-react:** webpack bug ([ee4b9cc](https://github.com/artalar/reatom/commit/ee4b9cc5f4a54622a62974b18cc19ff71ee021dc)) + ## [3.10.1](https://github.com/artalar/reatom/compare/npm-react-v3.10.0...npm-react-v3.10.1) (2024-11-12) diff --git a/packages/npm-react/package.json b/packages/npm-react/package.json index 87a2576c..9ce2571e 100644 --- a/packages/npm-react/package.json +++ b/packages/npm-react/package.json @@ -1,6 +1,6 @@ { "name": "@reatom/npm-react", - "version": "3.10.1", + "version": "3.10.2", "private": false, "sideEffects": false, "description": "Reatom adapter for React",