Skip to content

Commit 4c56f8b

Browse files
Version Packages
1 parent da13291 commit 4c56f8b

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/big-masks-cry.md

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

packages/logger-plugin-console/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperse/logger-plugin-console
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5cb04db`](https://github.com/hyperse-io/logger/commit/5cb04db7223a61bcb36d3360949dc3c0acd5e803)]:
8+
- @hyperse/logger@1.1.6
9+
310
## 1.0.9
411

512
### Patch Changes

packages/logger-plugin-console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperse/logger-plugin-console",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

packages/logger-plugin-sentry/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperse/logger-plugin-sentry
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5cb04db`](https://github.com/hyperse-io/logger/commit/5cb04db7223a61bcb36d3360949dc3c0acd5e803)]:
8+
- @hyperse/logger@1.1.6
9+
310
## 1.0.9
411

512
### Patch Changes

packages/logger-plugin-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperse/logger-plugin-sentry",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

packages/logger-plugin-stdout/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperse/logger-plugin-stdout
22

3+
## 1.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5cb04db`](https://github.com/hyperse-io/logger/commit/5cb04db7223a61bcb36d3360949dc3c0acd5e803)]:
8+
- @hyperse/logger@1.1.6
9+
310
## 1.0.9
411

512
### Patch Changes

packages/logger-plugin-stdout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperse/logger-plugin-stdout",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

packages/logger/CHANGELOG.md

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

3+
## 1.1.6
4+
5+
### Patch Changes
6+
7+
- [#21](https://github.com/hyperse-io/logger/pull/21) [`5cb04db`](https://github.com/hyperse-io/logger/commit/5cb04db7223a61bcb36d3360949dc3c0acd5e803) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - refactor: update logger interface and tests for improved setup function handling
8+
39
## 1.1.5
410

511
### Patch Changes

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperse/logger",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)