Skip to content

Commit

Permalink
Merge pull request #7 from zirkelc/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
zirkelc authored Oct 17, 2024
2 parents 66e224b + abce784 commit 0232997
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-panthers-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-oranges-protect.md

This file was deleted.

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

## 0.0.6

### Patch Changes

- [`aad227d`](https://github.com/zirkelc/middy-store/commit/aad227d8a1c7c7cffb27e9ce54aa41fb3ffccb69) Thanks [@zirkelc](https://github.com/zirkelc)! - fix: passthrough output if it's a reference

## 0.0.5

### Patch 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": "middy-store",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"type": "module",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/store-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# middy-store-dynamodb

## 0.0.2

### Patch Changes

- Updated dependencies [[`aad227d`](https://github.com/zirkelc/middy-store/commit/aad227d8a1c7c7cffb27e9ce54aa41fb3ffccb69)]:
- [email protected]

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/store-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middy-store-dynamodb",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"engines": {
"node": ">=18"
Expand Down
9 changes: 9 additions & 0 deletions packages/store-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# middy-store-s3

## 0.0.9

### Patch Changes

- [`e016cc1`](https://github.com/zirkelc/middy-store/commit/e016cc192deb72f01a25de1574a8f0d740eaa383) Thanks [@zirkelc](https://github.com/zirkelc)! - feat: export `isS3Reference`

- Updated dependencies [[`aad227d`](https://github.com/zirkelc/middy-store/commit/aad227d8a1c7c7cffb27e9ce54aa41fb3ffccb69)]:
- [email protected]

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/store-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middy-store-s3",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 0232997

Please sign in to comment.