Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benelan committed Mar 28, 2023
1 parent 38f6478 commit 79bc101
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
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)

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

## Unreleased
## [v1.2.0](https://github.com/Esri/calcite-components/compare/v1.1.0...v1.2.0) (2023-03-27)

### Features

Expand All @@ -26,8 +24,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

* **accordion, accordion-item:** now wraps long words in header (title & description) ([#6608](https://github.com/Esri/calcite-components/issues/6608)) ([46575ff](https://github.com/Esri/calcite-components/commit/46575ff836ca941a518d46c1f4c11b83b5da3e02)), closes [#5683](https://github.com/Esri/calcite-components/issues/5683)

<!--@unreleased-section-end-->

## [v1.1.0](https://github.com/Esri/calcite-components/compare/v1.0.8...v1.1.0) (2023-03-15)

### Features
Expand Down
9 changes: 6 additions & 3 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.2.0-next.0",
"version": "1.2.0",
"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.1.0/dist/calcite/calcite.esm.js"></script>
<script type="module" src="https://unpkg.com/@esri/calcite-components@1.2.0/dist/calcite/calcite.esm.js"></script>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/@esri/calcite-components@1.1.0/dist/calcite/calcite.css"
href="https://unpkg.com/@esri/calcite-components@1.2.0/dist/calcite/calcite.css"
/>
```

Expand Down

0 comments on commit 79bc101

Please sign in to comment.