Skip to content

Commit

Permalink
Merge pull request #11 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 3, 2024
2 parents 3fa58cf + bdf1082 commit bcd51f7
Show file tree
Hide file tree
Showing 9 changed files with 62 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-peaches-watch.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.10

### Patch Changes

- Updated dependencies [1ca2619]
- @galaxiajs/cloudflare-kit@0.1.1

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.10

### Patch Changes

- Updated dependencies [1ca2619]
- @galaxiajs/cloudflare-kit@0.1.1

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.10

### Patch Changes

- Updated dependencies [1ca2619]
- @galaxiajs/cloudflare-kit@0.1.1

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.1

### Patch Changes

- 1ca2619: Add method to execute code after request handling

## 0.1.0

### Minor Changes
Expand Down
43 changes: 32 additions & 11 deletions 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.0",
"version": "0.1.1",
"description": "Utilities to make working with Cloudflare workers easier",
"author": "Ernest Nkansah-Badu <[email protected]> (https://github.com/Ernxst)",
"license": "MIT",
Expand Down Expand Up @@ -44,23 +44,44 @@
"default": "./dist/vitest/index.js"
}
},
"files": ["dist", "package.json"],
"files": [
"dist",
"package.json"
],
"typesVersions": {
"*": {
".": ["./dist/index"],
"esbuild": ["./dist/esbuild/index"],
"cache": ["./dist/cache/index"],
"context": ["./dist/context/index"],
"cookies": ["./dist/cookies/index"],
"user-agent": ["./dist/user-agent/index"],
"vitest": ["./dist/vitest/index"],
"types": ["./dist/index"]
".": [
"./dist/index"
],
"esbuild": [
"./dist/esbuild/index"
],
"cache": [
"./dist/cache/index"
],
"context": [
"./dist/context/index"
],
"cookies": [
"./dist/cookies/index"
],
"user-agent": [
"./dist/user-agent/index"
],
"vitest": [
"./dist/vitest/index"
],
"types": [
"./dist/index"
]
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"workspaces": ["examples/**/*"],
"workspaces": [
"examples/**/*"
],
"keywords": [
"api-kit",
"web",
Expand Down

0 comments on commit bcd51f7

Please sign in to comment.