Skip to content

Commit

Permalink
Merge pull request #11 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 d3439d5 + 05e8082 commit 3455319
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-clouds-drop.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shiny-kangaroos-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-snakes-relate.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/witty-carrots-doubt.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- eb4a12e: - Update library to also use `neverthrow`. Internal types are updated accordingly, returned result is now a `Result<T,E>`
- Updated dependencies [7b2cb2b]
- Updated dependencies [92bb8e5]
- Updated dependencies [687640d]
- [email protected]

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"author": "janglad",
"publishConfig": {
"access": "public"
Expand Down
17 changes: 17 additions & 0 deletions packages/safe-fn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @safe-fn/safe-fn

## 0.1.3

### Patch Changes

- 7b2cb2b: Fix [#7](https://github.com/janglad/safe-fn/issues/7) where `UnparsedInput` type if not properly merged.
- 92bb8e5: Features

- Implement NeverThrow instead of own Result type
- Add separate typing for running as a server action, in which case Zod errors are stripped from stack traces etc.
- move Zod to peer dependency

- 687640d: Clean up internal workings

- set up Knip
- Move safe-fn to separate builder and runnable classes
- clean up types

## 0.1.2

### 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.2",
"version": "0.1.3",
"description": "",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3455319

Please sign in to comment.