Skip to content

Commit 5d26e8a

Browse files
committed
1.0.0-beta.72
1 parent 4d43cce commit 5d26e8a

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
This document maintains a list of released versions and changes introduced by them.
44
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
55

6-
<!--@unreleased-section-start-->
7-
8-
## Unreleased
6+
## [1.0.0-beta.72](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.71...v1.0.0-beta.72) (2021-12-21)
97

108
### ⚠ BREAKING CHANGES
119

@@ -52,13 +50,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5250
- **tab:** remove content text color from host ([#3693](https://github.com/Esri/calcite-components/issues/3693)) ([951c773](https://github.com/Esri/calcite-components/commit/951c7735f17cb912b4a55abb8940ec494778f11a))
5351
- **tab:** remove the scroll that pops up regardless of any width size ([#3279](https://github.com/Esri/calcite-components/issues/3279)) ([#3387](https://github.com/Esri/calcite-components/issues/3387)) ([09bdd12](https://github.com/Esri/calcite-components/commit/09bdd122c6f930c0618fd23a7f8d7768de6380c0)), closes [#3055](https://github.com/Esri/calcite-components/issues/3055) [#3541](https://github.com/Esri/calcite-components/issues/3541)
5452

55-
### Reverts
56-
57-
- stop skipping screener on markdown prs ([#3673](https://github.com/Esri/calcite-components/issues/3673)) ([a25868d](https://github.com/Esri/calcite-components/commit/a25868da6db79ac8d135a120221570b94384e2d1)), closes [#3628](https://github.com/Esri/calcite-components/issues/3628)
58-
- use postcss to ensure logical prop usage ([#3753](https://github.com/Esri/calcite-components/issues/3753)) ([c24ae4e](https://github.com/Esri/calcite-components/commit/c24ae4e242ab6da7a516b96ea29554ec8c411b33))
59-
- **filter:** enforce items prop via type ([#3476](https://github.com/Esri/calcite-components/issues/3476)) ([1794350](https://github.com/Esri/calcite-components/commit/1794350a53b221c1697d86c28c237b62996317f7))
60-
<!--@unreleased-section-end-->
61-
6253
## [1.0.0-beta.71](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.70...v1.0.0-beta.71) (2021-12-07)
6354

6455
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
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-next.339",
3+
"version": "1.0.0-beta.72",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The simplest way to set up the components in your project is to add the followin
1717
```html
1818
<script
1919
type="module"
20-
src="https://unpkg.com/@esri/[email protected]next.331/dist/calcite/calcite.esm.js"
20+
src="https://unpkg.com/@esri/[email protected]beta.72/dist/calcite/calcite.esm.js"
2121
></script>
2222
<link
2323
rel="stylesheet"
2424
type="text/css"
25-
href="https://unpkg.com/@esri/[email protected]next.331/dist/calcite/calcite.css"
25+
href="https://unpkg.com/@esri/[email protected]beta.72/dist/calcite/calcite.css"
2626
/>
2727
```
2828

0 commit comments

Comments
 (0)