Skip to content

Commit

Permalink
Version Packages (#1827)
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.3.0

### Minor Changes

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

## @ogma/nestjs-module@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
  • Loading branch information
jmcdo29 authored Sep 23, 2024
2 parents aee65a4 + d46ea7c commit 3a1f534
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 3a1f534

Please sign in to comment.