Skip to content

Commit

Permalink
chore(release): 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Feb 15, 2023
1 parent 68f2c0e commit cad286d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This document maintains a list of released versions and changes introduced by them.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [v1.0.7](https://github.com/Esri/calcite-components/compare/v1.0.6...v1.0.7) (2023-02-15)

### Reverts

- **focus-trap:** prevent host from receiving initial focus ([#6483](https://github.com/Esri/calcite-components/pull/6483)) ([68f2c0e](https://github.com/Esri/calcite-components/commit/68f2c0e54339fb4be37172a69b17bbcde60b9613))

## [v1.0.6](https://github.com/Esri/calcite-components/compare/v1.0.5...v1.0.6) (2023-02-14)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "1.0.7",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Calcite Components, part of Esri's Calcite Design System, is a rich library of f
The most common approach for loading Calcite Components is to use the version hosted on the CDN. The components can be loaded via `<script>` and `<link>` tags in the head of your HTML document:

```html
<script type="module" src="https://unpkg.com/@esri/calcite-components@1.0.6/dist/calcite/calcite.esm.js"></script>
<script type="module" src="https://unpkg.com/@esri/calcite-components@1.0.7/dist/calcite/calcite.esm.js"></script>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/@esri/calcite-components@1.0.6/dist/calcite/calcite.css"
href="https://unpkg.com/@esri/calcite-components@1.0.7/dist/calcite/calcite.css"
/>
```

Expand Down

0 comments on commit cad286d

Please sign in to comment.