Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
calcite-admin committed Oct 11, 2024
1 parent e8cc258 commit e074ba3
Show file tree
Hide file tree
Showing 17 changed files with 92 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/calcite-components": "2.13.0",
"packages/calcite-components-react": "2.13.0",
"packages/calcite-components": "2.13.1",
"packages/calcite-components-react": "2.13.1",
"packages/calcite-design-tokens": "2.2.0",
"packages/calcite-ui-icons": "3.32.0",
"packages/eslint-plugin-calcite-components": "1.2.1",
"packages/calcite-components-angular/projects/component-library": "2.13.0"
"packages/calcite-components-angular/projects/component-library": "2.13.1"
}
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-angular": "2.13.0",
"@esri/calcite-components-angular": "2.13.1",
"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": "2.13.0",
"@esri/calcite-components": "2.13.1",
"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": "2.13.0",
"@esri/calcite-components-react": "2.13.1",
"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": "2.13.0"
"@esri/calcite-components": "2.13.1"
},
"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": "2.13.0"
"@esri/calcite-components": "2.13.1"
},
"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": "2.13.0",
"@esri/calcite-components": "2.13.1",
"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": "2.13.0"
"@esri/calcite-components": "2.13.1"
},
"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": "2.13.0"
"@esri/calcite-components": "2.13.1"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-11)


### Miscellaneous Chores

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @esri/calcite-components bumped from 2.13.0 to 2.13.1

## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-09-30)

### Miscellaneous Chores
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-angular",
"version": "2.13.0",
"version": "2.13.1",
"description": "A set of Angular components that wrap Esri's Calcite Components.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"bugs": {
Expand All @@ -17,7 +17,7 @@
},
"sideEffects": false,
"dependencies": {
"@esri/calcite-components": "2.13.0",
"@esri/calcite-components": "2.13.1",
"tslib": "2.6.3"
},
"peerDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-11)


### Miscellaneous Chores

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


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @esri/calcite-components bumped from 2.13.0 to 2.13.1

## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-09-30)

### Miscellaneous Chores
Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-react",
"version": "2.13.0",
"version": "2.13.1",
"description": "A set of React components that wrap calcite components",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tsc": "tsc"
},
"dependencies": {
"@esri/calcite-components": "2.13.0"
"@esri/calcite-components": "2.13.1"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
41 changes: 41 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,47 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-10-11)


### Bug Fixes

