Skip to content

Commit

Permalink
Version Packages (#40)
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/or-guard@2.4.1

### Patch Changes

- 7972281: Use `{strict: false}` when calling modRef.get() to ensure
guards can
    come from other modules
  • Loading branch information
jmcdo29 committed Mar 8, 2024
2 parents 76bff19 + f3c4131 commit 1674d2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/polite-planes-invite.md

This file was deleted.

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

## 2.4.1

### Patch Changes

- 7972281: Use `{strict: false}` when calling modRef.get() to ensure guards can
come from other modules

## 2.4.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": "me@jaymcdoniel.dev",
"url": "https://github.com/jmcdo29"
},
"version": "2.4.0",
"version": "2.4.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1674d2e

Please sign in to comment.