Skip to content

Commit

Permalink
Updating package versions to 6.3.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
SherwinVarghese committed Jul 21, 2023
1 parent 08e0e6a commit 79cccc6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
16 changes: 8 additions & 8 deletions feature-libs/requested-delivery-date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/requested-delivery-date",
"version": "5.0.0",
"version": "6.3.0-1",
"description": "Requested Delivery Date library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -29,13 +29,13 @@
"@angular/common": "^15.2.4",
"@angular/core": "^15.2.4",
"@angular/forms": "^15.2.4",
"@spartacus/cart": "5.0.0",
"@spartacus/checkout": "5.0.0",
"@spartacus/core": "5.0.0",
"@spartacus/order": "5.0.0",
"@spartacus/schematics": "5.0.0",
"@spartacus/storefront": "5.0.0",
"@spartacus/styles": "5.0.0",
"@spartacus/cart": "6.3.0-1",
"@spartacus/checkout": "6.3.0-1",
"@spartacus/core": "6.3.0-1",
"@spartacus/order": "6.3.0-1",
"@spartacus/schematics": "6.3.0-1",
"@spartacus/storefront": "6.3.0-1",
"@spartacus/styles": "6.3.0-1",
"rxjs": "^6.6.0"
},
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion projects/schematics/src/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@
"@angular/core": "^15.2.4",
"@spartacus/core": "6.3.0-1",
"@spartacus/schematics": "6.3.0-1",
"rxjs": "^6.6.0"
"rxjs": "^6.6.0",
"@spartacus/requested-delivery-date": "6.3.0-1"
},
"storefrontapp": {
"@angular/animations": "^15.2.4",
Expand Down
1 change: 0 additions & 1 deletion projects/schematics/src/shared/utils/graph-utils_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ describe('Graph utils', () => {
SPARTACUS_CDS,
SPARTACUS_CDC,
SPARTACUS_SMARTEDIT,
SPARTACUS_REQUESTED_DELIVERY_DATE,
SPARTACUS_QUALTRICS,
SPARTACUS_PRODUCT_CONFIGURATOR,
SPARTACUS_PRODUCT,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
import * as b2bCheckout from '../../../helpers/b2b/b2b-checkout';
import {
interceptOrdersEndpoint,
waitForResponse
waitForResponse,
} from '../../../helpers/order-history';
import * as rddHelper from '../../../helpers/vendor/requested-delivery-date/requested-delivery-date';
import * as s4Helper from '../../../helpers/vendor/s4om/s4om';
import {
ORDER_REQUEST_ENDPOINT,
order_type,
POWERTOOLS_BASESITE,
USER_REQUEST_ENDPOINT
USER_REQUEST_ENDPOINT,
} from '../../../sample-data/b2b-checkout';
import { isolateTestsBefore } from '../../../support/utils/test-isolation';

Expand Down Expand Up @@ -120,11 +120,7 @@ describe('Requested Delivery Date', { testIsolation: false }, () => {
s4Helper.s4omB2BUnit
);
rddHelper.verifyRDDOrderDetailPage(formattedDate);
<<<<<<< HEAD
rddHelper.setOrderConfirmationIdInSessionStorage();
=======
s4Helper.setOrderConfirmationIdInSessionStorage('rddOrderId');
>>>>>>> 849a72b5f1438f77b7f4009ff64ed4d102d024c9
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ describe('S4HANA Order management', { testIsolation: false }, () => {
s4omHelper.s4omProduct,
s4omHelper.cartWithS4OMB2bProductAndPremiumShipping,
true,
s4omHelper.s4omPONumber,
null,
s4omHelper.s4omPONumber,
s4omHelper.s4omCostCenter,
Expand Down

0 comments on commit 79cccc6

Please sign in to comment.