* **chip:** Fix close icon color inconsistency ([e8cc258](https://github.com/Esri/calcite-design-system/commit/e8cc258b99b528fe374ba5002fc1170d074c7aa0))
* **chip:** Fix close icon color inconsistency ([80b75c2](https://github.com/Esri/calcite-design-system/commit/80b75c25a31897bf2a05ff7c3c21a77e962f79c3))
* **chip:** Fix close icon color inconsistency ([655bbb7](https://github.com/Esri/calcite-design-system/commit/655bbb744ce74d3ebb528692dc9c5182d162db1a))
* **chip:** Fix close icon color inconsistency ([6667c2a](https://github.com/Esri/calcite-design-system/commit/6667c2a80d180c0588064eb463e768c3ed2adece))
* **chip:** Fix close icon color inconsistency ([0fa175b](https://github.com/Esri/calcite-design-system/commit/0fa175bf5e1564c2e88c94dbd16d43d07debb057))
* **chip:** Fix close icon color inconsistency ([e93fdbc](https://github.com/Esri/calcite-design-system/commit/e93fdbcf361d59efdee625fb0ef50d8044b6e545))
* **chip:** Fix close icon color inconsistency ([2df7c07](https://github.com/Esri/calcite-design-system/commit/2df7c07311543f836100f47b47e5ec35cd1197d4))
* **combobox:** Restores `filterText` when filtered items are empty ([e8cc258](https://github.com/Esri/calcite-design-system/commit/e8cc258b99b528fe374ba5002fc1170d074c7aa0))
* **combobox:** Restores `filterText` when filtered items are empty ([80b75c2](https://github.com/Esri/calcite-design-system/commit/80b75c25a31897bf2a05ff7c3c21a77e962f79c3))
* **combobox:** Restores `filterText` when filtered items are empty ([655bbb7](https://github.com/Esri/calcite-design-system/commit/655bbb744ce74d3ebb528692dc9c5182d162db1a))
* **combobox:** Restores `filterText` when filtered items are empty ([6667c2a](https://github.com/Esri/calcite-design-system/commit/6667c2a80d180c0588064eb463e768c3ed2adece))
* **combobox:** Restores `filterText` when filtered items are empty ([0fa175b](https://github.com/Esri/calcite-design-system/commit/0fa175bf5e1564c2e88c94dbd16d43d07debb057))
* **combobox:** Restores `filterText` when filtered items are empty ([e93fdbc](https://github.com/Esri/calcite-design-system/commit/e93fdbcf361d59efdee625fb0ef50d8044b6e545))
* **combobox:** Restores `filterText` when filtered items are empty ([2df7c07](https://github.com/Esri/calcite-design-system/commit/2df7c07311543f836100f47b47e5ec35cd1197d4))
* **dialog:** No longer apply transform styling unless dragEnabled or resizable ([e8cc258](https://github.com/Esri/calcite-design-system/commit/e8cc258b99b528fe374ba5002fc1170d074c7aa0))
* **dialog:** No longer apply transform styling unless dragEnabled or resizable ([80b75c2](https://github.com/Esri/calcite-design-system/commit/80b75c25a31897bf2a05ff7c3c21a77e962f79c3))
* **dialog:** No longer apply transform styling unless dragEnabled or resizable ([655bbb7](https://github.com/Esri/calcite-design-system/commit/655bbb744ce74d3ebb528692dc9c5182d162db1a))
* **dialog:** No longer apply transform styling unless dragEnabled or resizable ([6667c2a](https://github.com/Esri/calcite-design-system/commit/6667c2a80d180c0588064eb463e768c3ed2adece))
* **dialog:** No longer apply transform styling unless dragEnabled or resizable ([0fa175b](https://github.com/Esri/calcite-design-system/commit/0fa175bf5e1564c2e88c94dbd16d43d07debb057))
* **dialog:** No longer apply transform styling unless dragEnabled or resizable ([e93fdbc](https://github.com/Esri/calcite-design-system/commit/e93fdbcf361d59efdee625fb0ef50d8044b6e545))
* **dialog:** No longer apply transform styling unless dragEnabled or resizable ([2df7c07](https://github.com/Esri/calcite-design-system/commit/2df7c07311543f836100f47b47e5ec35cd1197d4))
* **notice:** Ensure closed notice does not affect layout ([e8cc258](https://github.com/Esri/calcite-design-system/commit/e8cc258b99b528fe374ba5002fc1170d074c7aa0))
* **notice:** Ensure closed notice does not affect layout ([80b75c2](https://github.com/Esri/calcite-design-system/commit/80b75c25a31897bf2a05ff7c3c21a77e962f79c3))
* **notice:** Ensure closed notice does not affect layout ([655bbb7](https://github.com/Esri/calcite-design-system/commit/655bbb744ce74d3ebb528692dc9c5182d162db1a))
* **notice:** Ensure closed notice does not affect layout ([6667c2a](https://github.com/Esri/calcite-design-system/commit/6667c2a80d180c0588064eb463e768c3ed2adece))
* **notice:** Ensure closed notice does not affect layout ([0fa175b](https://github.com/Esri/calcite-design-system/commit/0fa175bf5e1564c2e88c94dbd16d43d07debb057))
* **notice:** Ensure closed notice does not affect layout ([e93fdbc](https://github.com/Esri/calcite-design-system/commit/e93fdbcf361d59efdee625fb0ef50d8044b6e545))
* **notice:** Ensure closed notice does not affect layout ([2df7c07](https://github.com/Esri/calcite-design-system/commit/2df7c07311543f836100f47b47e5ec35cd1197d4))
* **panel:** Revert relative positioning on content ([e8cc258](https://github.com/Esri/calcite-design-system/commit/e8cc258b99b528fe374ba5002fc1170d074c7aa0))
* **panel:** Revert relative positioning on content ([80b75c2](https://github.com/Esri/calcite-design-system/commit/80b75c25a31897bf2a05ff7c3c21a77e962f79c3))
* **panel:** Revert relative positioning on content ([655bbb7](https://github.com/Esri/calcite-design-system/commit/655bbb744ce74d3ebb528692dc9c5182d162db1a))
* **panel:** Revert relative positioning on content ([6667c2a](https://github.com/Esri/calcite-design-system/commit/6667c2a80d180c0588064eb463e768c3ed2adece))
* **panel:** Revert relative positioning on content ([0fa175b](https://github.com/Esri/calcite-design-system/commit/0fa175bf5e1564c2e88c94dbd16d43d07debb057))
* **panel:** Revert relative positioning on content ([e93fdbc](https://github.com/Esri/calcite-design-system/commit/e93fdbcf361d59efdee625fb0ef50d8044b6e545))
* **panel:** Revert relative positioning on content ([2df7c07](https://github.com/Esri/calcite-design-system/commit/2df7c07311543f836100f47b47e5ec35cd1197d4))

## [2.13.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-09-30)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
"version": "2.13.0",
"version": "2.13.1",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
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].0/dist/calcite/calcite.esm.js"
src="https://cdn.jsdelivr.net/npm/@esri/[email protected].1/dist/calcite/calcite.esm.js"
></script>
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].0/dist/calcite/calcite.css"
href="https://cdn.jsdelivr.net/npm/@esri/[email protected].1/dist/calcite/calcite.css"
/>
```

Expand Down

0 comments on commit e074ba3

Please sign in to comment.