Skip to content

Commit

Permalink
chore: release v3 (#977)
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 14, 2024
1 parent 659b78d commit 592265e
Show file tree
Hide file tree
Showing 5 changed files with 19 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 @@ -11,7 +11,7 @@
"packages/framework": "3.4.0",
"packages/hooks": "3.6.0",
"packages/jsx": "3.15.0",
"packages/lens": "3.11.4",
"packages/lens": "3.11.5",
"packages/logger": "3.8.4",
"packages/npm-cookie-baker": "3.1.5",
"packages/npm-history": "3.1.8",
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.1"
"packages/devtools": "0.7.2"
}
8 changes: 8 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.2](https://github.com/artalar/reatom/compare/devtools-v0.7.1...devtools-v0.7.2) (2024-11-14)


### Bug Fixes

* **devtools:** atom creation ([09d720f](https://github.com/artalar/reatom/commit/09d720fb623a9e89179dd42f1527d9ba23a51534))
* **devtools:** icons restyle ([116138f](https://github.com/artalar/reatom/commit/116138f348b9590dcb517aaf27634711545febfb))

## [0.7.1](https://github.com/artalar/reatom/compare/devtools-v0.7.0...devtools-v0.7.1) (2024-11-13)


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.1",
"version": "0.7.2",
"description": "Reatom developer tools for states and actions inspecting",
"type": "module",
"private": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/lens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.11.5](https://github.com/artalar/reatom/compare/lens-v3.11.4...lens-v3.11.5) (2024-11-14)


### Bug Fixes

* **lens:** reactive match ([#973](https://github.com/artalar/reatom/issues/973)) ([659b78d](https://github.com/artalar/reatom/commit/659b78dbe650a2e6747e8f1918210054cf369940))

## [3.11.4](https://github.com/artalar/reatom/compare/lens-v3.11.3...lens-v3.11.4) (2024-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/lens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/lens",
"version": "3.11.4",
"version": "3.11.5",
"private": false,
"sideEffects": false,
"description": "Reatom for lens",
Expand Down

0 comments on commit 592265e

Please sign in to comment.