Skip to content

Commit

Permalink
Release for industry teams
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 committed Dec 12, 2024
1 parent 44b084c commit 9bb7d83
Show file tree
Hide file tree
Showing 64 changed files with 853 additions and 896 deletions.
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.32.0-1",
"version": "2211.32.0-2",
"description": "Includes features that makes Spartacus and it's setup easier and streamlined.",
"keywords": [
"spartacus",
Expand All @@ -21,10 +21,10 @@
"peerDependencies": {
"@angular/core": "^18.2.9",
"@angular/ssr": "^18.2.9",
"@spartacus/cart": "2211.32.0-1",
"@spartacus/core": "2211.32.0-1",
"@spartacus/order": "2211.32.0-1",
"@spartacus/user": "2211.32.0-1"
"@spartacus/cart": "2211.32.0-2",
"@spartacus/core": "2211.32.0-2",
"@spartacus/order": "2211.32.0-2",
"@spartacus/user": "2211.32.0-2"
},
"optionalDependencies": {
"@angular/platform-server": "^18.2.9",
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.32.0-1",
"version": "2211.32.0-2",
"description": "ASM feature library for Spartacus",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -32,14 +32,14 @@
"@ng-select/ng-select": "^13.9.1",
"@ngrx/effects": "^18.1.1",
"@ngrx/store": "^18.1.1",
"@spartacus/cart": "2211.32.0-1",
"@spartacus/core": "2211.32.0-1",
"@spartacus/order": "2211.32.0-1",
"@spartacus/schematics": "2211.32.0-1",
"@spartacus/storefinder": "2211.32.0-1",
"@spartacus/storefront": "2211.32.0-1",
"@spartacus/styles": "2211.32.0-1",
"@spartacus/user": "2211.32.0-1",
"@spartacus/cart": "2211.32.0-2",
"@spartacus/core": "2211.32.0-2",
"@spartacus/order": "2211.32.0-2",
"@spartacus/schematics": "2211.32.0-2",
"@spartacus/storefinder": "2211.32.0-2",
"@spartacus/storefront": "2211.32.0-2",
"@spartacus/styles": "2211.32.0-2",
"@spartacus/user": "2211.32.0-2",
"rxjs": "^7.8.0"
},
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,8 @@ exports[`Spartacus Asm schematics: ng-add Asm feature general setup styling shou
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
{
"glob": "**/*",
"input": "public"
}
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss",
Expand All @@ -118,13 +116,13 @@ exports[`Spartacus Asm schematics: ng-add Asm feature general setup styling shou
"budgets": [
{
"type": "initial",
"maximumWarning": "500kB",
"maximumWarning": "500kb",
"maximumError": "3.5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kB",
"maximumError": "4kB"
"maximumWarning": "2kb",
"maximumError": "4kb"
}
],
"outputHashing": "all"
Expand All @@ -150,7 +148,10 @@ exports[`Spartacus Asm schematics: ng-add Asm feature general setup styling shou
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n"
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "schematics-test:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand All @@ -162,10 +163,8 @@ exports[`Spartacus Asm schematics: ng-add Asm feature general setup styling shou
"tsConfig": "tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
{
"glob": "**/*",
"input": "public"
}
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss",
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.32.0-1",
"version": "2211.32.0-2",
"description": "",
"keywords": [
"spartacus",
Expand Down Expand Up @@ -37,11 +37,11 @@
"@ng-select/ng-select": "^13.9.1",
"@ngrx/effects": "^18.1.1",
"@ngrx/store": "^18.1.1",
"@spartacus/core": "2211.32.0-1",
"@spartacus/schematics": "2211.32.0-1",
"@spartacus/storefront": "2211.32.0-1",
"@spartacus/styles": "2211.32.0-1",
"@spartacus/user": "2211.32.0-1",
"@spartacus/core": "2211.32.0-2",
"@spartacus/schematics": "2211.32.0-2",
"@spartacus/storefront": "2211.32.0-2",
"@spartacus/styles": "2211.32.0-2",
"@spartacus/user": "2211.32.0-2",
"bootstrap": "^4.6.2",
"rxjs": "^7.8.0"
},
Expand Down
Loading

0 comments on commit 9bb7d83

Please sign in to comment.