Skip to content

Commit 6f767c7

Browse files
chore: version packages
1 parent 6859880 commit 6f767c7

7 files changed

Lines changed: 47 additions & 19 deletions

File tree

.changeset/log-tailing-feature.md

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

packages/b2c-cli/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @salesforce/b2c-cli
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#77](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/77) [`6859880`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/6859880195d2da4cd6363451c79224878917abb7) Thanks [@clavery](https://github.com/clavery)! - Add log tailing and listing commands for viewing B2C Commerce instance logs
8+
9+
New CLI commands:
10+
- `b2c logs list` - List log files with filtering by prefix and sorting
11+
- `b2c logs tail` - Real-time log tailing with colored output and path normalization
12+
13+
New SDK functions in `@salesforce/b2c-tooling-sdk/operations/logs`:
14+
- `listLogFiles()` - List and filter log files
15+
- `tailLogs()` - Continuous log tailing with callbacks
16+
- `getRecentLogs()` - One-shot retrieval of recent log entries
17+
- `createPathNormalizer()` - Convert remote paths to local for IDE click-to-open
18+
19+
### Patch Changes
20+
21+
- Updated dependencies [[`6859880`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/6859880195d2da4cd6363451c79224878917abb7)]:
22+
- @salesforce/b2c-tooling-sdk@0.3.0
23+
324
## 0.2.1
425

526
### Patch Changes

packages/b2c-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/b2c-cli",
33
"description": "A Salesforce Commerce Cloud B2C CLI",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"author": "Charles Lavery",
66
"bin": {
77
"b2c": "./bin/run.js"

packages/b2c-dx-mcp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @salesforce/b2c-dx-mcp
22

3+
## 0.3.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6859880`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/6859880195d2da4cd6363451c79224878917abb7)]:
8+
- @salesforce/b2c-tooling-sdk@0.3.0
9+
310
## 0.2.1
411

512
### Patch Changes

packages/b2c-dx-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-dx-mcp",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "MCP server for B2C Commerce Cloud developer experience tools",
55
"author": "Salesforce",
66
"license": "MIT",

packages/b2c-tooling-sdk/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @salesforce/b2c-tooling-sdk
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#77](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/77) [`6859880`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/6859880195d2da4cd6363451c79224878917abb7) Thanks [@clavery](https://github.com/clavery)! - Add log tailing and listing commands for viewing B2C Commerce instance logs
8+
9+
New CLI commands:
10+
- `b2c logs list` - List log files with filtering by prefix and sorting
11+
- `b2c logs tail` - Real-time log tailing with colored output and path normalization
12+
13+
New SDK functions in `@salesforce/b2c-tooling-sdk/operations/logs`:
14+
- `listLogFiles()` - List and filter log files
15+
- `tailLogs()` - Continuous log tailing with callbacks
16+
- `getRecentLogs()` - One-shot retrieval of recent log entries
17+
- `createPathNormalizer()` - Convert remote paths to local for IDE click-to-open
18+
319
## 0.2.1
420

521
### Patch Changes

packages/b2c-tooling-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-tooling-sdk",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Core tooling library for Salesforce Commerce Cloud B2C CLI",
55
"author": "Charles Lavery",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)