Skip to content

Commit

Permalink
Merge pull request #17 from janglad/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
janglad authored Sep 3, 2024
2 parents c03ec10 + 0ecbb2d commit ff9bd3e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/slimy-chefs-smoke.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/safe-fn-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# safe-fn-react

## 0.1.2

### Patch Changes

- Updated dependencies [9b6b0d0]
- safe-fn@0.2.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-fn-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-fn-react",
"version": "0.1.1",
"version": "0.1.2",
"author": "janglad",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/safe-fn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @safe-fn/safe-fn

## 0.2.0

### Minor Changes

- 9b6b0d0: Implements `safeHandler`, a function that takes in an async generator similar to Neverthrow's own `safeTry` enabling an ergonomic way to deal with return early upon error.

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-fn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-fn",
"version": "0.1.3",
"version": "0.2.0",
"description": "",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ff9bd3e

Please sign in to comment.