Skip to content

Commit

Permalink
Version Packages (#1817)
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/cli@2.2.1

### Patch Changes

- 02cd763: Upgrade reflect-metadata to v0.2.1 and update peer dependency
range

## @ogma/nestjs-module@5.1.4

### Patch Changes

- 02cd763: Upgrade reflect-metadata to v0.2.1 and update peer dependency
range
  • Loading branch information
jmcdo29 committed Feb 9, 2024
2 parents e7c1594 + a1f5491 commit c5eee1a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/lazy-beans-report.md

This file was deleted.

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

## 2.2.1

### Patch Changes

- 02cd763: Upgrade reflect-metadata to v0.2.1 and update peer dependency range

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/cli",
"version": "2.2.0",
"version": "2.2.1",
"description": "A CLI to re-hydrate JSON logs back to a dev readable format, colors included.",
"keywords": [
"cli",
Expand Down
6 changes: 6 additions & 0 deletions packages/nestjs-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.4

### Patch Changes

- 02cd763: Upgrade reflect-metadata to v0.2.1 and update peer dependency range

## 5.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "5.1.4",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
Expand Down

0 comments on commit c5eee1a

Please sign in to comment.