Skip to content

Commit

Permalink
Version Packages (#33)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @nest-lab/[email protected]

### Minor Changes

-   bc9bbdf: Add a new AndGuard to handle complex logical cases

With the new `AndGuard` it is now possible to create logical cases like
`(A && B) || C` using the `OrGuard` and a composite guard approach.
Check out
    the docs for more info
  • Loading branch information
jmcdo29 authored Dec 14, 2023
2 parents f1fe0cb + 0c7a38b commit e0951a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/tame-eels-impress.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/or-guard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nest-lab/or-guard

## 2.3.0

### Minor Changes

- bc9bbdf: Add a new AndGuard to handle complex logical cases

With the new `AndGuard` it is now possible to create logical cases like
`(A && B) || C` using the `OrGuard` and a composite guard approach. Check out
the docs for more info

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/or-guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]",
"url": "https://github.com/jmcdo29"
},
"version": "2.2.0",
"version": "2.3.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit e0951a8

Please sign in to comment.