Skip to content

Commit d317d67

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

File tree

9 files changed

+43
-12
lines changed

9 files changed

+43
-12
lines changed

.changeset/fix-default-export-vite-dts-build.md

Lines changed: 0 additions & 8 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.9.0
4+
5+
### Minor Changes
6+
7+
- 03df4fb: Add default export to packages. Using the default import is equivalent to the star import.
8+
39
## 0.8.2
410

511
### Patch Changes

packages/logfire-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"stats",
2727
"monitoring"
2828
],
29-
"version": "0.8.2",
29+
"version": "0.9.0",
3030
"type": "module",
3131
"main": "./dist/index.cjs",
3232
"module": "./dist/index.js",

packages/logfire-browser/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 03df4fb: Add default export to packages. Using the default import is equivalent to the star import.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [03df4fb]
12+
- @pydantic/logfire-api@0.9.0
13+
314
## 0.9.1
415

516
### Patch Changes

packages/logfire-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"stats",
2626
"monitoring"
2727
],
28-
"version": "0.9.1",
28+
"version": "0.10.0",
2929
"type": "module",
3030
"main": "./dist/index.cjs",
3131
"module": "./dist/index.js",

packages/logfire-cf-workers/CHANGELOG.md

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

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- 03df4fb: Add default export to packages. Using the default import is equivalent to the star import.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [03df4fb]
12+
- @pydantic/logfire-api@0.9.0
13+
314
## 0.8.2
415

516
### Patch Changes

packages/logfire-cf-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"stats",
2727
"monitoring"
2828
],
29-
"version": "0.8.2",
29+
"version": "0.9.0",
3030
"type": "module",
3131
"main": "./dist/index.cjs",
3232
"module": "./dist/index.js",

packages/logfire/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- 03df4fb: Add default export to packages. Using the default import is equivalent to the star import.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [03df4fb]
12+
- @pydantic/logfire-api@0.9.0
13+
314
## 0.9.1
415

516
### Patch Changes

packages/logfire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"stats",
2626
"monitoring"
2727
],
28-
"version": "0.9.1",
28+
"version": "0.10.0",
2929
"type": "module",
3030
"main": "./dist/index.cjs",
3131
"module": "./dist/index.js",

0 commit comments

Comments
 (0)