Skip to content

Commit 1f08255

Browse files
chore: release main (#9706)
🤖 I have created a release *beep* *boop* --- <details><summary>@esri/calcite-components: 2.10.1</summary> ## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-27) ### Miscellaneous Chores * **@esri/calcite-components:** Synchronize components versions </details> <details><summary>@esri/calcite-components-angular: 2.10.1</summary> ## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-27) ### Bug Fixes * **angular:** Resolve empty dist ([#9698](#9698)) ([1bdf5fa](1bdf5fa)) ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1 </details> <details><summary>@esri/calcite-components-react: 2.10.1</summary> ## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-27) ### Miscellaneous Chores * **@esri/calcite-components-react:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a410358 commit 1f08255

File tree

9 files changed

+37
-21
lines changed

9 files changed

+37
-21
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"packages/calcite-components": "2.10.0",
3-
"packages/calcite-components-react": "2.10.0",
2+
"packages/calcite-components": "2.10.1",
3+
"packages/calcite-components-react": "2.10.1",
44
"packages/calcite-design-tokens": "2.2.0",
55
"packages/eslint-plugin-calcite-components": "1.2.0",
6-
"packages/calcite-components-angular/projects/component-library": "2.10.0"
6+
"packages/calcite-components-angular/projects/component-library": "2.10.1"
77
}

package-lock.json

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

packages/calcite-components-angular/projects/component-library/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [2.10.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]-next.12...@esri/[email protected]-next.0) (2024-06-27)
6+
## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-27)
77

88
### Bug Fixes
99

10-
- **angular:** resolve empty dist ([#9698](https://github.com/Esri/calcite-design-system/issues/9698)) ([a9e3314](https://github.com/Esri/calcite-design-system/commit/a9e331436713b610a2ab4b640402471602f5369f))
10+
- **angular:** Resolve empty dist ([#9698](https://github.com/esri/calcite-design-system/issues/9698)) ([1bdf5fa](https://github.com/esri/calcite-design-system/commit/1bdf5fae822a658a809f8c63c66a828c26207663))
11+
12+
### Dependencies
13+
14+
- The following workspace dependencies were updated
15+
- dependencies
16+
- @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1
1117

1218
## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-26)
1319

packages/calcite-components-angular/projects/component-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components-angular",
3-
"version": "2.10.1-next.0",
3+
"version": "2.10.1",
44
"description": "A set of Angular components that wrap Esri's Calcite Components.",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"bugs": {
@@ -17,7 +17,7 @@
1717
},
1818
"sideEffects": false,
1919
"dependencies": {
20-
"@esri/calcite-components": "^2.10.1-next.0",
20+
"@esri/calcite-components": "^2.10.1",
2121
"tslib": "2.6.2"
2222
},
2323
"peerDependencies": {

packages/calcite-components-react/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [2.10.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]-next.12...@esri/[email protected]-next.0) (2024-06-27)
6+
## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-27)
77

8-
**Note:** Version bump only for package @esri/calcite-components-react
8+
### Miscellaneous Chores
9+
10+
- **@esri/calcite-components-react:** Synchronize components versions
11+
12+
### Dependencies
13+
14+
- The following workspace dependencies were updated
15+
- dependencies
16+
- @esri/calcite-components bumped from ^2.10.1-next.0 to ^2.10.1
917

1018
## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-26)
1119

packages/calcite-components-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components-react",
3-
"version": "2.10.1-next.0",
3+
"version": "2.10.1",
44
"description": "A set of React components that wrap calcite components",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"tsc": "tsc"
2929
},
3030
"dependencies": {
31-
"@esri/calcite-components": "^2.10.1-next.0"
31+
"@esri/calcite-components": "^2.10.1"
3232
},
3333
"peerDependencies": {
3434
"react": ">=16.7",

packages/calcite-components/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## [2.10.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]-next.12...@esri/[email protected]-next.0) (2024-06-27)
6+
## [2.10.1](https://github.com/esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-27)
77

8-
**Note:** Version bump only for package @esri/calcite-components
8+
### Miscellaneous Chores
9+
10+
- **@esri/calcite-components:** Synchronize components versions
911

1012
## [2.10.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-06-26)
1113

packages/calcite-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components",
3-
"version": "2.10.1-next.0",
3+
"version": "2.10.1",
44
"homepage": "https://developers.arcgis.com/calcite-design-system/",
55
"description": "Web Components for Esri's Calcite Design System.",
66
"main": "dist/index.cjs.js",

packages/calcite-components/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The most common approach for loading Calcite Components is to use the version ho
1717
```html
1818
<script
1919
type="module"
20-
src="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.9.0/dist/calcite/calcite.esm.js"
20+
src="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.10.1/dist/calcite/calcite.esm.js"
2121
></script>
2222
<link
2323
rel="stylesheet"
2424
type="text/css"
25-
href="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.9.0/dist/calcite/calcite.css"
25+
href="https://cdn.jsdelivr.net/npm/@esri/calcite-components@2.10.1/dist/calcite/calcite.css"
2626
/>
2727
```
2828

0 commit comments

Comments
 (0)