Skip to content

Commit

Permalink
1.0.0-next.282 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Sep 4, 2021
1 parent dc415d0 commit 6f76482
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!--@unreleased-section-start-->

## Unreleased (2021-09-03)
## Unreleased (2021-09-04)

### Features

- **block:** add margin between heading/summary ([#2932](https://github.com/Esri/calcite-components/issues/2932)) ([7f281fd](https://github.com/Esri/calcite-components/commit/7f281fd208ce40f302d4af9cbe6900ea69efc451))

### Bug Fixes

- **accordion:** match accordion icon directions with block ([#2963](https://github.com/Esri/calcite-components/issues/2963)) ([68532d0](https://github.com/Esri/calcite-components/commit/68532d0090097dbea4a8dc89ac5ef166df1f3e48))
- **block-section:** style update to align better with label and switch combo ([707c214](https://github.com/Esri/calcite-components/commit/707c214029f80590d35dcc2cbb7f910c05545025)), closes [#2577](https://github.com/Esri/calcite-components/issues/2577) [#2577](https://github.com/Esri/calcite-components/issues/2577)

### Reverts

- **demo-homepage:** updated demo homepage, removed search bar ([#2883](https://github.com/Esri/calcite-components/issues/2883)) ([dc415d0](https://github.com/Esri/calcite-components/commit/dc415d0a696630f78ab7d9d8c3d8a66ff2d02c6c))
<!--@unreleased-section-end-->

## [1.0.0-beta.63](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.62...v1.0.0-beta.63) (2021-08-31)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components",
"version": "1.0.2",
"version": "1.0.0-next.282",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 6f76482

Please sign in to comment.