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 Jul 9, 2023
1 parent 3abb979 commit 31c9241
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-eels-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-mice-shop.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.2

### Patch Changes

- 743cf48: Removed the index type from the ogma options to allow for better intellisense

## 3.1.1

### 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.1",
"version": "3.1.2",
"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.1

### Patch Changes

- 18c0d5f: Update the service options provider to correctly pass on the options to the ogma creation process
- Updated dependencies [743cf48]
- @ogma/logger@3.1.2

## 5.1.0

### Minor 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.0",
"version": "5.1.1",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
Expand All @@ -20,7 +20,7 @@
"lib": "lib"
},
"dependencies": {
"@ogma/logger": "workspace:^3.1.0",
"@ogma/logger": "workspace:^3.1.2",
"@ogma/styler": "workspace:^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 31c9241

Please sign in to comment.