Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 2211.28.0 #19211

Closed
wants to merge 2 commits into from
Closed
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
10 changes: 5 additions & 5 deletions core-libs/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/setup",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "Includes features that makes Spartacus and it's setup easier and streamlined.",
"keywords": [
"spartacus",
Expand All @@ -21,10 +21,10 @@
"peerDependencies": {
"@angular/core": "^17.0.5",
"@angular/ssr": "^17.0.5",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/order": "2211.28.0-1",
"@spartacus/user": "2211.28.0-1"
"@spartacus/cart": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/order": "2211.28.0",
"@spartacus/user": "2211.28.0"
},
"optionalDependencies": {
"@angular/platform-server": "^17.0.5",
Expand Down
18 changes: 9 additions & 9 deletions feature-libs/asm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/asm",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "ASM feature library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -32,14 +32,14 @@
"@ng-select/ng-select": "^12.0.4",
"@ngrx/effects": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/order": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefinder": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/user": "2211.28.0-1",
"@spartacus/cart": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/order": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefinder": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"@spartacus/user": "2211.28.0",
"rxjs": "^7.8.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/asm/schematics/add-asm/index_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/asm.scss';

describe('Spartacus Asm schematics: ng-add', () => {
xdescribe('Spartacus Asm schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_ASM,
collectionPath
Expand Down
12 changes: 6 additions & 6 deletions feature-libs/cart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/cart",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@ng-select/ng-select": "^12.0.4",
"@ngrx/effects": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/user": "2211.28.0-1",
"@spartacus/core": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"@spartacus/user": "2211.28.0",
"bootstrap": "^4.6.2",
"rxjs": "^7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/cart/schematics/add-cart/index_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/cart.scss';

describe('Spartacus Cart schematics: ng-add', () => {
xdescribe('Spartacus Cart schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_CART,
collectionPath
Expand Down
16 changes: 8 additions & 8 deletions feature-libs/checkout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/checkout",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "Checkout feature library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -32,13 +32,13 @@
"@angular/router": "^17.0.5",
"@ng-select/ng-select": "^12.0.4",
"@ngrx/store": "^17.0.1",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/order": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/user": "2211.28.0-1",
"@spartacus/cart": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/order": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"@spartacus/user": "2211.28.0",
"bootstrap": "^4.6.2",
"rxjs": "^7.8.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/checkout.scss';

describe('Spartacus Checkout schematics: ng-add', () => {
xdescribe('Spartacus Checkout schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_CHECKOUT,
collectionPath
Expand Down
12 changes: 6 additions & 6 deletions feature-libs/customer-ticketing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/customer-ticketing",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "Customer-Ticketing library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -30,11 +30,11 @@
"@angular/core": "^17.0.5",
"@angular/forms": "^17.0.5",
"@angular/router": "^17.0.5",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/cart": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"rxjs": "^7.8.0"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/customer-ticketing.scss';

describe('Spartacus Customer Ticketing schematics: ng-add', () => {
xdescribe('Spartacus Customer Ticketing schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_CUSTOMER_TICKETING,
collectionPath
Expand Down
14 changes: 7 additions & 7 deletions feature-libs/estimated-delivery-date/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/estimated-delivery-date",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "Estimated Delivery Date library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -28,12 +28,12 @@
"@angular-devkit/schematics": "^17.0.5",
"@angular/common": "^17.0.5",
"@angular/core": "^17.0.5",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/order": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/cart": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/order": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"rxjs": "^7.8.0"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/estimated-delivery-date.scss';

describe('Spartacus Estimated-Delivery-Date schematics: ng-add', () => {
xdescribe('Spartacus Estimated-Delivery-Date schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_ESTIMATED_DELIVERY_DATE,
collectionPath
Expand Down
16 changes: 8 additions & 8 deletions feature-libs/order/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/order",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "Order feature library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -33,13 +33,13 @@
"@ng-select/ng-select": "^12.0.4",
"@ngrx/effects": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/pdf-invoices": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/user": "2211.28.0-1",
"@spartacus/cart": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/pdf-invoices": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"@spartacus/user": "2211.28.0",
"rxjs": "^7.8.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion feature-libs/order/schematics/add-order/index_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/order.scss';

describe('Spartacus Order schematics: ng-add', () => {
xdescribe('Spartacus Order schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_ORDER,
collectionPath
Expand Down
16 changes: 8 additions & 8 deletions feature-libs/organization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/organization",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "Organization library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -33,13 +33,13 @@
"@ng-select/ng-select": "^12.0.4",
"@ngrx/effects": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/order": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/user": "2211.28.0-1",
"@spartacus/cart": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/order": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"@spartacus/user": "2211.28.0",
"bootstrap": "^4.6.2",
"rxjs": "^7.8.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/organization.scss';

describe('Spartacus Organization schematics: ng-add', () => {
xdescribe('Spartacus Organization schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_ORGANIZATION,
collectionPath
Expand Down
10 changes: 5 additions & 5 deletions feature-libs/pdf-invoices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/pdf-invoices",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "Invoices library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@angular/common": "^17.0.5",
"@angular/core": "^17.0.5",
"@angular/forms": "^17.0.5",
"@spartacus/core": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/core": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"rxjs": "^7.8.0"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/pdf-invoices.scss';

describe('Spartacus PDF Invoices schematics: ng-add', () => {
xdescribe('Spartacus PDF Invoices schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_PDF_INVOICES,
collectionPath
Expand Down
18 changes: 9 additions & 9 deletions feature-libs/pickup-in-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/pickup-in-store",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -32,14 +32,14 @@
"@angular/router": "^17.0.5",
"@ngrx/effects": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/order": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefinder": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/user": "2211.28.0-1",
"@spartacus/cart": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/order": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefinder": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"@spartacus/user": "2211.28.0",
"bootstrap": "^4.6.2",
"rxjs": "^7.8.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/pickup-in-store.scss';

describe('Spartacus Pickup in Store schematics: ng-add', () => {
xdescribe('Spartacus Pickup in Store schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_PICKUP_IN_STORE,
collectionPath
Expand Down
16 changes: 8 additions & 8 deletions feature-libs/product-configurator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/product-configurator",
"version": "2211.28.0-1",
"version": "2211.28.0",
"description": "Product configurator feature library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -33,13 +33,13 @@
"@ng-select/ng-select": "^12.0.4",
"@ngrx/effects": "^17.0.1",
"@ngrx/store": "^17.0.1",
"@spartacus/cart": "2211.28.0-1",
"@spartacus/checkout": "2211.28.0-1",
"@spartacus/core": "2211.28.0-1",
"@spartacus/order": "2211.28.0-1",
"@spartacus/schematics": "2211.28.0-1",
"@spartacus/storefront": "2211.28.0-1",
"@spartacus/styles": "2211.28.0-1",
"@spartacus/cart": "2211.28.0",
"@spartacus/checkout": "2211.28.0",
"@spartacus/core": "2211.28.0",
"@spartacus/order": "2211.28.0",
"@spartacus/schematics": "2211.28.0",
"@spartacus/storefront": "2211.28.0",
"@spartacus/styles": "2211.28.0",
"rxjs": "^7.8.0"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { peerDependencies } from '../../package.json';
const collectionPath = path.join(__dirname, '../collection.json');
const scssFilePath = 'src/styles/spartacus/product-configurator.scss';

describe('Spartacus product configurator schematics: ng-add', () => {
xdescribe('Spartacus product configurator schematics: ng-add', () => {
const schematicRunner = new SchematicTestRunner(
SPARTACUS_PRODUCT_CONFIGURATOR,
collectionPath
Expand Down
Loading
Loading