-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BREAKING] chore: rename goodstore dataset to b2c lifestyle (#628)
* chore: rename goodstore dataset to b2c lifestyle * chore: changeset
- Loading branch information
1 parent
6008d5e
commit 5e4d863
Showing
975 changed files
with
5,464 additions
and
5,374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
'@commercetools-test-data/product-discount': major | ||
'@commercetools-test-data/inventory-entry': major | ||
'@commercetools-test-data/shipping-method': major | ||
'@commercetools-test-data/cart-discount': major | ||
'@commercetools-test-data/discount-code': major | ||
'@commercetools-test-data/product-type': major | ||
'@commercetools-test-data/tax-category': major | ||
'@commercetools-test-data/category': major | ||
'@commercetools-test-data/customer': major | ||
'@commercetools-test-data/channel': major | ||
'@commercetools-test-data/commons': major | ||
'@commercetools-test-data/payment': major | ||
'@commercetools-test-data/product': major | ||
'@commercetools-test-data/order': major | ||
'@commercetools-test-data/store': major | ||
'@commercetools-test-data/cart': major | ||
'@commercetools-test-data/zone': major | ||
--- | ||
|
||
Renamed GoodStore dataset to B2C Lifestyle to support Foundry. | ||
|
||
This breaking change updates the export method for GoodStore, now B2C Lifestyle, presets. Presets that use this dataset are also updated. | ||
|
||
Updating this package will require changes in your codebase. To migrate: | ||
|
||
- Replace any instance of `<Entity>.presets.sampleDataGoodStore.<preset-name>()` with `<Entity>.presets.sampleDataB2CLifestyle.<preset-name>()` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
models/cart-discount/src/cart-discount/cart-discount-draft/presets/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import empty from './empty'; | ||
import sampleDataB2B from './sample-data-b2b'; | ||
import sampleDataB2CLifestyle from './sample-data-b2c-lifestyle'; | ||
import sampleDataFashion from './sample-data-fashion'; | ||
import sampleDataGoodStore from './sample-data-goodstore'; | ||
|
||
const presets = { | ||
empty, | ||
sampleDataB2B, | ||
sampleDataB2CLifestyle, | ||
sampleDataFashion, | ||
sampleDataGoodStore, | ||
}; | ||
|
||
export default presets; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
import changeHistoryData from './change-history-data'; | ||
import empty from './empty'; | ||
import sampleDataB2B from './sample-data-b2b'; | ||
import sampleDataB2CLifestyle from './sample-data-b2c-lifestyle'; | ||
import sampleDataFashion from './sample-data-fashion'; | ||
import sampleDataGoodStore from './sample-data-goodstore'; | ||
|
||
const presets = { | ||
changeHistoryData, | ||
empty, | ||
sampleDataB2B, | ||
sampleDataB2CLifestyle, | ||
sampleDataFashion, | ||
sampleDataGoodStore, | ||
}; | ||
|
||
export default presets; |
File renamed without changes.
Oops, something went wrong.