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 Aug 9, 2023
1 parent 8f870fb commit 29ebeeb
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-needles-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-boxes-unite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/young-bottles-shave.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

## 1.13.6

### Patch Changes

- a6fead5: disable cosmos integration tests

## 1.13.5

### Patch 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": "1.13.5",
"version": "1.13.6",
"description": "Azure Cosmos DB client for Cloudflare Workers and service workers",
"keywords": [
"azure",
Expand Down
10 changes: 10 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cfworker/examples

## 1.12.8

### Patch Changes

- 45cf29f: support for ESModule based workers
- Updated dependencies [a6fead5]
- Updated dependencies [45cf29f]
- @cfworker/cosmos@1.13.6
- @cfworker/web@1.13.0

## 1.12.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cfworker/examples",
"version": "1.12.7",
"version": "1.12.8",
"description": "cfworker examples",
"main": "dist/index.js",
"repository": "https://github.com/cfworker/cfworker",
Expand All @@ -27,10 +27,10 @@
"test": "cfworker test test/**/*.spec.ts"
},
"dependencies": {
"@cfworker/cosmos": "^1.13.5",
"@cfworker/cosmos": "^1.13.6",
"@cfworker/jwt": "^4.0.4",
"@cfworker/sentry": "^1.12.4",
"@cfworker/web": "^1.12.5",
"@cfworker/web": "^1.13.0",
"@cfworker/worker-types": "^1.12.3",
"@cloudflare/workers-types": "^2.2.2"
},
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

## 1.12.6

### Patch Changes

- 576072a: Add support for `srcdoc` iframes to `json-schema`

## 1.12.5

### Patch 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": "1.12.5",
"version": "1.12.6",
"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
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

## 1.13.0

### Minor Changes

- 45cf29f: support for ESModule based workers

### Patch Changes

- Updated dependencies [576072a]
- @cfworker/json-schema@1.12.6

## 1.12.5

### Patch 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": "1.12.5",
"version": "1.13.0",
"description": "Web framework for Cloudflare Workers and service workers, inspired by Koa and fastify",
"keywords": [
"middleware",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "cfworker test test/**/*.spec.ts --nocheck"
},
"dependencies": {
"@cfworker/json-schema": "^1.12.5",
"@cfworker/json-schema": "^1.12.6",
"@cfworker/worker-types": "^1.12.3",
"@cloudflare/workers-types": "^2.2.2",
"@types/cookie": "^0.5.1",
Expand Down

0 comments on commit 29ebeeb

Please sign in to comment.