Skip to content

Commit fdd90c3

Browse files
authored
Merge pull request #2737 from bigcommerce/changeset-release/integrations/makeswift
Version Packages (`integrations/makeswift`)
2 parents ff68bc2 + a43846b commit fdd90c3

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.changeset/cool-vans-pay.md

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

core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- [#2736](https://github.com/bigcommerce/catalyst/pull/2736) [`05f40a2`](https://github.com/bigcommerce/catalyst/commit/05f40a2f21d7e815811767e9cd346731d94ab39e) Thanks [@chanceaclark](https://github.com/chanceaclark)! - Enable Makeswift builder to work in different environments by adding `apiOrigin` and `appOrigin` props to `ReactRuntimeProvider`.
8+
9+
**Action required:** Add the following environment variables:
10+
- `NEXT_PUBLIC_MAKESWIFT_API_ORIGIN`
11+
- `NEXT_PUBLIC_MAKESWIFT_APP_ORIGIN`
12+
13+
**Deprecation notice:** `MAKESWIFT_API_ORIGIN` and `MAKESWIFT_APP_ORIGIN` are deprecated and will be removed in v1.4.0. Prefix `MAKESWIFT_API_ORIGIN` and `MAKESWIFT_APP_ORIGIN` with `NEXT_PUBLIC_` to migrate.
14+
315
## 1.3.4
416

517
### Patch Changes

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bigcommerce/catalyst-makeswift",
33
"description": "BigCommerce Catalyst is a Next.js starter kit for building headless BigCommerce storefronts.",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"private": true,
66
"scripts": {
77
"dev": "npm run generate && next dev",

0 commit comments

Comments
 (0)