Skip to content

Commit 6d85884

Browse files
authored
Merge pull request #10 from hyperse-io/changeset-release/main
[Release] Version packages
2 parents 8e449b1 + bc020dc commit 6d85884

File tree

9 files changed

+50
-20
lines changed

9 files changed

+50
-20
lines changed

.changeset/rotten-dragons-wish.md

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

packages/logger-plugin-console/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#9](https://github.com/hyperse-io/logger/pull/9) [`41382bc`](https://github.com/hyperse-io/logger/commit/41382bcb40f02b81aaf1bb6131b152ec5c95c9ec) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### 🐛 Bug Fixes
8+
- Improved documentation for default values in console plugin options.
9+
- Improved documentation for default values in stdout plugin options.
10+
11+
### 🏷️ Types
12+
- Exported the `Logger` type for external usage.
13+
14+
- Updated dependencies [[`41382bc`](https://github.com/hyperse-io/logger/commit/41382bcb40f02b81aaf1bb6131b152ec5c95c9ec)]:
15+
- @hyperse/logger@1.0.3
16+
317
## 1.0.2
418

519
### 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.2",
3+
"version": "1.0.3",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41382bc`](https://github.com/hyperse-io/logger/commit/41382bcb40f02b81aaf1bb6131b152ec5c95c9ec)]:
8+
- @hyperse/logger@1.0.3
9+
310
## 1.0.2
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.2",
3+
"version": "1.0.3",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

packages/logger-plugin-stdout/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#9](https://github.com/hyperse-io/logger/pull/9) [`41382bc`](https://github.com/hyperse-io/logger/commit/41382bcb40f02b81aaf1bb6131b152ec5c95c9ec) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### 🐛 Bug Fixes
8+
- Improved documentation for default values in console plugin options.
9+
- Improved documentation for default values in stdout plugin options.
10+
11+
### 🏷️ Types
12+
- Exported the `Logger` type for external usage.
13+
14+
- Updated dependencies [[`41382bc`](https://github.com/hyperse-io/logger/commit/41382bcb40f02b81aaf1bb6131b152ec5c95c9ec)]:
15+
- @hyperse/logger@1.0.3
16+
317
## 1.0.2
418

519
### 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.2",
3+
"version": "1.0.3",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

packages/logger/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#9](https://github.com/hyperse-io/logger/pull/9) [`41382bc`](https://github.com/hyperse-io/logger/commit/41382bcb40f02b81aaf1bb6131b152ec5c95c9ec) Thanks [@tclxshunquan-wang](https://github.com/tclxshunquan-wang)! - ### 🐛 Bug Fixes
8+
- Improved documentation for default values in console plugin options.
9+
- Improved documentation for default values in stdout plugin options.
10+
11+
### 🏷️ Types
12+
- Exported the `Logger` type for external usage.
13+
314
## 1.0.2
415

516
### 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.0.2",
3+
"version": "1.0.3",
44
"homepage": "https://github.com/hyperse-io/logger",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)