Skip to content

Commit 1d92623

Browse files
committed
'[CHECKPOINT]' updated package to reflect the version 19.2.0 of @angular/core package
1 parent af4324d commit 1d92623

File tree

23 files changed

+115
-115
lines changed

23 files changed

+115
-115
lines changed

projects/wml-accordion/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion",
88
"name": "@windmillcode/angular-wml-accordion",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-angular-components-base/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base",
88
"name": "@windmillcode/angular-wml-components-base",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/wml-components-base": "^19.2.0"
1313
},
1414
"private": false,
1515
"repository": {
@@ -19,5 +19,5 @@
1919
"scripts": {
2020
"build": "npx ng build"
2121
},
22-
"version": "19.1.7000"
22+
"version": "19.2.0"
2323
}

projects/wml-button/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-button",
88
"name": "@windmillcode/angular-wml-button",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-carousel/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel",
88
"name": "@windmillcode/angular-wml-carousel",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-chips/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-chips",
88
"name": "@windmillcode/angular-wml-chips",
99
"peerDependencies": {
10-
"@angular/animations": "^19.1.7",
11-
"@angular/cdk": "^19.1.7",
12-
"@angular/common": "^19.1.7",
13-
"@angular/core": "^19.1.7",
14-
"@windmillcode/angular-wml-button": "^19.1.7000",
15-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
16-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/animations": "^19.2.0",
11+
"@angular/cdk": "^19.2.0",
12+
"@angular/common": "^19.2.0",
13+
"@angular/core": "^19.2.0",
14+
"@windmillcode/angular-wml-button": "^19.2.0",
15+
"@windmillcode/angular-wml-components-base": "^19.2.0",
16+
"@windmillcode/wml-components-base": "^19.2.0"
1717
},
1818
"private": false,
1919
"repository": {
@@ -24,5 +24,5 @@
2424
"build": "npx ng build",
2525
"test": "npx ng test wml-chips --code-coverage"
2626
},
27-
"version": "19.1.7000"
27+
"version": "19.2.0"
2828
}

projects/wml-components-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"scripts": {
1414
"build": "npx ng build"
1515
},
16-
"version": "19.1.7000"
16+
"version": "19.2.0"
1717
}

projects/wml-field/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-field",
88
"name": "@windmillcode/angular-wml-field",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-file-manager/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-file-manager",
88
"name": "@windmillcode/angular-wml-file-manager",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-form/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-form",
88
"name": "@windmillcode/angular-wml-form",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-infinite-dropdown/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-infinite-dropdown",
88
"name": "@windmillcode/angular-wml-infinite-dropdown",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-input/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-input",
88
"name": "@windmillcode/angular-wml-input",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-mobile-nav/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-mobile-nav",
88
"name": "@windmillcode/angular-wml-mobile-nav",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@angular/forms": "^19.1.7",
13-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
14-
"@windmillcode/angular-wml-infinite-dropdown": "^19.1.7000",
15-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@angular/forms": "^19.2.0",
13+
"@windmillcode/angular-wml-components-base": "^19.2.0",
14+
"@windmillcode/angular-wml-infinite-dropdown": "^19.2.0",
15+
"@windmillcode/wml-components-base": "^19.2.0"
1616
},
1717
"private": false,
1818
"repository": {
@@ -22,5 +22,5 @@
2222
"scripts": {
2323
"build": "npx ng build"
2424
},
25-
"version": "19.1.7000"
25+
"version": "19.2.0"
2626
}

projects/wml-notify/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-notify",
88
"name": "@windmillcode/angular-wml-notify",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-options/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-options",
88
"name": "@windmillcode/angular-wml-options",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-button": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-button": "^19.2.0"
1313
},
1414
"private": false,
1515
"repository": {
@@ -19,5 +19,5 @@
1919
"scripts": {
2020
"build": "npx ng build"
2121
},
22-
"version": "19.1.7000"
22+
"version": "19.2.0"
2323
}

projects/wml-panel/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-panel",
88
"name": "@windmillcode/angular-wml-panel",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-penrose/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-penrose",
88
"name": "@windmillcode/angular-wml-penrose",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

projects/wml-popup/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"homepage": "https://windmillcode.github.io/Windmillcode-Angular-CDK-Docs/angular-components/wml-popup",
88
"name": "@windmillcode/angular-wml-popup",
99
"peerDependencies": {
10-
"@angular/common": "^19.1.7",
11-
"@angular/core": "^19.1.7",
12-
"@windmillcode/angular-wml-components-base": "^19.1.7000",
13-
"@windmillcode/wml-components-base": "^19.1.7000"
10+
"@angular/common": "^19.2.0",
11+
"@angular/core": "^19.2.0",
12+
"@windmillcode/angular-wml-components-base": "^19.2.0",
13+
"@windmillcode/wml-components-base": "^19.2.0"
1414
},
1515
"private": false,
1616
"repository": {
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"build": "npx ng build"
2222
},
23-
"version": "19.1.7000"
23+
"version": "19.2.0"
2424
}

0 commit comments

Comments
 (0)