Skip to content

Commit 2ca0a3d

Browse files
authored
Merge pull request #25 from hyperse-io/changeset-release/main
[Release] Version packages
2 parents 2d78605 + 8662dab commit 2ca0a3d

File tree

9 files changed

+35
-11
lines changed

9 files changed

+35
-11
lines changed

.changeset/long-meals-cross.md

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

packages/logger-plugin-console/CHANGELOG.md

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

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/hyperse-io/logger/pull/24) [`4f17fef`](https://github.com/hyperse-io/logger/commit/4f17fef6d843bc6605abf5dd22cef3ee044b3e7e) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - feat: add async support to logger methods
8+
9+
- Updated dependencies [[`4f17fef`](https://github.com/hyperse-io/logger/commit/4f17fef6d843bc6605abf5dd22cef3ee044b3e7e)]:
10+
- @hyperse/logger@1.1.7
11+
312
## 1.0.10
413

514
### 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.10",
3+
"version": "1.0.11",
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.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4f17fef`](https://github.com/hyperse-io/logger/commit/4f17fef6d843bc6605abf5dd22cef3ee044b3e7e)]:
8+
- @hyperse/logger@1.1.7
9+
310
## 1.0.10
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.10",
3+
"version": "1.0.11",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

packages/logger-plugin-stdout/CHANGELOG.md

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

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/hyperse-io/logger/pull/24) [`4f17fef`](https://github.com/hyperse-io/logger/commit/4f17fef6d843bc6605abf5dd22cef3ee044b3e7e) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - feat: add async support to logger methods
8+
9+
- Updated dependencies [[`4f17fef`](https://github.com/hyperse-io/logger/commit/4f17fef6d843bc6605abf5dd22cef3ee044b3e7e)]:
10+
- @hyperse/logger@1.1.7
11+
312
## 1.0.10
413

514
### 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.10",
3+
"version": "1.0.11",
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.7
4+
5+
### Patch Changes
6+
7+
- [#24](https://github.com/hyperse-io/logger/pull/24) [`4f17fef`](https://github.com/hyperse-io/logger/commit/4f17fef6d843bc6605abf5dd22cef3ee044b3e7e) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - feat: add async support to logger methods
8+
39
## 1.1.6
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.6",
3+
"version": "1.1.7",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)