Skip to content

Commit 6fc3c03

Browse files
author
Weyoss
committed
v8.0.0-rc.31
1 parent 74fac60 commit 6fc3c03

File tree

9 files changed

+4688
-1678
lines changed

9 files changed

+4688
-1678
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.0-rc.31](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.30...v8.0.0-rc.31) (2025-03-22)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- merge redis-server and net utils into redis-smq-common
11+
12+
### ♻️ Code Refactoring
13+
14+
- merge redis-server and net utils into redis-smq-common ([3591e20](https://github.com/weyoss/redis-smq/commit/3591e2060dec07ed05d13dba7b3a6154b5bc8057))
15+
16+
### 📦‍ Build System
17+
18+
- rename document script to document:all ([74fac60](https://github.com/weyoss/redis-smq/commit/74fac6016f175b108b7a3288a8c0bc28732d4c95))
19+
620
## [8.0.0-rc.30](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.29...v8.0.0-rc.30) (2025-03-21)
721

822
### ✨ Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "8.0.0-rc.30",
3+
"version": "8.0.0-rc.31",
44
"ignoreChanges": [],
55
"npmClient": "pnpm",
66
"command": {

packages/redis-smq-common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.0-rc.31](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.30...v8.0.0-rc.31) (2025-03-22)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- merge redis-server and net utils into redis-smq-common
11+
12+
### ♻️ Code Refactoring
13+
14+
- merge redis-server and net utils into redis-smq-common ([3591e20](https://github.com/weyoss/redis-smq/commit/3591e2060dec07ed05d13dba7b3a6154b5bc8057))
15+
616
## [8.0.0-rc.30](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.29...v8.0.0-rc.30) (2025-03-21)
717

818
### 🚀 Chore

packages/redis-smq-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-smq-common",
3-
"version": "8.0.0-rc.30",
3+
"version": "8.0.0-rc.31",
44
"description": "RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.",
55
"author": "Weyoss <weyoss@protonmail.com>",
66
"license": "MIT",

packages/redis-smq-rest-api/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.0-rc.31](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.30...v8.0.0-rc.31) (2025-03-22)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- merge redis-server and net utils into redis-smq-common
11+
12+
### ♻️ Code Refactoring
13+
14+
- merge redis-server and net utils into redis-smq-common ([3591e20](https://github.com/weyoss/redis-smq/commit/3591e2060dec07ed05d13dba7b3a6154b5bc8057))
15+
616
## [8.0.0-rc.30](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.29...v8.0.0-rc.30) (2025-03-21)
717

818
### 🚀 Chore

packages/redis-smq-rest-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-smq-rest-api",
3-
"version": "8.0.0-rc.30",
3+
"version": "8.0.0-rc.31",
44
"description": "A RESTful API for RedisSMQ",
55
"author": "Weyoss <weyoss@protonmail.com>",
66
"license": "MIT",

packages/redis-smq/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.0.0-rc.31](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.30...v8.0.0-rc.31) (2025-03-22)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- merge redis-server and net utils into redis-smq-common
11+
12+
### ♻️ Code Refactoring
13+
14+
- merge redis-server and net utils into redis-smq-common ([3591e20](https://github.com/weyoss/redis-smq/commit/3591e2060dec07ed05d13dba7b3a6154b5bc8057))
15+
616
## [8.0.0-rc.30](https://github.com/weyoss/redis-smq/compare/v8.0.0-rc.29...v8.0.0-rc.30) (2025-03-21)
717

818
### 🚀 Chore

packages/redis-smq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-smq",
3-
"version": "8.0.0-rc.30",
3+
"version": "8.0.0-rc.31",
44
"description": "A simple high-performance Redis message queue for Node.js.",
55
"author": "Weyoss <weyoss@protonmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)