Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit e5f29f6

Browse files
authored
Merge pull request #72 from janglad/changeset-release/main
Version Packages
2 parents fbe14b1 + 1d582a2 commit e5f29f6

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/good-lemons-give.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/safe-fn-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# safe-fn-react
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [14329b7]
8+
9+
310
## 0.3.3
411

512
### Patch Changes

packages/safe-fn-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-fn-react",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"author": "janglad",
55
"publishConfig": {
66
"access": "public"

packages/safe-fn/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @safe-fn/safe-fn
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 14329b7: - About a ~10x performance increase for single `safe-fn` instances
8+
- About a ~17x performance increase when testing a `safe-fn` with 10 parents
9+
310
## 0.4.2
411

512
### Patch Changes

packages/safe-fn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-fn",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)