Skip to content

Commit 3eaf880

Browse files
committed
'[CHECKPOINT]' updated package to conform with @windmillcode/wml-components-base version 18.2.10000
1 parent 0248798 commit 3eaf880

File tree

47 files changed

+507
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+507
-228
lines changed

package-lock.json

Lines changed: 136 additions & 125 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "18.2.9",
14-
"@angular/common": "18.2.9",
15-
"@angular/compiler": "18.2.9",
16-
"@angular/core": "18.2.9",
17-
"@angular/forms": "18.2.9",
18-
"@angular/platform-browser": "18.2.9",
19-
"@angular/platform-browser-dynamic": "18.2.9",
20-
"@angular/router": "18.2.9",
13+
"@angular/animations": "18.2.10",
14+
"@angular/common": "18.2.10",
15+
"@angular/compiler": "18.2.10",
16+
"@angular/core": "18.2.10",
17+
"@angular/forms": "18.2.10",
18+
"@angular/platform-browser": "18.2.10",
19+
"@angular/platform-browser-dynamic": "18.2.10",
20+
"@angular/router": "18.2.10",
2121
"@ngx-translate/core": "^15.0.0",
2222
"@ngx-translate/http-loader": "^8.0.0",
2323
"@windmillcode/angular-wml-button": "^18.2.3",
@@ -36,13 +36,13 @@
3636
"zone.js": "~0.14.3"
3737
},
3838
"devDependencies": {
39-
"@angular-devkit/build-angular": "18.2.9",
39+
"@angular-devkit/build-angular": "18.2.10",
4040
"@angular-eslint/builder": "^18.0.1",
4141
"@angular-eslint/eslint-plugin": "^18.0.1",
4242
"@angular-eslint/eslint-plugin-template": "^18.0.1",
4343
"@angular-eslint/template-parser": "^18.0.1",
44-
"@angular/cli": "18.2.9",
45-
"@angular/compiler-cli": "18.2.9",
44+
"@angular/cli": "18.2.10",
45+
"@angular/compiler-cli": "18.2.10",
4646
"@types/jasmine": "~5.1.0",
4747
"@types/three": "^0.169.0",
4848
"@typescript-eslint/eslint-plugin": "^7.2.0",

projects/wml-accordion/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,4 +531,16 @@ updated package to conform with @windmillcode/wml-components-base
531531

532532
### v18.2.8000 [10/10/24]
533533

534-
updated package to reflect the version 18.2.8 of @angular/core package[](/Windmillcode-Angular-CDK-Docs/intro/wml-three)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base/)
534+
updated package to reflect the version 18.2.8 of @angular/core package
535+
536+
### v18.2.8000 [10/11/24]
537+
538+
updated package to reflect the version 18.2.8 of @angular/core package
539+
540+
### v18.2.8001 [10/11/24]
541+
542+
updated package to conform with @windmillcode/wml-components-base
543+
544+
### v18.2.9000 [10/23/24]
545+
546+
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/intro/wml-three)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base/)

projects/wml-accordion/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.9000",
13-
"@windmillcode/wml-components-base": "^18.2.9000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13+
"@windmillcode/wml-components-base": "^18.2.10000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.9000"
20+
"version": "18.2.10000"
2121
}

projects/wml-angular-components-base/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,20 @@ updated package to conform with @windmillcode/wml-components-base
149149

150150
### v18.2.8000 [10/10/24]
151151

152-
updated package to reflect the version 18.2.8 of @angular/core package[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-button/)
152+
updated package to reflect the version 18.2.8 of @angular/core package
153+
154+
### v18.2.8000 [10/11/24]
155+
156+
updated package to reflect the version 18.2.8 of @angular/core package
157+
158+
### v18.2.8001 [10/11/24]
159+
160+
updated package to reflect the version 18.2.8 of @angular/core package
161+
162+
### v18.2.8001 [10/11/24]
163+
164+
updated package to conform with @windmillcode/wml-components-base
165+
166+
### v18.2.9000 [10/23/24]
167+
168+
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-button/)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/wml-components-base": "^18.2.9000"
12+
"@windmillcode/wml-components-base": "^18.2.10000"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.9000"
19+
"version": "18.2.10000"
2020
}

projects/wml-button/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,4 +623,16 @@ updated package to conform with @windmillcode/wml-components-base
623623

624624
### v18.2.8000 [10/10/24]
625625

626-
updated package to reflect the version 18.2.8 of @angular/core package[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel/)
626+
updated package to reflect the version 18.2.8 of @angular/core package
627+
628+
### v18.2.8000 [10/11/24]
629+
630+
updated package to reflect the version 18.2.8 of @angular/core package
631+
632+
### v18.2.8001 [10/11/24]
633+
634+
updated package to conform with @windmillcode/wml-components-base
635+
636+
### v18.2.9000 [10/23/24]
637+
638+
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-angular-components-base/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-carousel/)

projects/wml-button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.9000",
13-
"@windmillcode/wml-components-base": "^18.2.9000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13+
"@windmillcode/wml-components-base": "^18.2.10000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.9000"
20+
"version": "18.2.10000"
2121
}

projects/wml-carousel/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,16 @@ updated package to conform with @windmillcode/wml-components-base
154154

155155
### v18.2.8000 [10/10/24]
156156

157-
updated package to reflect the version 18.2.8 of @angular/core package[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-button/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-chips/)
157+
updated package to reflect the version 18.2.8 of @angular/core package
158+
159+
### v18.2.8000 [10/11/24]
160+
161+
updated package to reflect the version 18.2.8 of @angular/core package
162+
163+
### v18.2.8001 [10/11/24]
164+
165+
updated package to conform with @windmillcode/wml-components-base
166+
167+
### v18.2.9000 [10/23/24]
168+
169+
updated package to conform with @windmillcode/wml-components-base[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-button/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-chips/)

projects/wml-carousel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"peerDependencies": {
1010
"@angular/common": "^18.0.0",
1111
"@angular/core": "^18.0.0",
12-
"@windmillcode/angular-wml-components-base": "^18.2.9000",
13-
"@windmillcode/wml-components-base": "^18.2.9000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.10000",
13+
"@windmillcode/wml-components-base": "^18.2.10000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.9000"
20+
"version": "18.2.10000"
2121
}

0 commit comments

Comments
 (0)