Skip to content

Commit

Permalink
Merge pull request #7 from galaxiajs/changeset-release/main
Browse files Browse the repository at this point in the history
chore(ci): release
  • Loading branch information
Ernxst authored Jun 5, 2024
2 parents 770bb4a + efd8212 commit 90e7124
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/weak-spies-crash.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/kitchen-sink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @examples/kitchen-sink

## 0.0.8

### Patch Changes

- Updated dependencies [770bb4a]
- @galaxiajs/cloudflare-kit@0.0.8

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/kitchen-sink",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"--------------------------------------------------------------------------------": "",
Expand Down
6 changes: 6 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @galaxiajs/cloudflare-kit

## 0.0.8

### Patch Changes

- 770bb4a: (breaking): do not clone the request in case it is currently being read

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@galaxiajs/cloudflare-kit",
"type": "module",
"version": "0.0.7",
"version": "0.0.8",
"description": "Utilities to make working with Cloudflare workers easier",
"author": "Ernest Nkansah-Badu <[email protected]> (https://github.com/Ernxst)",
"license": "MIT",
Expand Down

0 comments on commit 90e7124

Please sign in to comment.