Skip to content

Commit 09502db

Browse files
committed
v1.3.0-alpha.8
1 parent df019dc commit 09502db

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.3.0-alpha.7"
5+
"version": "1.3.0-alpha.8"
66
}

packages/core/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/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commerce-apps/core",
3-
"version": "1.3.0-alpha.7",
3+
"version": "1.3.0-alpha.8",
44
"description": "Commerce SDK Generator, contains the templates to generate the SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -93,7 +93,7 @@
9393
"license": "BSD-3-Clause",
9494
"gitHead": "2a6031f5f57c4ba5df8bfb5c4ca42b2631befe58",
9595
"dependencies": {
96-
"@commerce-apps/exchange-connector": "^1.3.0-alpha.7",
96+
"@commerce-apps/exchange-connector": "^1.3.0-alpha.8",
9797
"dotenv": "~8.2.0",
9898
"jsonwebtoken": "^8.5.1",
9999
"lodash": "~4.17.15",

packages/exchange-connector/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/exchange-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commerce-apps/exchange-connector",
3-
"version": "1.3.0-alpha.7",
3+
"version": "1.3.0-alpha.8",
44
"description": "Downloads raml specs from exchange",
55
"author": "Jeff Albert <jalbert@salesforce.com>",
66
"homepage": "",

packages/generator/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/generator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commerce-sdk",
3-
"version": "1.3.0-alpha.7",
3+
"version": "1.3.0-alpha.8",
44
"description": "Salesforce Commerce Cloud SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -107,7 +107,7 @@
107107
"license": "BSD-3-Clause",
108108
"gitHead": "2a6031f5f57c4ba5df8bfb5c4ca42b2631befe58",
109109
"devDependencies": {
110-
"@commerce-apps/exchange-connector": "^1.3.0-alpha.7",
110+
"@commerce-apps/exchange-connector": "^1.3.0-alpha.8",
111111
"@istanbuljs/nyc-config-typescript": "^1.0.1",
112112
"@types/gulp": "^4.0.6",
113113
"@types/gulp-debug": "^2.0.31",
@@ -121,7 +121,7 @@
121121
"unzipper": "^0.10.5"
122122
},
123123
"dependencies": {
124-
"@commerce-apps/core": "^1.3.0-alpha.7",
124+
"@commerce-apps/core": "^1.3.0-alpha.8",
125125
"tslib": "^1.10.0",
126126
"utility-types": "^3.10.0"
127127
}

0 commit comments

Comments
 (0)