Skip to content

Commit bad0315

Browse files
committed
format: run prettier on all files
1 parent 9f7f2bf commit bad0315

File tree

7 files changed

+11
-29
lines changed

7 files changed

+11
-29
lines changed

packages/amqp-transport/CHANGELOG.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,26 @@
11
## 0.6.0 (2024-06-07)
22

3-
43
### 🚀 Features
54

65
- **nestjs-tools-amqp-transport:** add custom event handler ([ea215d5](https://github.com/getlarge/nestjs-tools/commit/ea215d5))
76

8-
97
### 🩹 Fixes
108

119
- **nestjs-tools-amqp-transport:** create custom default deserializer to handle empty pattern ([8a4eaed](https://github.com/getlarge/nestjs-tools/commit/8a4eaed))
1210

1311
- **nestjs-tools-amqp-transport:** evaluate default options correctly ([077a2d2](https://github.com/getlarge/nestjs-tools/commit/077a2d2))
1412

15-
16-
### ❤️ Thank You
13+
### ❤️ Thank You
1714

1815
- getlarge @getlarge
1916

2017
## 0.5.2 (2024-04-16)
2118

22-
2319
### 🩹 Fixes
2420

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

27-
28-
### ❤️ Thank You
23+
### ❤️ Thank You
2924

3025
- getlarge @getlarge
3126

packages/async-local-storage/CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
## 0.3.0 (2024-04-16)
22

3-
43
### 🚀 Features
54

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

8-
97
### 🩹 Fixes
108

119
- remove default requestContext factory due to type issues ([f16b6a4](https://github.com/getlarge/nestjs-tools/commit/f16b6a4))
@@ -14,8 +12,7 @@
1412

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

17-
18-
### ❤️ Thank You
15+
### ❤️ Thank You
1916

2017
- Edouard @getlarge
2118
- getlarge @getlarge

packages/cluster/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## 0.15.6 (2024-04-16)
22

3-
This was a version bump only for nestjs-tools-cluster to align it with other projects, there were no code changes.
3+
This was a version bump only for nestjs-tools-cluster to align it with other projects, there were no code changes.

packages/fastify-upload/CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
## 0.1.0 (2024-06-13)
22

3-
43
### 🚀 Features
54

65
- **nestjs-tools-fastify-upload:** add Storage classes ([e2b4d07](https://github.com/getlarge/nestjs-tools/commit/e2b4d07))
@@ -9,7 +8,6 @@
98

109
- **nestjs-tools-fastify-upload:** add decoratos and interceptors ([dbfb6e9](https://github.com/getlarge/nestjs-tools/commit/dbfb6e9))
1110

11+
### ❤️ Thank You
1212

13-
### ❤️ Thank You
14-
15-
- getlarge @getlarge
13+
- getlarge @getlarge

packages/file-storage/CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
# 1.0.0 (2024-04-16)
22

3-
43
### 🚀 Features
54

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

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

10-
119
### 🩹 Fixes
1210

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

15-
16-
### ❤️ Thank You
13+
### ❤️ Thank You
1714

1815
- Eamon
1916
- Edouard @getlarge

packages/lock/CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# 1.0.0 (2024-04-16)
22

3-
43
### 🚀 Features
54

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

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

10-
11-
#### ⚠️ Breaking Changes
9+
#### ⚠️ Breaking Changes
1210

1311
- **lock:** replace redis and warlock
1412

15-
### ❤️ Thank You
13+
### ❤️ Thank You
1614

1715
- getlarge @getlarge
1816

packages/typed-event-emitter/CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
## 0.2.0 (2024-04-16)
22

3-
43
### 🚀 Features
54

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

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

10-
119
### 🩹 Fixes
1210

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

15-
16-
### ❤️ Thank You
13+
### ❤️ Thank You
1714

1815
- getlarge @getlarge
1916

0 commit comments

Comments
 (0)