Skip to content

Commit

Permalink
Merge pull request #75 from getlarge/chore-connect-to-nx-cloud
Browse files Browse the repository at this point in the history
chore: connect to Nx Cloud
  • Loading branch information
getlarge authored Jul 11, 2024
2 parents 653c5a7 + bad0315 commit e8126c6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 30 deletions.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
"targetName": "test"
}
}
]
],
"nxCloudAccessToken": "OGJlMTgwN2ItNzI3Yy00YzU4LWFjM2MtYzcxZjE2MWYwMTgxfHJlYWQtd3JpdGU="
}
9 changes: 2 additions & 7 deletions packages/amqp-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
## 0.6.0 (2024-06-07)


### 🚀 Features

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


### 🩹 Fixes

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

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


### ❤️ Thank You
### ❤️ Thank You

- getlarge @getlarge

## 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
### ❤️ Thank You

- getlarge @getlarge

Expand Down
5 changes: 1 addition & 4 deletions packages/async-local-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## 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))
Expand All @@ -14,8 +12,7 @@

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


### ❤️ Thank You
### ❤️ Thank You

- Edouard @getlarge
- getlarge @getlarge
Expand Down
2 changes: 1 addition & 1 deletion packages/cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +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.
This was a version bump only for nestjs-tools-cluster to align it with other projects, there were no code changes.
6 changes: 2 additions & 4 deletions packages/fastify-upload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 0.1.0 (2024-06-13)


### 🚀 Features

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

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

### ❤️ Thank You

### ❤️ Thank You

- getlarge @getlarge
- getlarge @getlarge
5 changes: 1 addition & 4 deletions packages/file-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# 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
### ❤️ Thank You

- Eamon
- Edouard @getlarge
Expand Down
8 changes: 3 additions & 5 deletions packages/lock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
# 1.0.0 (2024-04-16)


### 🚀 Features

- ⚠️ **lock:** update dependencies ([17d414e](https://github.com/getlarge/nestjs-tools/commit/17d414e))
- ⚠️ **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
#### ⚠️ Breaking Changes

- **lock:** replace redis and warlock

### ❤️ Thank You
### ❤️ Thank You

- getlarge @getlarge

Expand Down
5 changes: 1 addition & 4 deletions packages/typed-event-emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
## 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
### ❤️ Thank You

- getlarge @getlarge

Expand Down

0 comments on commit e8126c6

Please sign in to comment.