Skip to content

Commit

Permalink
chore: publish prerelease
Browse files Browse the repository at this point in the history
 - @levelup-nestjs/[email protected]
 - @levelup-nestjs/[email protected]
  • Loading branch information
WonderPanda committed Nov 8, 2019
1 parent 88a7452 commit 9a5fe56
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/rabbitmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1-rc.0](https://github.com/golevelup/nestjs/compare/@levelup-nestjs/[email protected]...@levelup-nestjs/[email protected]) (2019-11-06)

### Bug Fixes

- **rabbitmq:** added missing dep on @levelup-nestjs/modules ([b9510b3](https://github.com/golevelup/nestjs/commit/b9510b3))

# 1.5.0 (2019-10-29)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbitmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@levelup-nestjs/rabbitmq",
"version": "1.5.0",
"version": "1.5.1-rc.0",
"description": "Badass RabbitMQ addons for NestJS",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs/blob/master/packages/rabbitmq/README.md",
Expand Down
10 changes: 10 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1-rc.0 (2019-11-06)

### Features

- **testing:** new module for testing utilities ([f903c21](https://github.com/golevelup/nestjs/commit/f903c21)), closes [AB#20](https://github.com/AB/issues/20)
4 changes: 1 addition & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@levelup-nestjs/testing",
"version": "0.0.0",
"version": "0.0.1-rc.0",
"description": "Reusable utilties to help level up NestJS Testing",
"author": "Jesse Carter <[email protected]>",
"homepage": "https://github.com/golevelup/nestjs#readme",
Expand Down Expand Up @@ -35,8 +35,6 @@
"publishConfig": {
"access": "public"
},
"dependencies": {},
"devDependencies": {},
"jest": {
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit 9a5fe56

Please sign in to comment.