Skip to content

Commit 80fcd29

Browse files
authored
Merge pull request #80 from domwebber/changeset-release/main
chore(release): version packages
2 parents 143df34 + 465a4ca commit 80fcd29

32 files changed

Lines changed: 458 additions & 120 deletions

.changeset/easy-coins-mate.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/fresh-flies-feel.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/gold-bobcats-poke.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/good-colts-walk.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/heavy-pumas-attack.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/hot-laws-lie.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/plain-insects-carry.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/silly-bushes-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/amqplib/CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# @mqueue/amqplib
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- [`34cff73`](https://github.com/domwebber/mqueue/commit/34cff7386252d4b4d2fa51b2f7193d93197d1e6c)
8+
Thanks [@domwebber](https://github.com/domwebber)! - Update `amqplib` to `v1`
9+
- Updates minimum NodeJS version to v18 -
10+
https://github.com/amqp-node/amqplib/blob/main/CHANGELOG.md#v100
11+
12+
### Patch Changes
13+
14+
- [`033491f`](https://github.com/domwebber/mqueue/commit/033491f122654908d2adcc361966ca4d78f00697)
15+
Thanks [@domwebber](https://github.com/domwebber)! - Move `typescript` and
16+
`tsx` to monorepo root, out of installed-package dependencies
17+
18+
- [`e242a16`](https://github.com/domwebber/mqueue/commit/e242a167b93b484b28c5818ea06985b106d4c20e)
19+
Thanks [@domwebber](https://github.com/domwebber)! - Move `publint` to
20+
monorepo root, out of installed-package dependencies
21+
22+
- [`6d95fb4`](https://github.com/domwebber/mqueue/commit/6d95fb4424014998b74dc8d1add625e4b0be6051)
23+
Thanks [@domwebber](https://github.com/domwebber)! - Move `testcontainers` to
24+
monorepo root, out of installed-package dependencies
25+
26+
- [`c002052`](https://github.com/domwebber/mqueue/commit/c0020521cd56c296f084f65a3f774792d2b70a27)
27+
Thanks [@domwebber](https://github.com/domwebber)! - Update various
28+
dependencies
29+
30+
- [`c002052`](https://github.com/domwebber/mqueue/commit/c0020521cd56c296f084f65a3f774792d2b70a27)
31+
Thanks [@domwebber](https://github.com/domwebber)! - Updated TypeScript to
32+
`v6`
33+
34+
- [`85cb3d9`](https://github.com/domwebber/mqueue/commit/85cb3d945539691292f3ecf624eaed618e64d65c)
35+
Thanks [@domwebber](https://github.com/domwebber)! - Migrate bundling to
36+
`tsdown` (Rolldown)
37+
38+
- Updated dependencies
39+
[[`033491f`](https://github.com/domwebber/mqueue/commit/033491f122654908d2adcc361966ca4d78f00697),
40+
[`e242a16`](https://github.com/domwebber/mqueue/commit/e242a167b93b484b28c5818ea06985b106d4c20e),
41+
[`6d95fb4`](https://github.com/domwebber/mqueue/commit/6d95fb4424014998b74dc8d1add625e4b0be6051),
42+
[`c002052`](https://github.com/domwebber/mqueue/commit/c0020521cd56c296f084f65a3f774792d2b70a27),
43+
[`c002052`](https://github.com/domwebber/mqueue/commit/c0020521cd56c296f084f65a3f774792d2b70a27),
44+
[`85cb3d9`](https://github.com/domwebber/mqueue/commit/85cb3d945539691292f3ecf624eaed618e64d65c)]:
45+
- @mqueue/queue@1.0.2
46+
347
## 1.0.1
448

549
### Patch Changes

packages/amqplib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mqueue/amqplib",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"type": "module",
55
"description": "MQueue adapter for amqplib AMQP v0.9.1",
66
"author": "Dom Webber <dom.webber@hotmail.com>",

0 commit comments

Comments
 (0)