Skip to content

Commit

Permalink
Version Packages (#1761)
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
## @ogma/logger@3.1.6

### Patch Changes

- 6cd729d: Allow for the value of a masked property to be null or
undefined

## @ogma/nestjs-module@5.1.3

### Patch Changes

- 99b3be9: OgmaService properly returns the OgmaService instance when
changing the log level, insterad of the underkying Ogma class instance
-   Updated dependencies [6cd729d]
    -   @ogma/logger@3.1.6
  • Loading branch information
jmcdo29 authored Oct 1, 2023
2 parents 11177bb + a326892 commit f3e1ef9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-pumpkins-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-icons-help.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.6

### Patch Changes

- 6cd729d: Allow for the value of a masked property to be null or undefined

## 3.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/logger",
"version": "3.1.5",
"version": "3.1.6",
"description": "A simple, no-nonsense logging package for NodeJS",
"keywords": [
"logging",
Expand Down
8 changes: 8 additions & 0 deletions packages/nestjs-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.1.3

### Patch Changes

- 99b3be9: OgmaService properly returns the OgmaService instance when changing the log level, insterad of the underkying Ogma class instance
- Updated dependencies [6cd729d]
- @ogma/logger@3.1.6

## 5.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/nestjs-module",
"version": "5.1.2",
"version": "5.1.3",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
Expand All @@ -20,7 +20,7 @@
"lib": "lib"
},
"dependencies": {
"@ogma/logger": "workspace:^3.1.2",
"@ogma/logger": "workspace:^3.1.6",
"@ogma/styler": "workspace:^1.0.0",
"decorate-all": "1.2.1"
},
Expand Down

0 comments on commit f3e1ef9

Please sign in to comment.