Skip to content

Commit 6375db6

Browse files
chore: version packages
1 parent d6b8c57 commit 6375db6

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fix-actions-external-refs.md

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

packages/b2c-cli/CHANGELOG.md

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

3+
## 0.5.6
4+
5+
### Patch Changes
6+
7+
- [`d6b8c57`](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/commit/d6b8c575b62ada6073d89fe03beedc18004e3073) - Fix GitHub Actions for external repository usage by replacing relative `./actions/setup` and `./actions/run` references with fully qualified `SalesforceCommerceCloud/b2c-developer-tooling/actions/setup@v1` and `SalesforceCommerceCloud/b2c-developer-tooling/actions/run@v1` in all composite actions. (Thanks [@clavery](https://github.com/clavery)!)
8+
39
## 0.5.5
410

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

0 commit comments

Comments
 (0)