Skip to content

Commit ceaefc0

Browse files
chore: version packages (#375)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 485ef63 commit ceaefc0

20 files changed

Lines changed: 52 additions & 31 deletions

File tree

.changeset/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Apr 22 18:56:56 UTC 2026
1+
Thu Apr 23 15:00:58 UTC 2026

.changeset/docs-default-user-scope.md

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

.changeset/fix-skills-release-resolution.md

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

.changeset/fix-skills-release-workflow.md

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

.changeset/vscode-activate-on-startup.md

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

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": "./skills/b2c-cli",
1818
"category": "productivity",
1919
"strict": false,
20-
"version": "1.1.2"
20+
"version": "1.1.3"
2121
},
2222
{
2323
"name": "b2c",
@@ -29,7 +29,7 @@
2929
"source": "./skills/b2c",
3030
"category": "productivity",
3131
"strict": false,
32-
"version": "1.1.2"
32+
"version": "1.1.3"
3333
},
3434
{
3535
"name": "b2c-dx-mcp",

docs/CHANGELOG.md

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

3+
## 0.2.18
4+
5+
### Patch Changes
6+
7+
- [`c5edd5d`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/c5edd5dccc5e472528c08c3fb2fc12b1872440c6) - Updated plugin install examples to default to user scope (Thanks [@clavery](https://github.com/clavery)!)
8+
39
## 0.2.17
410

511
### Patch Changes

docs/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-docs",
3-
"version": "0.2.17",
3+
"version": "0.2.18",
44
"private": true,
55
"description": "Documentation for B2C Developer Tooling",
66
"scripts": {

packages/b2c-cli/CHANGELOG.md

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

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`485ef63`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/485ef63b901d91f7b08c56366d1f1756a03f60dc)]:
8+
- @salesforce/b2c-tooling-sdk@1.6.1
9+
310
## 1.7.0
411

512
### Minor 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 B2C Commerce CLI",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"author": "Charles Lavery",
66
"bin": {
77
"b2c": "./bin/run.js"

0 commit comments

Comments
 (0)