Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/adopt-btravstack-0.2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/consume-btravstack-config.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/asyncapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @amqp-contract/asyncapi

## 2.4.1

### Patch Changes

- @amqp-contract/contract@2.4.1

## 2.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/asyncapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amqp-contract/asyncapi",
"version": "2.4.0",
"version": "2.4.1",
"description": "AsyncAPI specification generator for amqp-contract",
"keywords": [
"amqp",
Expand Down
9 changes: 9 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @amqp-contract/client

## 2.4.1

### Patch Changes

- Updated dependencies [fa87d3f]
- Updated dependencies [32895df]
- @amqp-contract/core@2.4.1
- @amqp-contract/contract@2.4.1

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amqp-contract/client",
"version": "2.4.0",
"version": "2.4.1",
"description": "Client utilities for publishing messages using amqp-contract",
"keywords": [
"amqp",
Expand Down
2 changes: 2 additions & 0 deletions packages/contract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @amqp-contract/contract

## 2.4.1

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amqp-contract/contract",
"version": "2.4.0",
"version": "2.4.1",
"description": "Contract builder for amqp-contract",
"keywords": [
"amqp",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @amqp-contract/core

## 2.4.1

### Patch Changes

- fa87d3f: Adopt @btravstack/tsconfig@0.2.0 (verbatimModuleSyntax), @btravstack/oxlint@0.2.1 (consistent-type-imports), @btravstack/lefthook, and the oxfmt sortImports fix.
- 32895df: Consume the shared `@btravstack/tsconfig` / `@btravstack/typedoc` published config directly (the local `tools/*` packages are removed; consumers now extend `@btravstack/*` and take it from the catalog).
- @amqp-contract/contract@2.4.1

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amqp-contract/core",
"version": "2.4.0",
"version": "2.4.1",
"description": "Core utilities for AMQP setup and management in amqp-contract",
"keywords": [
"amqp",
Expand Down
2 changes: 2 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @amqp-contract/testing

## 2.4.1

## 2.4.0

## 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amqp-contract/testing",
"version": "2.4.0",
"version": "2.4.1",
"description": "Testing utilities for AMQP contracts with testcontainers",
"keywords": [
"amqp",
Expand Down
9 changes: 9 additions & 0 deletions packages/worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @amqp-contract/worker

## 2.4.1

### Patch Changes

- Updated dependencies [fa87d3f]
- Updated dependencies [32895df]
- @amqp-contract/core@2.4.1
- @amqp-contract/contract@2.4.1

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amqp-contract/worker",
"version": "2.4.0",
"version": "2.4.1",
"description": "Worker utilities for consuming messages using amqp-contract",
"keywords": [
"amqp",
Expand Down
Loading