Skip to content

Commit bf948bc

Browse files
chore: release v3 (#1059)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 968ef72 commit bf948bc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"packages/url": "3.9.0",
3333
"packages/utils": "3.11.3",
3434
"packages/web": "3.6.0",
35-
"packages/devtools": "0.11.4"
35+
"packages/devtools": "0.12.0"
3636
}

packages/devtools/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.12.0](https://github.com/artalar/reatom/compare/devtools-v0.11.4...devtools-v0.12.0) (2025-02-27)
4+
5+
6+
### Features
7+
8+
* **devtools:** add pause checkbox ([968ef72](https://github.com/artalar/reatom/commit/968ef72c1655af59e5bfadaa2bbd1a73f5fd289d))
9+
310
## [0.11.4](https://github.com/artalar/reatom/compare/devtools-v0.11.3...devtools-v0.11.4) (2025-02-27)
411

512

packages/devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reatom/devtools",
3-
"version": "0.11.4",
3+
"version": "0.12.0",
44
"description": "Reatom developer tools for states and actions inspecting",
55
"type": "module",
66
"private": false,

0 commit comments

Comments
 (0)