Skip to content

Commit 509f65c

Browse files
adamrayabendvc
andauthored
Generator Add Einstein to demo preset (#361)
* Update create-mobify-app.js * Update create-mobify-app.js * Bump version to see changes. Remove debugger Co-authored-by: Ben Chypak <bchypak@salesforce.com>
1 parent f3e4580 commit 509f65c

File tree

13 files changed

+17
-14
lines changed

13 files changed

+17
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.4.0-alpha.2",
6+
"version": "1.4.0-alpha.3",
77
"publish": {
88
"allowBranch": [
99
"master"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobify-platform-sdks",
3-
"version": "1.4.0-alpha.2",
3+
"version": "1.4.0-alpha.3",
44
"engines": {
55
"node": "^12.0.0 || ^14.0.0",
66
"npm": "^6.14.4 || ^7.0.0 || ^8.0.0"

packages/hello-world/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hello-world/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world",
3-
"version": "1.4.0-alpha.2",
3+
"version": "1.4.0-alpha.3",
44
"license": "See license in LICENSE",
55
"private": true,
66
"dependencies": {
@@ -21,7 +21,7 @@
2121
"eslint-plugin-prettier": "3.0.1",
2222
"eslint-plugin-react": "7.24.0",
2323
"prettier": "1.18.2",
24-
"pwa-kit-react-sdk": "^1.4.0-alpha.2"
24+
"pwa-kit-react-sdk": "^1.4.0-alpha.3"
2525
},
2626
"scripts": {
2727
"format": "prettier --write \"**/*.{js,jsx}\"",

packages/pwa-kit-create-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pwa-kit-create-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwa-kit-create-app",
3-
"version": "1.4.0-alpha.2",
3+
"version": "1.4.0-alpha.3",
44
"description": "Salesforce's project generator tool",
55
"author": "dev@mobify.com",
66
"license": "See license in LICENSE",

packages/pwa-kit-create-app/scripts/create-mobify-app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,9 @@ const demoProjectAnswers = () => {
326326
clientId: '1d763261-6522-4913-9d52-5d947d3b94c4',
327327
siteId: 'RefArch',
328328
organizationId: 'f_ecom_zzte_053',
329-
shortCode: 'kv7kzm78'
329+
shortCode: 'kv7kzm78',
330+
einsteinId: '1ea06c6e-c936-4324-bcf0-fada93f83bb1',
331+
einsteinSiteId: 'aaij-MobileFirst'
330332
}
331333

332334
return buildAnswers(config)

packages/pwa-kit-react-sdk/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v1.4.0-alpha.3 (Jan 27, 2022)
12
## v1.4.0-alpha.2 (Jan 27, 2022)
23
## v1.4.0-alpha.1 (Jan 26, 2022)
34
## v1.4.0-alpha.0 (Jan 26, 2022)

packages/pwa-kit-react-sdk/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)