Skip to content

Commit d82bffb

Browse files
committed
v1.0.0-beta.6
1 parent 4325670 commit d82bffb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
### [Unreleased][HEAD]
99

10+
## [v1.0.0-beta.6] - Aug 26th 2019
11+
12+
### Fixed
13+
14+
- `calcite-tree-item`s with both a `<a>` and a `calcite-tree`
15+
1016
## [v1.0.0-beta.5] - Aug 21th 2019
1117

1218
### Added
@@ -54,6 +60,7 @@ Fix issue with previous release.
5460

5561
First initial beta release.
5662

63+
[v1.0.0-beta.6]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.5...v1.0.0-beta.6 "v1.0.0-beta.6"
5764
[v1.0.0-beta.5]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.4...v1.0.0-beta.5 "v1.0.0-beta.5"
5865
[v1.0.0-beta.4]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.3...v1.0.0-beta.4 "v1.0.0-beta.4"
5966
[v1.0.0-beta.3]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.2...v1.0.0-beta.3 "v1.0.0-beta.3"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)