Skip to content

Commit ee31cbc

Browse files
authored
Merge pull request #44 from pydantic/changeset-release/main
Version Packages
2 parents 4c22f71 + 9ac6a16 commit ee31cbc

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/fast-bushes-wonder.md

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

packages/logfire-api/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- 4c22f71: Externalize the context manager, to avoid zone.js patching
8+
39
## 0.8.0
410

511
### Minor Changes

packages/logfire-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"stats",
2323
"monitoring"
2424
],
25-
"version": "0.8.0",
25+
"version": "0.8.1",
2626
"type": "module",
2727
"main": "./dist/index.cjs",
2828
"module": "./dist/index.js",

packages/logfire-browser/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- 4c22f71: Externalize the context manager, to avoid zone.js patching
8+
- Updated dependencies [4c22f71]
9+
- @pydantic/logfire-api@0.8.1
10+
311
## 0.8.0
412

513
### Minor Changes

packages/logfire-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"stats",
2222
"monitoring"
2323
],
24-
"version": "0.8.0",
24+
"version": "0.8.1",
2525
"type": "module",
2626
"main": "./dist/index.cjs",
2727
"module": "./dist/index.js",

0 commit comments

Comments
 (0)