Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Wed May 20 21:06:52 UTC 2026
Tue May 26 13:50:52 UTC 2026
5 changes: 0 additions & 5 deletions .changeset/docs-seo-descriptions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-qs-picomatch-vulnerabilities.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/script-api-intellisense.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/b2c-dx-docs

## 0.3.2

### Patch Changes

- [`a670cc7`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/a670cc7c00e1ba5ee0057de7c1152bb57396c6fc) - Add page-specific SEO meta descriptions to the SCAPI Schemas CLI reference and CI/CD guide pages, replacing the site-wide default description. (Thanks [@clavery](https://github.com/clavery)!)

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/b2c-dx-docs",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"description": "Documentation for B2C Developer Tooling",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/b2c-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/b2c-cli

## 1.12.0

### Minor Changes

- [#451](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/451) [`665b2a1`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/665b2a1144aa4c66ab7bf4f98294662bd55877a0) - Add Script API IntelliSense for cartridge JavaScript: `dw/*`, cartridge-style requires, and SFCC globals (`session`, `request`, `response`, `customer`, etc.) are typed automatically. The VS Code extension wires this up out of the box; for other editors, run `b2c setup ide tsserver-plugin` (LSP plugin) or `b2c setup ide vscode-types` (jsconfig). See the IDE Integration guide for details. (Thanks [@clavery](https://github.com/clavery)!)

## 1.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/b2c-cli",
"description": "A Salesforce B2C Commerce CLI",
"version": "1.11.0",
"version": "1.12.0",
"author": "Charles Lavery",
"bin": {
"b2c": "./bin/run.js"
Expand Down
6 changes: 6 additions & 0 deletions packages/b2c-vs-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.8.0

### Minor Changes

- [#451](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/451) [`665b2a1`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/665b2a1144aa4c66ab7bf4f98294662bd55877a0) - Add Script API IntelliSense for cartridge JavaScript: `dw/*`, cartridge-style requires, and SFCC globals (`session`, `request`, `response`, `customer`, etc.) are typed automatically. The VS Code extension wires this up out of the box; for other editors, run `b2c setup ide tsserver-plugin` (LSP plugin) or `b2c setup ide vscode-types` (jsconfig). See the IDE Integration guide for details. (Thanks [@clavery](https://github.com/clavery)!)

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/b2c-vs-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "b2c-vs-extension",
"displayName": "B2C DX VSCE",
"description": "VS Code extension for B2C Commerce developer experience (Page Designer assistant, B2C CLI integration)",
"version": "0.7.1",
"version": "0.8.0",
"publisher": "Salesforce",
"license": "Apache-2.0",
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
Expand Down
6 changes: 6 additions & 0 deletions packages/mrt-utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @salesforce/mrt-utilities

## 0.2.2

### Patch Changes

- [#450](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/450) [`3a1ec21`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/3a1ec21ab0a6e804e3fc1d849a5bf78ddbff9ddd) - Bump qs to 6.15.2 and picomatch to 2.3.2/4.0.4 to resolve CVE-2026-2391 and CVE-2026-33671 (Thanks [@kevinxh](https://github.com/kevinxh)!)

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mrt-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/mrt-utilities",
"version": "0.2.1",
"version": "0.2.2",
"description": "Middleware and utilities to simulate a deployed Managed Runtime environment",
"type": "module",
"author": "Salesforce",
Expand Down
Loading