Skip to content

Commit

Permalink
chore: release next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 28, 2023
1 parent da07ab1 commit 7980f8c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0-next.7](https://github.com/Esri/calcite-components/compare/@esri/[email protected]...@esri/[email protected]) (2023-06-28)

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

## [1.5.0-next.6](https://github.com/Esri/calcite-components/compare/@esri/[email protected]...@esri/[email protected]) (2023-06-27)

**Note:** Version bump only for package @esri/calcite-components-react
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,7 +1,7 @@
{
"name": "@esri/calcite-components-react",
"sideEffects": false,
"version": "1.5.0-next.6",
"version": "1.5.0-next.7",
"description": "A set of React components that wrap calcite components",
"license": "SEE LICENSE.md",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"dist/"
],
"dependencies": {
"@esri/calcite-components": "^1.5.0-next.6"
"@esri/calcite-components": "^1.5.0-next.7"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/calcite-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.0-next.7](https://github.com/Esri/calcite-components/compare/@esri/[email protected]...@esri/[email protected]) (2023-06-28)

### Features

- **block, block-section:** Add setFocus method ([#7208](https://github.com/Esri/calcite-components/issues/7208)) ([35d4bbb](https://github.com/Esri/calcite-components/commit/35d4bbb26ec3a157c7970d7ed982c9af128f1bf8)), closes [#6944](https://github.com/Esri/calcite-components/issues/6944)
- **filter:** Add filter method ([#7127](https://github.com/Esri/calcite-components/issues/7127)) ([5a4283f](https://github.com/Esri/calcite-components/commit/5a4283fe0937a3f7f1380f66765af0fa7093ad19)), closes [#6633](https://github.com/Esri/calcite-components/issues/6633)
- **list:** Add slots for filter actions ([#7183](https://github.com/Esri/calcite-components/issues/7183)) ([da07ab1](https://github.com/Esri/calcite-components/commit/da07ab1dcd5d0b830c46b00b76c6d5724ff38c60)), closes [#6600](https://github.com/Esri/calcite-components/issues/6600)

### Bug Fixes

- **list:** changing filterText property will now update filtered items ([#7133](https://github.com/Esri/calcite-components/issues/7133)) ([a9c0bce](https://github.com/Esri/calcite-components/commit/a9c0bce700784c3ea9cd16d5e9568835b5d1203b)), closes [#6633](https://github.com/Esri/calcite-components/issues/6633) [#7127](https://github.com/Esri/calcite-components/issues/7127)

## [1.5.0-next.6](https://github.com/Esri/calcite-components/compare/@esri/[email protected]...@esri/[email protected]) (2023-06-27)

### Bug Fixes
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": "1.5.0-next.6",
"version": "1.5.0-next.7",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 7980f8c

Please sign in to comment.