Skip to content

Commit 2e45f13

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

File tree

47 files changed

+295
-224
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

+295
-224
lines changed

package-lock.json

Lines changed: 126 additions & 143 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.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",
13+
"@angular/animations": "18.2.11",
14+
"@angular/common": "18.2.11",
15+
"@angular/compiler": "18.2.11",
16+
"@angular/core": "18.2.11",
17+
"@angular/forms": "18.2.11",
18+
"@angular/platform-browser": "18.2.11",
19+
"@angular/platform-browser-dynamic": "18.2.11",
20+
"@angular/router": "18.2.11",
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.10",
39+
"@angular-devkit/build-angular": "18.2.11",
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.10",
45-
"@angular/compiler-cli": "18.2.10",
44+
"@angular/cli": "18.2.11",
45+
"@angular/compiler-cli": "18.2.11",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,4 +543,8 @@ updated package to conform with @windmillcode/wml-components-base
543543

544544
### v18.2.9000 [10/23/24]
545545

546+
updated package to conform with @windmillcode/wml-components-base
547+
548+
### v18.2.10000 [10/31/24]
549+
546550
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.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,8 @@ updated package to conform with @windmillcode/wml-components-base
165165

166166
### v18.2.9000 [10/23/24]
167167

168+
updated package to conform with @windmillcode/wml-components-base
169+
170+
### v18.2.10000 [10/31/24]
171+
168172
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.10000"
12+
"@windmillcode/wml-components-base": "^18.2.11000"
1313
},
1414
"private": false,
1515
"schematics": "",
1616
"scripts": {
1717
"build": "npx ng build"
1818
},
19-
"version": "18.2.10000"
19+
"version": "18.2.11000"
2020
}

projects/wml-button/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,8 @@ updated package to conform with @windmillcode/wml-components-base
635635

636636
### v18.2.9000 [10/23/24]
637637

638+
updated package to conform with @windmillcode/wml-components-base
639+
640+
### v18.2.10000 [10/31/24]
641+
638642
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.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

projects/wml-carousel/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,8 @@ updated package to conform with @windmillcode/wml-components-base
166166

167167
### v18.2.9000 [10/23/24]
168168

169+
updated package to conform with @windmillcode/wml-components-base
170+
171+
### v18.2.10000 [10/31/24]
172+
169173
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.10000",
13-
"@windmillcode/wml-components-base": "^18.2.10000"
12+
"@windmillcode/angular-wml-components-base": "^18.2.11000",
13+
"@windmillcode/wml-components-base": "^18.2.11000"
1414
},
1515
"private": false,
1616
"schematics": "",
1717
"scripts": {
1818
"build": "npx ng build"
1919
},
20-
"version": "18.2.10000"
20+
"version": "18.2.11000"
2121
}

0 commit comments

Comments
 (0)