Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
- project: nestjs-tools-async-local-storage 0.3.0

- project: typed-event-emitter 0.2.0

- project: nestjs-tools-amqp-transport 0.5.2

- project: nestjs-tools-file-storage 1.0.0

- project: nestjs-tools-cluster 0.15.6

- project: nestjs-tools-lock 1.0.0
  • Loading branch information
getlarge committed Apr 16, 2024
1 parent d10492c commit 5e7fcfb
Show file tree
Hide file tree
Showing 12 changed files with 103 additions and 8 deletions.
12 changes: 12 additions & 0 deletions packages/amqp-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.5.2 (2024-04-16)


### 🩹 Fixes

- **amqp-transport:** solve type issues and improve reconnection handling ([faf027c](https://github.com/getlarge/nestjs-tools/commit/faf027c))


### ❤️ Thank You

- getlarge @getlarge

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
4 changes: 2 additions & 2 deletions packages/amqp-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-amqp-transport",
"version": "0.5.1",
"version": "0.5.2",
"description": "Custom Nest Transport classes for AMQP",
"keywords": [
"amqp",
Expand All @@ -21,7 +21,7 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@getlarge/typed-event-emitter": "0.1.1",
"@getlarge/typed-event-emitter": "0.2.0",
"uuid": "^9.0.1",
"tslib": "^2.3.0"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/async-local-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 0.3.0 (2024-04-16)


### 🚀 Features

- add module implementation ([715e29d](https://github.com/getlarge/nestjs-tools/commit/715e29d))


### 🩹 Fixes

- remove default requestContext factory due to type issues ([f16b6a4](https://github.com/getlarge/nestjs-tools/commit/f16b6a4))

- throw errors before creating providers ([046fd4e](https://github.com/getlarge/nestjs-tools/commit/046fd4e))

- **nestjs-tools-async-local-storage:** use stricter typing ([e588371](https://github.com/getlarge/nestjs-tools/commit/e588371))


### ❤️ Thank You

- Edouard @getlarge
- getlarge @getlarge

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/async-local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-async-local-storage",
"version": "0.2.2",
"version": "0.3.0",
"description": "Node Async Hooks wrapper to store request context",
"keywords": [
"node",
Expand Down
3 changes: 3 additions & 0 deletions packages/cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.15.6 (2024-04-16)

This was a version bump only for nestjs-tools-cluster to align it with other projects, there were no code changes.
4 changes: 2 additions & 2 deletions packages/cluster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-cluster",
"version": "0.15.5",
"version": "0.15.6",
"description": "Cluster and workers manager",
"keywords": [
"cluster",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"tslib": "^2.3.0",
"@getlarge/typed-event-emitter": "0.1.1"
"@getlarge/typed-event-emitter": "0.2.0"
},
"type": "commonjs",
"main": "./src/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/file-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 1.0.0 (2024-04-16)


### 🚀 Features

- **file-storage:** create `FileStorageModule` ([07237e1](https://github.com/getlarge/nestjs-tools/commit/07237e1))

- **file-storage:** emit 'done' event once file is fully written ([f8b1a02](https://github.com/getlarge/nestjs-tools/commit/f8b1a02))


### 🩹 Fixes

- **file-storage:** correctly spread credentials propetry ([f26ed81](https://github.com/getlarge/nestjs-tools/commit/f26ed81))


### ❤️ Thank You

- Eamon
- Edouard @getlarge
- getlarge @getlarge

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/file-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-file-storage",
"version": "0.8.0",
"version": "1.0.0",
"description": "File Storage Juggler",
"keywords": [
"file",
Expand Down
18 changes: 18 additions & 0 deletions packages/lock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 1.0.0 (2024-04-16)


### 🚀 Features

- ⚠️ **lock:** update dependencies ([17d414e](https://github.com/getlarge/nestjs-tools/commit/17d414e))

- **lock:** export LockService ([192ee1a](https://github.com/getlarge/nestjs-tools/commit/192ee1a))


#### ⚠️ Breaking Changes

- **lock:** replace redis and warlock

### ❤️ Thank You

- getlarge @getlarge

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/nestjs-tools-lock",
"version": "0.7.0",
"version": "1.0.0",
"description": "A distributed lock manager for NestJS",
"keywords": [
"lock",
Expand Down
19 changes: 19 additions & 0 deletions packages/typed-event-emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.2.0 (2024-04-16)


### 🚀 Features

- **typed-event-emitter:** create type safe event emitter ([67fa49c](https://github.com/getlarge/nestjs-tools/commit/67fa49c))

- **typed-event-emitter:** create new methods to wait events ([f9a3a12](https://github.com/getlarge/nestjs-tools/commit/f9a3a12))


### 🩹 Fixes

- **amqp-transport:** solve type issues and improve reconnection handling ([faf027c](https://github.com/getlarge/nestjs-tools/commit/faf027c))


### ❤️ Thank You

- getlarge @getlarge

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-event-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getlarge/typed-event-emitter",
"version": "0.1.1",
"version": "0.2.0",
"description": "Event emitter with generic event types",
"keywords": [
"eventemitter",
Expand Down

0 comments on commit 5e7fcfb

Please sign in to comment.