Skip to content

Commit

Permalink
chore: release main (#11596)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---

<details><summary>@esri/calcite-components: 3.0.3</summary>


[3.0.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected])
(2025-02-19)

* **dialog, modal, popover, sheet:** Restore `focusTrapDisabled`
reactiveness
([#11586](#11586))

([a32dd7e](a32dd7e))
* **input-date-picker:** No longer close while navigating months with
chevron actions
([#11525](#11525))

([acf5824](acf5824))
* **slider:** Ensure histograms with non-zero min are displayed
correctly
([#11587](#11587))

([9bb32f6](9bb32f6))
* **tooltip:** Close tooltips on prevented pointer move events
([#11557](#11557))

([470df20](470df20))
</details>

<details><summary>@esri/calcite-components-react: 3.0.3</summary>


[3.0.3](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected])
(2025-02-19)

* **@esri/calcite-components-react:** Synchronize components versions

* The following workspace dependencies were updated
  * dependencies
    * @esri/calcite-components bumped from 3.0.2 to 3.0.3
</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: Calcite Admin <[email protected]>
  • Loading branch information
benelan and calcite-admin authored Feb 19, 2025
1 parent 9dae120 commit 5ca8878
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/calcite-components": "3.0.2",
"packages/calcite-components-react": "3.0.2",
"packages/calcite-components": "3.0.3",
"packages/calcite-components-react": "3.0.3",
"packages/calcite-design-tokens": "3.0.0",
"packages/calcite-ui-icons": "4.0.0",
"packages/eslint-plugin-calcite-components": "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/components/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular/platform-browser": "^18.1.0",
"@angular/platform-browser-dynamic": "^18.1.0",
"@angular/router": "^18.1.0",
"@esri/calcite-components": "3.0.2",
"@esri/calcite-components": "3.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/components/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
},
"dependencies": {
"@esri/calcite-components": "3.0.2",
"@esri/calcite-components": "3.0.3",
"preact": "^10.10.0",
"preact-render-to-string": "^5.2.1",
"preact-router": "^3.2.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/components/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"preview": "vite preview"
},
"dependencies": {
"@esri/calcite-components-react": "3.0.2",
"@esri/calcite-components-react": "3.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/components/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "serve public"
},
"dependencies": {
"@esri/calcite-components": "3.0.2"
"@esri/calcite-components": "3.0.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/components/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"serve": "vite preview"
},
"dependencies": {
"@esri/calcite-components": "3.0.2"
"@esri/calcite-components": "3.0.3"
},
"devDependencies": {
"@types/node": "^22.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/components/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"copy": "ncp ./node_modules/@esri/calcite-components/dist/calcite/assets/ ./public/assets/"
},
"dependencies": {
"@esri/calcite-components": "3.0.2",
"@esri/calcite-components": "3.0.3",
"vue": "^3.4.36"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/components/web-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@esri/calcite-components": "3.0.2"
"@esri/calcite-components": "3.0.3"
},
"devDependencies": {
"@web/dev-server": "^0.4.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/components/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "webpack-dev-server --open"
},
"dependencies": {
"@esri/calcite-components": "3.0.2"
"@esri/calcite-components": "3.0.3"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ The most common approach for loading Calcite components is to use the version ho
```html
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@esri/[email protected].2/dist/calcite/calcite.esm.js"
src="https://cdn.jsdelivr.net/npm/@esri/[email protected].3/dist/calcite/calcite.esm.js"
></script>
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].2/dist/calcite/calcite.css"
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].3/dist/calcite/calcite.css"
/>
```

Expand Down

0 comments on commit 5ca8878

Please sign in to comment.