Skip to content

Commit

Permalink
Merge pull request #14 from galaxiajs/changeset-release/main
Browse files Browse the repository at this point in the history
chore(ci): release
  • Loading branch information
Ernxst authored Jul 23, 2024
2 parents cf7378c + 71b936c commit fcdda74
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-waves-knock.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- Updated dependencies [cf7378c]
- @galaxiajs/cloudflare-kit@0.1.3

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/basic",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"private": true,
"scripts": {
"--------------------------------------------------------------------------------": "",
Expand Down
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.12

### Patch Changes

- Updated dependencies [cf7378c]
- @galaxiajs/cloudflare-kit@0.1.3

## 0.0.11

### 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.11",
"version": "0.0.12",
"private": true,
"scripts": {
"--------------------------------------------------------------------------------": "",
Expand Down
7 changes: 7 additions & 0 deletions examples/rpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @examples/rpc

## 0.0.12

### Patch Changes

- Updated dependencies [cf7378c]
- @galaxiajs/cloudflare-kit@0.1.3

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/rpc",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"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.1.3

### Patch Changes

- cf7378c: Fix handler type

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"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 fcdda74

Please sign in to comment.