Skip to content

Commit

Permalink
chore: release v3 (#813)
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 Apr 12, 2024
1 parent 055a5a7 commit c41716f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"packages/npm-svelte": "3.1.2",
"packages/persist": "3.3.0",
"packages/persist-web-storage": "3.3.4",
"packages/primitives": "3.3.0",
"packages/primitives": "3.4.0",
"packages/react-v1": "3.1.5",
"packages/react-v2": "3.1.0",
"packages/testing": "3.4.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.4.0](https://github.com/artalar/reatom/compare/primitives-v3.3.0...primitives-v3.4.0) (2024-04-12)


### Features

* **primitives:** add getOrCreate to reatomMap ([a6f9d48](https://github.com/artalar/reatom/commit/a6f9d4843e7e983d1a37b0c3a85214642a4d0925))
* **primitives:** add withComputed ([055a5a7](https://github.com/artalar/reatom/commit/055a5a72524a5ce147ebbb1d7cbb4af7c9d88ca3))

## [3.3.0](https://github.com/artalar/reatom/compare/primitives-v3.2.1...primitives-v3.3.0) (2024-04-12)


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.3.0",
"version": "3.4.0",
"private": false,
"sideEffects": false,
"description": "Reatom for primitives",
Expand Down

0 comments on commit c41716f

Please sign in to comment.