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 Jun 11, 2024
1 parent f1de3db commit 078836d
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"packages/hooks": "3.5.3",
"packages/jsx": "3.11.0",
"packages/lens": "3.10.0",
"packages/logger": "3.6.1",
"packages/logger": "3.7.0",
"packages/npm-cookie-baker": "3.1.3",
"packages/npm-history": "3.1.6",
"packages/npm-lit": "3.1.1",
"packages/npm-react": "3.8.7",
"packages/npm-solid-js": "3.6.0",
"packages/npm-svelte": "3.1.2",
"packages/npm-zod": "3.9.0",
"packages/npm-zod": "3.10.0",
"packages/persist": "3.3.0",
"packages/persist-web-storage": "3.4.1",
"packages/primitives": "3.6.0",
"packages/primitives": "3.7.0",
"packages/react-v1": "3.1.5",
"packages/react-v2": "3.1.0",
"packages/testing": "3.4.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.7.0](https://github.com/artalar/reatom/compare/logger-v3.6.1...logger-v3.7.0) (2024-06-11)


### Features

* **logger:** add experimental_reatomInspector ([f1de3db](https://github.com/artalar/reatom/commit/f1de3db5eafb1822d974e43325b73f1f606591b5))

## [3.6.1](https://github.com/artalar/reatom/compare/logger-v3.6.0...logger-v3.6.1) (2024-04-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/logger",
"version": "3.6.1",
"version": "3.7.0",
"private": false,
"sideEffects": false,
"description": "Reatom for logger",
Expand Down
9 changes: 9 additions & 0 deletions packages/npm-zod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [3.10.0](https://github.com/artalar/reatom/compare/npm-zod-v3.9.0...npm-zod-v3.10.0) (2024-06-11)


### Features

* **npm-zod:** first release ([c664b12](https://github.com/artalar/reatom/commit/c664b123f7f28d93f530644eb476feb8d85ff3a9))
* **npm-zod:** handle discriminatedUnion ([881f0e3](https://github.com/artalar/reatom/commit/881f0e328a7101c8faa4f2adb2239e6552745061))
2 changes: 1 addition & 1 deletion packages/npm-zod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reatom/npm-zod",
"version": "3.9.0",
"version": "3.10.0",
"publishConfig": {
"tag": "alpha"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.7.0](https://github.com/artalar/reatom/compare/primitives-v3.6.0...primitives-v3.7.0) (2024-06-11)


### Features

* **primitives:** add new set methods and tests for reatomSet ([#866](https://github.com/artalar/reatom/issues/866)) ([a8ae20f](https://github.com/artalar/reatom/commit/a8ae20f9abe8adbde4e4c44247578a00b227e5e3))


### Bug Fixes

* **primitives:** linked list batch ([1fd859c](https://github.com/artalar/reatom/commit/1fd859c7309e4e398a578a1b278fdded434c026b))

## [3.6.0](https://github.com/artalar/reatom/compare/primitives-v3.5.0...primitives-v3.6.0) (2024-06-05)


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

0 comments on commit 078836d

Please sign in to comment.