Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jdanyow committed Nov 15, 2024
1 parent e4f2167 commit 1164c89
Show file tree
Hide file tree
Showing 19 changed files with 81 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .changeset/real-donkeys-matter.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- e4f2167: Update dependencies

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/cosmos",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "Azure Cosmos DB client for Cloudflare Workers and service workers",
"keywords": [
"azure",
Expand Down
6 changes: 6 additions & 0 deletions packages/csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cfworker/csv

## 3.0.1

### Patch Changes

- e4f2167: Update dependencies

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/csv/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/csv",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "Streaming CSV encoding for Cloudflare Workers and service workers",
"sideEffects": false,
"main": "dist/cjs/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cfworker/examples

## 3.0.1

### Patch Changes

- e4f2167: Update dependencies
- Updated dependencies [e4f2167]
- @cfworker/web@4.0.0
- @cfworker/cosmos@3.0.1
- @cfworker/sentry@4.0.1
- @cfworker/jwt@6.0.1

## 3.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/examples",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "cfworker examples",
"main": "dist/cjs/index.js",
"exports": {
Expand All @@ -28,10 +28,10 @@
"test": "echo \"no tests 🥺\""
},
"dependencies": {
"@cfworker/cosmos": "^3.0.0",
"@cfworker/jwt": "^6.0.0",
"@cfworker/sentry": "^4.0.0",
"@cfworker/web": "^3.0.0"
"@cfworker/cosmos": "^3.0.1",
"@cfworker/jwt": "^6.0.1",
"@cfworker/sentry": "^4.0.1",
"@cfworker/web": "^4.0.0"
},
"devDependencies": {
"typescript": "^5.6.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cfworker/json-schema

## 3.0.1

### Patch Changes

- e4f2167: Update dependencies

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/json-schema",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.",
"keywords": [
"json-schema",
Expand Down
6 changes: 6 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cfworker/jwt

## 6.0.1

### Patch Changes

- e4f2167: Update dependencies

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/jwt",
"type": "module",
"version": "6.0.0",
"version": "6.0.1",
"description": "Tiny lib for decoding JWTs and verifying signatures, using native crypto APIs",
"keywords": [
"jwt",
Expand Down
6 changes: 6 additions & 0 deletions packages/sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cfworker/sentry

## 4.0.1

### Patch Changes

- e4f2167: Update dependencies

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/sentry",
"type": "module",
"version": "4.0.0",
"version": "4.0.1",
"description": "Minimalist Sentry client for Cloudflare workers and service workers",
"keywords": [
"sentry",
Expand Down
8 changes: 8 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cfworker/site

## 2.1.2

### Patch Changes

- e4f2167: Update dependencies
- Updated dependencies [e4f2167]
- @cfworker/web@4.0.0

## 2.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/site",
"type": "module",
"version": "2.1.1",
"version": "2.1.2",
"description": "The cfworker.dev website",
"main": "dist/index.js",
"repository": "https://github.com/cfworker/cfworker",
Expand All @@ -21,7 +21,7 @@
"deploy": "echo \"todo: deploy\""
},
"dependencies": {
"@cfworker/web": "^3.0.0",
"@cfworker/web": "^4.0.0",
"@cloudflare/workers-types": "^4.20241112.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/uuid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cfworker/uuid

## 3.0.1

### Patch Changes

- e4f2167: Update dependencies

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uuid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/uuid",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "Serialize/deserialize V4 UUIDs from a Uint8Array",
"keywords": [
"uuid",
Expand Down
11 changes: 11 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cfworker/web

## 4.0.0

### Major Changes

- e4f2167: Update dependencies

### Patch Changes

- Updated dependencies [e4f2167]
- @cfworker/json-schema@3.0.1

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cfworker/web",
"type": "module",
"version": "3.0.0",
"version": "4.0.0",
"description": "Web framework for Cloudflare Workers and service workers, inspired by Koa and fastify",
"keywords": [
"middleware",
Expand Down Expand Up @@ -39,7 +39,7 @@
"test": "node ../../test.mjs"
},
"dependencies": {
"@cfworker/json-schema": "^3.0.0",
"@cfworker/json-schema": "^3.0.1",
"@types/cookie": "^1.0.0",
"@types/html-escaper": "^3.0.2",
"@types/statuses": "^2.0.5",
Expand Down

0 comments on commit 1164c89

Please sign in to comment.