Skip to content

Commit 6ac48db

Browse files
authored
Merge pull request #5 from tclxshunquan-wang/feat/plugin
chore: release packages
2 parents c115dbc + d43ba32 commit 6ac48db

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.changeset/busy-chairs-stop.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@hyperse/logger-plugin-console": patch
3+
"@hyperse/logger-plugin-stdout": patch
4+
"@hyperse/logger": patch
5+
---
6+
7+
1、publish logger
8+
2、publish logger-plugin-console
9+
3、publish logger-plugin-stdout

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

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

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

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

0 commit comments

Comments
 (0)