Skip to content

Commit 016b3e9

Browse files
chore: version packages (#372)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1b07a5d commit 016b3e9

10 files changed

Lines changed: 21 additions & 18 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 00:26:31 UTC 2026
1+
Wed Apr 22 16:53:20 UTC 2026

.changeset/cap-skill-improvements.md

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

.changeset/fix-vscode-oauth-redirect-uri.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.0"
20+
"version": "1.1.1"
2121
},
2222
{
2323
"name": "b2c",
@@ -29,7 +29,7 @@
2929
"source": "./skills/b2c",
3030
"category": "productivity",
3131
"strict": false,
32-
"version": "1.1.0"
32+
"version": "1.1.1"
3333
},
3434
{
3535
"name": "b2c-dx-mcp",

packages/b2c-vs-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [`bad9034`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/bad903469353654a4b3cdbafecf2cbce5a863ea1) - Improved CAP skill with better guidance and UX refinements (Thanks [@clavery](https://github.com/clavery)!)
8+
9+
- [`1b07a5d`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/1b07a5d400a3c684c391940bbd44c0dfa80d5dc9) - Fix OAuth redirect URI trailing slash mismatch that caused authentication failures in VS Code (Thanks [@clavery](https://github.com/clavery)!)
10+
311
## 0.4.0
412

513
### Minor Changes

packages/b2c-vs-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "b2c-vs-extension",
33
"displayName": "B2C DX VSCE",
44
"description": "VS Code extension for B2C Commerce developer experience (Page Designer assistant, B2C CLI integration)",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"publisher": "Salesforce",
77
"license": "Apache-2.0",
88
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",

skills/CHANGELOG.md

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

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [`bad9034`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/bad903469353654a4b3cdbafecf2cbce5a863ea1) - Improved CAP skill with better guidance and UX refinements (Thanks [@clavery](https://github.com/clavery)!)
8+
39
## 1.1.0
410

511
### Minor Changes

skills/b2c-cli/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "b2c-cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "B2C CLI Skills for Salesforce Commerce Cloud development.",
55
"author": {
66
"name": "Salesforce"

skills/b2c/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "b2c",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "B2C Commerce development skills including Custom API development guides.",
55
"author": {
66
"name": "Salesforce"

skills/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-agent-plugins",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "B2C Commerce agent skills plugins (b2c-cli, b2c). Private — distributed via GitHub release zips.",
55
"private": true
66
}

0 commit comments

Comments
 (0)