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
29 changes: 12 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,33 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [248.1.3](https://github.com/forcedotcom/commerce-on-lightning/compare/v248.1.2...v248.1.3)
## [250.1.0](https://github.com/forcedotcom/commerce-on-lightning/compare/v248.1.3...250.1.0) (2023-12-19)

### Bug Fixes
- hotfix: Switch to replaceAll by @avaHitesh-github in #281

# [248.1.2](https://github.com/forcedotcom/commerce-on-lightning/compare/v248.1.1...v248.1.2)
### Features

### Bug Fixes
* Added Multicurrency permission to both and b2c scratch definitions ([b4ffc04](https://github.com/forcedotcom/commerce-on-lightning/commit/b4ffc04d6650afa3f567f1292a7dd82e7c16d0b4))
* Flows added to create fulfillment orders after place order ([be9a338](https://github.com/forcedotcom/commerce-on-lightning/commit/be9a33889ea4fac6eda63eb19f4458b6f8d6a7c8))
* Windows compatibility fixed ([717551a](https://github.com/forcedotcom/commerce-on-lightning/commit/717551af8bb944109e902b00fe34bb14339043e4))
* Updated @babel/traverse from 7.19.3 to 7.23.2 ([429ca92](https://github.com/forcedotcom/commerce-on-lightning/commit/429ca9221171414e9655eac2bb4b6590c9d52ebd))
* Updated get-func-name from 2.0.0 to 2.0.2 ([af2356b](https://github.com/forcedotcom/commerce-on-lightning/commit/af2356ba23831dc06cc67190ef6e566ff8af9147))

- This patch release includes a hotfix for the situation where '@' symbol can be in the os username.
## [248.1.3](https://github.com/forcedotcom/commerce-on-lightning/compare/v248.1.2...v248.1.3) (2023-10-26)

# [248.1.1](https://github.com/forcedotcom/commerce-on-lightning/compare/248.1.0...v248.1.1)

### Bug Fixes

- Bug fixes in example integration files ([d9b0f74] https://github.com/forcedotcom/commerce-on-lightning/commit/d9b0f7499d16c5e4566286c7bdecd39bd7cda906)
- Dependency updates
## [248.1.2](https://github.com/forcedotcom/commerce-on-lightning/compare/v248.1.1...v248.1.2) (2023-10-20)

# [248.1.0](https://github.com/forcedotcom/commerce-on-lightning/compare/v242.1.1...248.1.0) (2023-09-11)


### Features
## [248.1.1](https://github.com/forcedotcom/commerce-on-lightning/compare/248.1.0...v248.1.1) (2023-09-15)

* Order Management is now supported through the plugin. See examples/som/README.md for more details!([903b7a9] https://github.com/forcedotcom/commerce-on-lightning/commit/903b7a9223b8c4dcca179a05aff774c642a23321)

* Digital Experience Bundle in Experience Cloud is now supported which means orgs that are higher than API version 59 can be used to create stores using the plugin ([4e866ed] https://github.com/forcedotcom/commerce-on-lightning/commit/4e866ed3b42c12da4e8e0a8f0869ad554507a774).

* New LWR order confirmation email flow ([b88ad9a] https://github.com/forcedotcom/commerce-on-lightning/commit/b88ad9ab15b99a907ebc5493b2d40b941bb7075b)
# [248.1.0](https://github.com/forcedotcom/commerce-on-lightning/compare/v242.1.1...248.1.0) (2023-09-11)

* Added support for iconURI, isApplication and description fields for extensions ([fce0fb0] https://github.com/forcedotcom/commerce-on-lightning/commit/fce0fb0def1b68e5bbd332758221cb8c41ef36a3).

* The example files have been updated to be move away from the ‘b2b-commerce-test’ Heroku app [40c6aba](https://github.com/forcedotcom/commerce-on-lightning/commit/40c6aba5d124f11336ba4256816d7c3d03a02fb4).
### Features

* updating stripe client side examples to latest ([#182](https://github.com/forcedotcom/commerce-on-lightning/issues/182)) ([6c73aff](https://github.com/forcedotcom/commerce-on-lightning/commit/6c73affbb8ece61e393d7c202930850f1e7f76fb))

Expand Down
284 changes: 142 additions & 142 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,146 +1,146 @@
{
"name": "@salesforce/commerce",
"version": "250.0.0",
"author": "CC Mostly Harmless",
"bugs": "https://github.com/forcedotcom/commerce-on-lightning/issues",
"dependencies": {
"@mshanemc/plugin-helpers": "^2.1.0",
"@oclif/command": "^1.8.22",
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1",
"@salesforce/command": "^3.1.0",
"@salesforce/core": "^2.36.0",
"fast-xml-parser": "^4.2.5",
"string-argv": "^0.3.1",
"tslib": "^2.5.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-command-snapshot": "^2.0.0",
"@salesforce/cli-plugins-testkit": "^0.0.25",
"@salesforce/dev-config": "^2.1.0",
"@salesforce/dev-scripts": "^3.1.0",
"@salesforce/plugin-command-reference": "^1.3.0",
"@salesforce/prettier-config": "^0.0.2",
"@salesforce/ts-sinon": "1.3.5",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"chai": "^4.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.1.0",
"eslint-config-salesforce-license": "^0.1.0",
"eslint-config-salesforce-typescript": "^0.2.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^7.0.4",
"lint-staged": "^11.0.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"shx": "0.2.2",
"sinon": "^9.0.2",
"ts-jest": "^26.5.6",
"ts-node": "^8.10.2",
"typescript": "^4.1.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"files": [
"/lib",
"/messages",
"/examples",
"/json",
"/quickstart-config",
"/config",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/.oclif.manifest.json",
"/sfdx-project.json"
],
"homepage": "https://github.com/forcedotcom/commerce-on-lightning",
"keywords": [
"force",
"salesforce",
"sfdx",
"salesforcedx",
"sfdx-plugin"
],
"license": "BSD-3-Clause",
"oclif": {
"commands": "./lib/commands",
"bin": "sfdx",
"topics": {
"commerce": {
"description": "Commands for 1commerce developers.",
"subtopics": {
"devhub": {},
"examples": {},
"extension": {},
"files": {},
"open": {},
"payments": {},
"products": {},
"scratchorg": {},
"search": {},
"store": {
"subtopics": {
"view": {},
"quickstart": {}
}
},
"ordermanagement": {}
}
"name": "@salesforce/commerce",
"version": "250.1.0",
"author": "CC Mostly Harmless",
"bugs": "https://github.com/forcedotcom/commerce-on-lightning/issues",
"dependencies": {
"@mshanemc/plugin-helpers": "^2.1.0",
"@oclif/command": "^1.8.22",
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1",
"@salesforce/command": "^3.1.0",
"@salesforce/core": "^2.36.0",
"fast-xml-parser": "^4.2.5",
"string-argv": "^0.3.1",
"tslib": "^2.5.0",
"yaml": "^2.2.2"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-command-snapshot": "^2.0.0",
"@salesforce/cli-plugins-testkit": "^0.0.25",
"@salesforce/dev-config": "^2.1.0",
"@salesforce/dev-scripts": "^3.1.0",
"@salesforce/plugin-command-reference": "^1.3.0",
"@salesforce/prettier-config": "^0.0.2",
"@salesforce/ts-sinon": "1.3.5",
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"chai": "^4.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.1.0",
"eslint-config-salesforce-license": "^0.1.0",
"eslint-config-salesforce-typescript": "^0.2.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^7.0.4",
"lint-staged": "^11.0.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"shx": "0.2.2",
"sinon": "^9.0.2",
"ts-jest": "^26.5.6",
"ts-node": "^8.10.2",
"typescript": "^4.1.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"files": [
"/lib",
"/messages",
"/examples",
"/json",
"/quickstart-config",
"/config",
"/npm-shrinkwrap.json",
"/oclif.manifest.json",
"/.oclif.manifest.json",
"/sfdx-project.json"
],
"homepage": "https://github.com/forcedotcom/commerce-on-lightning",
"keywords": [
"force",
"salesforce",
"sfdx",
"salesforcedx",
"sfdx-plugin"
],
"license": "BSD-3-Clause",
"oclif": {
"commands": "./lib/commands",
"bin": "sfdx",
"topics": {
"commerce": {
"description": "Commands for 1commerce developers.",
"subtopics": {
"devhub": {},
"examples": {},
"extension": {},
"files": {},
"open": {},
"payments": {},
"products": {},
"scratchorg": {},
"search": {},
"store": {
"subtopics": {
"view": {},
"quickstart": {}
}
},
"devPlugins": [
"@oclif/plugin-help",
"@oclif/plugin-command-snapshot",
"@salesforce/plugin-command-reference"
]
},
"repository": "https://github.com/forcedotcom/commerce-on-lightning",
"scripts": {
"build": "sf-build",
"clean": "sf-clean",
"clean-all": "sf-clean all",
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
"compile": "sf-compile",
"docs": "sf-docs",
"format": "sf-format",
"lint": "sf-lint",
"manifest": "oclif-dev manifest",
"postpack": "shx rm -f oclif.manifest.json",
"postpublish": "yarn run clean; git push; git push --tags",
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
"precommit": "npm run clean && npm run build && npm run lint && npm run version",
"prepack": "sf-prepack",
"prepare": "node scripts/prepare.mjs",
"prepublishOnly": "yarn run build && oclif-dev manifest",
"pretest": "sf-compile-test",
"prettier": "prettier --write src/**/**/*.ts && prettier --write src/**/*.ts && prettier --write src/*.ts && prettier --write test/**/*.ts && prettier --write test/**/**/*.ts",
"preversion": "yarn run clean",
"snapshot:update": "./bin/run snapshot:generate",
"test": "sf-test",
"test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
"test:deprecation-policy": "./bin/run snapshot:compare",
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
"version": "(oclif-dev readme && sed -i.bak -e \"s|$(echo $HOME)|~|g\" -e \"s|$(whoami)|\"\\$\\(whoami\\)\"|g\" README.md && git add README.md) || exit 0"
},
"ordermanagement": {}
}
}
},
"publishConfig": {
"access": "public"
}
"devPlugins": [
"@oclif/plugin-help",
"@oclif/plugin-command-snapshot",
"@salesforce/plugin-command-reference"
]
},
"repository": "https://github.com/forcedotcom/commerce-on-lightning",
"scripts": {
"build": "sf-build",
"clean": "sf-clean",
"clean-all": "sf-clean all",
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
"compile": "sf-compile",
"docs": "sf-docs",
"format": "sf-format",
"lint": "sf-lint",
"manifest": "oclif-dev manifest",
"postpack": "shx rm -f oclif.manifest.json",
"postpublish": "yarn run clean; git push; git push --tags",
"posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference",
"precommit": "npm run clean && npm run build && npm run lint && npm run version",
"prepack": "sf-prepack",
"prepare": "node scripts/prepare.mjs",
"prepublishOnly": "yarn run build && oclif-dev manifest",
"pretest": "sf-compile-test",
"prettier": "prettier --write src/**/**/*.ts && prettier --write src/**/*.ts && prettier --write src/*.ts && prettier --write test/**/*.ts && prettier --write test/**/**/*.ts",
"preversion": "yarn run clean",
"snapshot:update": "./bin/run snapshot:generate",
"test": "sf-test",
"test:command-reference": "./bin/run commandreference:generate --erroronwarnings",
"test:deprecation-policy": "./bin/run snapshot:compare",
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
"version": "(oclif-dev readme && sed -i.bak -e \"s|$(echo $HOME)|~|g\" -e \"s|$(whoami)|\"\\$\\(whoami\\)\"|g\" README.md && git add README.md) || exit 0"
},
"publishConfig": {
"access": "public"
}
}