Skip to content

Commit ba7965a

Browse files
Next Release: changelog and version packages (#580)
* chore: version packages * chore: trigger CI checks --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17d8eba commit ba7965a

7 files changed

Lines changed: 17 additions & 14 deletions

File tree

.changeset/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu Jul 16 17:14:35 UTC 2026
1+
Thu Jul 16 20:07:17 UTC 2026

.changeset/marketplace-readme.md

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

.changeset/vsx-repository-url.md

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

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.3.14
4+
5+
### Patch Changes
6+
7+
- [#579](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/579) [`17d8eba`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/17d8eba792ab02bd708a13b7ef6996cee22b2bed) - Prepare the VS Code extension for its 1.0 Marketplace launch with a public-facing README, feature tour, setup guidance, Marketplace installation instructions, and support links. Contributor build, test, and packaging instructions now live in `DEVELOPMENT.md`. (Thanks [@clavery](https://github.com/clavery)!)
8+
39
## 0.3.13
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.3.13",
3+
"version": "0.3.14",
44
"private": true,
55
"description": "Documentation for B2C Developer Tooling",
66
"scripts": {

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+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#579](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/579) [`17d8eba`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/17d8eba792ab02bd708a13b7ef6996cee22b2bed) - Prepare the VS Code extension for its 1.0 Marketplace launch with a public-facing README, feature tour, setup guidance, Marketplace installation instructions, and support links. Contributor build, test, and packaging instructions now live in `DEVELOPMENT.md`. (Thanks [@clavery](https://github.com/clavery)!)
8+
9+
- [#549](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/pull/549) [`4f3ac11`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/4f3ac110ec5dc7364643bb1ff4d4c529c4f8cd63) - Point the extension's marketplace repository URL at `forcedotcom/b2c-dx`. The extension is published from a separate Salesforce-owned repository under open-source governance (public OSS lives under a `forcedotcom`/`salesforce` org); development, issues, and pull requests continue in this monorepo. See `packages/b2c-vs-extension/PUBLISHING.md` for the publish flow. (Thanks [@amit-kumar8-sf](https://github.com/amit-kumar8-sf)!)
10+
311
## 1.0.1
412

513
### Patch 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": "Salesforce B2C Commerce",
44
"description": "Tools for developing on Salesforce B2C Commerce, including cartridge deployment, script debugging and IntelliSense, and sandbox management.",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"publisher": "Salesforce",
77
"icon": "media/icon.png",
88
"license": "Apache-2.0",

0 commit comments

Comments
 (0)