Skip to content

Commit df1d71b

Browse files
chore: release next
1 parent b4c1038 commit df1d71b

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

package-lock.json

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

packages/calcite-components-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [1.8.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-09-06)
7+
8+
### Bug Fixes
9+
10+
- resolve vite errors due to using expressions in dynamic imports ([#7671](https://github.com/Esri/calcite-design-system/issues/7671)) ([b4c1038](https://github.com/Esri/calcite-design-system/commit/b4c1038c05ab01958e630fddd5c997f4e080f9fb)), closes [#7575](https://github.com/Esri/calcite-design-system/issues/7575)
11+
612
## [1.8.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-09-05)
713

814
**Note:** Version bump only for package @esri/calcite-components-react

packages/calcite-components-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esri/calcite-components-react",
33
"sideEffects": false,
4-
"version": "1.8.0-next.0",
4+
"version": "1.8.0-next.1",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"description": "A set of React components that wrap calcite components",
77
"license": "SEE LICENSE.md",
@@ -20,7 +20,7 @@
2020
"dist/"
2121
],
2222
"dependencies": {
23-
"@esri/calcite-components": "^1.8.0-next.0"
23+
"@esri/calcite-components": "^1.8.0-next.1"
2424
},
2525
"peerDependencies": {
2626
"react": ">=16.7",

packages/calcite-components/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
## [1.8.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-09-06)
7+
8+
### Bug Fixes
9+
10+
- **input-date-picker:** apply default numbering system to avoid browser inferring from locale ([#7682](https://github.com/Esri/calcite-design-system/issues/7682)) ([3e1ed2d](https://github.com/Esri/calcite-design-system/commit/3e1ed2dedeea09a6118e2f639201f5861dd492fd)), closes [#7529](https://github.com/Esri/calcite-design-system/issues/7529)
11+
- **list-item:** Do not call preventDefault on enter key within slotted actions ([#7684](https://github.com/Esri/calcite-design-system/issues/7684)) ([c3261f0](https://github.com/Esri/calcite-design-system/commit/c3261f00f9a65f31f09e61f8b5c0c1ba24d5dae2)), closes [#7676](https://github.com/Esri/calcite-design-system/issues/7676)
12+
- **list:** remove unnecessary z-index ([#7678](https://github.com/Esri/calcite-design-system/issues/7678)) ([1f4cd97](https://github.com/Esri/calcite-design-system/commit/1f4cd978faf0415f9bc7319f557835ea206fbcb9)), closes [#7599](https://github.com/Esri/calcite-design-system/issues/7599)
13+
- **modal:** calciteModalClose should emit on close button click ([#7680](https://github.com/Esri/calcite-design-system/issues/7680)) ([796bf90](https://github.com/Esri/calcite-design-system/commit/796bf90cacd68595a108f39e2a66bcc5d71de0e9)), closes [#7655](https://github.com/Esri/calcite-design-system/issues/7655)
14+
- **sheet:** calciteSheetClose should emit on scrim click ([#7685](https://github.com/Esri/calcite-design-system/issues/7685)) ([6ae963e](https://github.com/Esri/calcite-design-system/commit/6ae963ede66845802c0fa79f42e5ccf234d98246)), closes [#7681](https://github.com/Esri/calcite-design-system/issues/7681) [#7680](https://github.com/Esri/calcite-design-system/issues/7680)
15+
616
## [1.8.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2023-09-05)
717

818
### Features

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": "1.8.0-next.0",
3+
"version": "1.8.0-next.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",

0 commit comments

Comments
 (0)