Skip to content

Commit d2b142d

Browse files
Version Packages (#177)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ecdfcf1 commit d2b142d

24 files changed

Lines changed: 102 additions & 21 deletions

File tree

.changeset/nested-template-fields.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spankind-manual-span-apis.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/cf-producer-worker/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pydantic/logfire-cloudflare-worker-example
22

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ecdfcf1]
8+
- Updated dependencies [38fb2d4]
9+
- logfire@0.21.0
10+
- @pydantic/logfire-cf-workers@2.0.1
11+
312
## 0.0.17
413

514
### Patch Changes

examples/cf-producer-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/logfire-cloudflare-worker-example",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

examples/cf-tail-worker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pydantic/cf-tail-worker
22

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- @pydantic/logfire-cf-workers@2.0.1
8+
39
## 0.0.17
410

511
### Patch Changes

examples/cf-tail-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/cf-tail-worker",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

examples/cf-worker/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pydantic/cf-worker
22

3+
## 0.0.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ecdfcf1]
8+
- Updated dependencies [38fb2d4]
9+
- logfire@0.21.0
10+
- @pydantic/logfire-cf-workers@2.0.1
11+
312
## 0.0.17
413

514
### Patch Changes

examples/cf-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/cf-worker",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"private": true,
55
"scripts": {
66
"deploy": "wrangler deploy",

examples/express/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pydantic/logfire-express-example
22

3+
## 1.0.21
4+
5+
### Patch Changes
6+
7+
- @pydantic/logfire-node@0.18.5
8+
39
## 1.0.20
410

511
### Patch Changes

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pydantic/logfire-express-example",
33
"private": true,
4-
"version": "1.0.20",
4+
"version": "1.0.21",
55
"main": "index.js",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)