Skip to content

Commit

Permalink
chore: release v3 (#975)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 13, 2024
1 parent ee4b9cc commit aebfca3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
7 changes: 7 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
7 changes: 7 additions & 0 deletions packages/npm-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/npm-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit aebfca3

Please sign in to comment.