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 Sep 23, 2024
1 parent aee65a4 commit d46ea7c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/strange-snakes-poke.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.3.0

### Minor Changes

- e940f93: The `@ogma/styler` instance is now exposed at the `.style` property of ogma

## 3.2.0

### Minor 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.2.0",
"version": "3.3.0",
"description": "A simple, no-nonsense logging package for NodeJS",
"keywords": [
"logging",
Expand Down
11 changes: 11 additions & 0 deletions packages/nestjs-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.2.0

### Minor Changes

- e940f93: The `@ogma/styler` instance is now exposed at the `.style` property of ogma

### Patch Changes

- Updated dependencies [e940f93]
- @ogma/logger@3.3.0

## 5.1.4

### 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.4",
"version": "5.2.0",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
Expand All @@ -20,7 +20,7 @@
"lib": "lib"
},
"dependencies": {
"@ogma/logger": "workspace:^3.1.6",
"@ogma/logger": "workspace:^3.3.0",
"@ogma/styler": "workspace:^1.0.0",
"decorate-all": "1.2.1"
},
Expand Down

0 comments on commit d46ea7c

Please sign in to comment.