Skip to content

Commit

Permalink
chore: release v3 (#957)
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 Oct 31, 2024
1 parent 4a42f3e commit 8265bf1
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"packages/all-settled": "3.1.4",
"packages/async": "3.16.2",
"packages/async": "3.16.3",
"packages/core": "3.9.0",
"packages/core-v1": "3.1.9",
"packages/core-v2": "3.1.4",
"packages/effects": "3.10.0",
"packages/effects": "3.10.1",
"packages/eslint-plugin": "3.7.0",
"packages/form": "3.3.2",
"packages/form-web": "3.2.2",
"packages/framework": "3.4.0",
"packages/hooks": "3.5.5",
"packages/jsx": "3.14.0",
"packages/hooks": "3.6.0",
"packages/jsx": "3.15.0",
"packages/lens": "3.11.4",
"packages/logger": "3.8.4",
"packages/npm-cookie-baker": "3.1.5",
Expand All @@ -32,5 +32,5 @@
"packages/url": "3.7.5",
"packages/utils": "3.11.0",
"packages/web": "3.6.0",
"packages/devtools": "0.6.2"
"packages/devtools": "0.7.0"
}
8 changes: 8 additions & 0 deletions packages/async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.16.3](https://github.com/artalar/reatom/compare/async-v3.16.2...async-v3.16.3) (2024-10-31)


### Bug Fixes

* **async:** invalidation for resource cache ([8de89a3](https://github.com/artalar/reatom/commit/8de89a382ec47de005b74a0ca211877befce9250))
* **async:** retry concurrency ([6a43188](https://github.com/artalar/reatom/commit/6a4318899354267d7b37b378fcf8a912cf6c7292))

## [3.16.2](https://github.com/artalar/reatom/compare/async-v3.16.1...async-v3.16.2) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/async",
"version": "3.16.2",
"version": "3.16.3",
"private": false,
"sideEffects": false,
"description": "Reatom for async",
Expand Down
13 changes: 13 additions & 0 deletions packages/devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.7.0](https://github.com/artalar/reatom/compare/devtools-v0.6.2...devtools-v0.7.0) (2024-10-31)


### Features

* **devtools:** add size limit ([d4045a5](https://github.com/artalar/reatom/commit/d4045a5bcda25b17ec00f2e298d6534af973419e))
* **devtools:** search box ([6d0fc98](https://github.com/artalar/reatom/commit/6d0fc98b8c34c3d1b07f647d7a81b9ebb3fc367a))


### Bug Fixes

* **devtools:** defaults ([280beb3](https://github.com/artalar/reatom/commit/280beb398cb7e0a778a14eea195ce81dc4be9b3d))

## [0.6.2](https://github.com/artalar/reatom/compare/devtools-v0.6.1...devtools-v0.6.2) (2024-10-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.6.2",
"version": "0.7.0",
"description": "Reatom developer tools for states and actions inspecting",
"type": "module",
"private": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/effects/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.10.1](https://github.com/artalar/reatom/compare/effects-v3.10.0...effects-v3.10.1) (2024-10-31)


### Bug Fixes

* **effects:** small refactoring ([0bc0f0b](https://github.com/artalar/reatom/commit/0bc0f0b2cf2a1b6593019a2f8ef175f15bc81284))

## [3.10.0](https://github.com/artalar/reatom/compare/effects-v3.9.0...effects-v3.10.0) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/effects",
"version": "3.10.0",
"version": "3.10.1",
"private": false,
"sideEffects": false,
"description": "Reatom for effects",
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks/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/hooks-v3.5.5...hooks-v3.6.0) (2024-10-31)


### Features

* **hooks:** onConnect abortable schedule ([bffd735](https://github.com/artalar/reatom/commit/bffd7351eaa9d4025a4edc7f31fcfd5510811d9a))

## [3.5.5](https://github.com/artalar/reatom/compare/hooks-v3.5.4...hooks-v3.5.5) (2024-06-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/hooks",
"version": "3.5.5",
"version": "3.6.0",
"private": false,
"sideEffects": false,
"description": "Reatom for hooks",
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.15.0](https://github.com/artalar/reatom/compare/jsx-v3.14.0...jsx-v3.15.0) (2024-10-31)


### Features

* **jsx:** class name normalization helper ([#942](https://github.com/artalar/reatom/issues/942)) ([2803165](https://github.com/artalar/reatom/commit/2803165ccf21100c3bd37b371d680481474874f1))

## [3.14.0](https://github.com/artalar/reatom/compare/jsx-v3.13.1...jsx-v3.14.0) (2024-10-08)


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.14.0",
"version": "3.15.0",
"private": false,
"sideEffects": false,
"description": "Reatom for jsx",
Expand Down

0 comments on commit 8265bf1

Please sign in to comment.