Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 1, 2023
1 parent 11177bb commit a326892
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 a326892

Please sign in to comment.