Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
chore(release): publish v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 21, 2022
1 parent 6aece16 commit aca3fb7
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bull-packages

## 2.0.11 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bull-packages
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"graphType": "dependencies"
}
},
"version": "2.0.11"
"version": "3.0.0"
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/bull/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bull

## 2.0.11 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bull
Expand Down
2 changes: 1 addition & 1 deletion packages/bull/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchan828/nest-bull",
"version": "2.0.11",
"version": "3.0.0",
"description": "The [Bull](https://github.com/OptimalBits/bull) module for [Nest](https://github.com/nestjs/nest).",
"homepage": "https://github.com/anchan828/nest-bull/tree/master/packages/bull#readme",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions packages/bullmq-terminus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bullmq-terminus

## 2.0.11 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bullmq-terminus
Expand Down
4 changes: 2 additions & 2 deletions packages/bullmq-terminus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchan828/nest-bullmq-terminus",
"version": "2.0.11",
"version": "3.0.0",
"description": "The terminus of [BullMQ](https://github.com/taskforcesh/bullmq) module for [Nest](https://github.com/nestjs/nest).",
"homepage": "https://github.com/anchan828/nest-bull/tree/master/packages/bullmq-terminus#readme",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@anchan828/nest-bullmq": "^2.0.11"
"@anchan828/nest-bullmq": "^3.0.0"
},
"devDependencies": {
"@nestjs/axios": "^0.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/bullmq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bullmq

## 2.0.11 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bullmq
Expand Down
2 changes: 1 addition & 1 deletion packages/bullmq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchan828/nest-bullmq",
"version": "2.0.11",
"version": "3.0.0",
"description": "The [BullMQ](https://github.com/taskforcesh/bullmq) module for [Nest](https://github.com/nestjs/nest).",
"homepage": "https://github.com/anchan828/nest-bull/tree/master/packages/bullmq#readme",
"bugs": {
Expand Down
4 changes: 4 additions & 0 deletions packages/terminus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bull-terminus

## 2.0.11 (2022-09-21)

**Note:** Version bump only for package @anchan828/nest-bull-terminus
Expand Down
4 changes: 2 additions & 2 deletions packages/terminus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchan828/nest-bull-terminus",
"version": "2.0.11",
"version": "3.0.0",
"description": "The terminus of [Bull](https://github.com/OptimalBits/bull) module for [Nest](https://github.com/nestjs/nest).",
"homepage": "https://github.com/anchan828/nest-bull/tree/master/packages/terminus#readme",
"bugs": {
Expand All @@ -26,7 +26,7 @@
"watch": "tsc --watch"
},
"dependencies": {
"@anchan828/nest-bull": "^2.0.11"
"@anchan828/nest-bull": "^3.0.0"
},
"devDependencies": {
"@nestjs/axios": "^0.1.0",
Expand Down

0 comments on commit aca3fb7

Please sign in to comment.