Skip to content

Commit

Permalink
chore: update versions (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 14, 2024
1 parent 97ae354 commit 43fe78c
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-knives-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/two-suns-bathe.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/aws-event-factory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @driimus/aws-event-factory

## 0.2.1

### Patch Changes

- [#82](https://github.com/driimus/lambda-batch-processor/pull/82) [`97ae354`](https://github.com/driimus/lambda-batch-processor/commit/97ae354bc3689a4aadd50ff653df613a53ff94bc) Thanks [@driimus](https://github.com/driimus)! - fix: only ship build artifacts

- [#82](https://github.com/driimus/lambda-batch-processor/pull/82) [`52985a8`](https://github.com/driimus/lambda-batch-processor/commit/52985a8c66643df821c5c3cdaf358ee24049f404) Thanks [@driimus](https://github.com/driimus)! - docs: mention optional types

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-event-factory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@driimus/aws-event-factory",
"version": "0.2.0",
"version": "0.2.1",
"description": "Test data factories for AWS Lambda event sources",
"keywords": [
"aws lambda",
Expand Down
6 changes: 6 additions & 0 deletions packages/lambda-batch-processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @driimus/lambda-batch-processor

## 0.1.5

### Patch Changes

- [#82](https://github.com/driimus/lambda-batch-processor/pull/82) [`52985a8`](https://github.com/driimus/lambda-batch-processor/commit/52985a8c66643df821c5c3cdaf358ee24049f404) Thanks [@driimus](https://github.com/driimus)! - docs: mention optional types

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-batch-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@driimus/lambda-batch-processor",
"version": "0.1.4",
"version": "0.1.5",
"description": "Concurrently process batch records with partial failure support",
"keywords": [
"aws lambda",
Expand Down
6 changes: 6 additions & 0 deletions packages/sqs-permanent-failure-dlq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @driimus/sqs-permanent-failure-dlq

## 0.1.7

### Patch Changes

- [#82](https://github.com/driimus/lambda-batch-processor/pull/82) [`52985a8`](https://github.com/driimus/lambda-batch-processor/commit/52985a8c66643df821c5c3cdaf358ee24049f404) Thanks [@driimus](https://github.com/driimus)! - docs: mention optional types

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sqs-permanent-failure-dlq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@driimus/sqs-permanent-failure-dlq",
"version": "0.1.6",
"version": "0.1.7",
"description": "Send SQS messages causing non-retryable errors to a dead-letter SQS queue",
"keywords": [
"aws lambda",
Expand Down

0 comments on commit 43fe78c

Please sign in to comment.