Skip to content

Commit

Permalink
chore: release v3 (artalar#990)
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 Dec 17, 2024
1 parent 6315923 commit 80738c5
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 @@ -10,7 +10,7 @@
"packages/form-web": "3.2.2",
"packages/framework": "3.4.0",
"packages/hooks": "3.6.0",
"packages/jsx": "3.15.0",
"packages/jsx": "3.16.0",
"packages/lens": "3.11.6",
"packages/logger": "3.8.4",
"packages/npm-cookie-baker": "3.1.5",
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.2"
"packages/devtools": "0.8.0"
}
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.8.0](https://github.com/artalar/reatom/compare/devtools-v0.7.2...devtools-v0.8.0) (2024-12-17)


### Features

* **devtools:** add ability to edit atoms states ([f22bce8](https://github.com/artalar/reatom/commit/f22bce8f3a047f09e6e96bbbd22b2a59c13a011d))
* **devtools:** createDevtools and state logs ([6315923](https://github.com/artalar/reatom/commit/63159230fa210bd7bba87ca12b1f78930caec1c2))

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


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

## [3.16.0](https://github.com/artalar/reatom/compare/jsx-v3.15.0...jsx-v3.16.0) (2024-12-17)


### Features

* **jsx:** use component name in class name ([5eb91bb](https://github.com/artalar/reatom/commit/5eb91bbf02e0e11ac49a47c0b36254c26786a96f))

## [3.15.0](https://github.com/artalar/reatom/compare/jsx-v3.14.0...jsx-v3.15.0) (2024-10-31)


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

0 comments on commit 80738c5

Please sign in to comment.