Skip to content

Commit

Permalink
chore: release v3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 14, 2024
1 parent 6413696 commit 424539d
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 @@ -31,6 +31,6 @@
"packages/undo": "3.4.2",
"packages/url": "3.7.5",
"packages/utils": "3.11.0",
"packages/web": "3.5.3",
"packages/devtools": "0.6.1"
"packages/web": "3.6.0",
"packages/devtools": "0.6.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.6.2](https://github.com/artalar/reatom/compare/devtools-v0.6.1...devtools-v0.6.2) (2024-10-14)


### Bug Fixes

* **devtools:** perf optimizations ([042a77c](https://github.com/artalar/reatom/commit/042a77cc1399bf0abc32489371c1ee2cd7ca5027))
* **devtools:** remove log ([24d6146](https://github.com/artalar/reatom/commit/24d61463a329e343ab467dc20f92539933853a66))

## [0.6.1](https://github.com/artalar/reatom/compare/devtools-v0.6.0...devtools-v0.6.1) (2024-10-11)


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

## [3.6.0](https://github.com/artalar/reatom/compare/web-v3.5.3...web-v3.6.0) (2024-10-14)


### Features

* **web:** add online atom ([#940](https://github.com/artalar/reatom/issues/940)) ([6413696](https://github.com/artalar/reatom/commit/6413696fc13ae8f10fc6c6a0616b12e8b31c5127))

## [3.5.3](https://github.com/artalar/reatom/compare/web-v3.5.2...web-v3.5.3) (2024-06-22)


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

0 comments on commit 424539d

Please sign in to comment.