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 Dec 5, 2024
1 parent a72875c commit f0a7c9f
Show file tree
Hide file tree
Showing 19 changed files with 78 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .changeset/chatty-dingos-share.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

## 4.0.1

### Patch Changes

- a72875c: Restore type:module

## 4.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,6 +1,6 @@
{
"name": "@cfworker/cosmos",
"version": "4.0.0",
"version": "4.0.1",
"description": "Azure Cosmos DB client for Cloudflare Workers and service workers",
"type": "module",
"keywords": [
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

## 4.0.1

### Patch Changes

- a72875c: Restore type:module

## 4.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,6 +1,6 @@
{
"name": "@cfworker/csv",
"version": "4.0.0",
"version": "4.0.1",
"description": "Streaming CSV encoding for Cloudflare Workers and service workers",
"type": "module",
"sideEffects": false,
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

## 4.0.1

### Patch Changes

- a72875c: Restore type:module
- Updated dependencies [a72875c]
- @cfworker/cosmos@4.0.1
- @cfworker/sentry@5.0.1
- @cfworker/jwt@7.0.1
- @cfworker/web@5.0.1

## 4.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,6 +1,6 @@
{
"name": "@cfworker/examples",
"version": "4.0.0",
"version": "4.0.1",
"description": "cfworker examples",
"type": "module",
"repository": "https://github.com/cfworker/cfworker",
Expand All @@ -23,10 +23,10 @@
"test": "echo \"no tests 🥺\""
},
"dependencies": {
"@cfworker/cosmos": "^4.0.0",
"@cfworker/jwt": "^7.0.0",
"@cfworker/sentry": "^5.0.0",
"@cfworker/web": "^5.0.0"
"@cfworker/cosmos": "^4.0.1",
"@cfworker/jwt": "^7.0.1",
"@cfworker/sentry": "^5.0.1",
"@cfworker/web": "^5.0.1"
},
"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

## 4.0.1

### Patch Changes

- a72875c: Restore type:module

## 4.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,6 +1,6 @@
{
"name": "@cfworker/json-schema",
"version": "4.0.0",
"version": "4.0.1",
"description": "A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.",
"type": "module",
"keywords": [
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

## 7.0.1

### Patch Changes

- a72875c: Restore type:module

## 7.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,6 +1,6 @@
{
"name": "@cfworker/jwt",
"version": "7.0.0",
"version": "7.0.1",
"description": "Tiny lib for decoding JWTs and verifying signatures, using native crypto APIs",
"type": "module",
"keywords": [
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

## 5.0.1

### Patch Changes

- a72875c: Restore type:module

## 5.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,6 +1,6 @@
{
"name": "@cfworker/sentry",
"version": "5.0.0",
"version": "5.0.1",
"description": "Minimalist Sentry client for Cloudflare workers and service workers",
"type": "module",
"keywords": [
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

## 3.0.1

### Patch Changes

- a72875c: Restore type:module
- Updated dependencies [a72875c]
- @cfworker/web@5.0.1

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfworker/site",
"version": "3.0.0",
"version": "3.0.1",
"description": "The cfworker.dev website",
"type": "module",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
"deploy": "echo \"todo: deploy\""
},
"dependencies": {
"@cfworker/web": "^5.0.0",
"@cfworker/web": "^5.0.1",
"@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

## 4.0.1

### Patch Changes

- a72875c: Restore type:module

## 4.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,6 +1,6 @@
{
"name": "@cfworker/uuid",
"version": "4.0.0",
"version": "4.0.1",
"description": "Serialize/deserialize V4 UUIDs from a Uint8Array",
"type": "module",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cfworker/web

## 5.0.1

### Patch Changes

- a72875c: Restore type:module
- Updated dependencies [a72875c]
- @cfworker/json-schema@4.0.1

## 5.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,6 +1,6 @@
{
"name": "@cfworker/web",
"version": "5.0.0",
"version": "5.0.1",
"description": "Web framework for Cloudflare Workers and service workers, inspired by Koa and fastify",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"test": "node ../../test.mjs"
},
"dependencies": {
"@cfworker/json-schema": "^4.0.0",
"@cfworker/json-schema": "^4.0.1",
"@types/cookie": "^1.0.0",
"@types/html-escaper": "^3.0.2",
"@types/statuses": "^2.0.5",
Expand Down

0 comments on commit f0a7c9f

Please sign in to comment.