File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/calcite-components Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/calcite-components" : " 1.10.0" ,
3
- "packages/calcite-components-angular" : " 1.10.0" ,
4
- "packages/calcite-components-react" : " 1.10.0" ,
2
+ "packages/calcite-components" : " 1.11.0" ,
3
+ "packages/calcite-components-react" : " 1.11.0" ,
5
4
"packages/calcite-design-tokens" : " 1.1.0" ,
6
- "packages/eslint-plugin-calcite-components" : " 0.2.2"
5
+ "packages/eslint-plugin-calcite-components" : " 0.2.3" ,
6
+ "packages/calcite-components-angular/projects/component-library" : " 1.11.0"
7
7
}
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho
17
17
``` html
18
18
<script
19
19
type =" module"
20
- src =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@1.10 .0/dist/calcite/calcite.esm.js"
20
+ src =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@1.11 .0/dist/calcite/calcite.esm.js"
21
21
></script >
22
22
<link
23
23
rel =" stylesheet"
24
24
type =" text/css"
25
- href =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@1.10 .0/dist/calcite/calcite.css"
25
+ href =" https://cdn.jsdelivr.net/npm/@esri/calcite-components@1.11 .0/dist/calcite/calcite.css"
26
26
/>
27
27
```
28
28
You can’t perform that action at this time.
0 commit comments