Skip to content

Commit 7fa27ab

Browse files
committed
1.0.0-beta.73
1 parent 5756ff2 commit 7fa27ab

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 8 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.73](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.72...v1.0.0-beta.73) (2022-01-05)
97

108
### Features
119

@@ -33,11 +31,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3331
- **value-list:** emit list order change event when value list items are reordered via the keyboard ([#3816](https://github.com/Esri/calcite-components/issues/3816)) ([2c8e856](https://github.com/Esri/calcite-components/commit/2c8e856477bf952af1dcd48f7245a9fcdbf3b99f)), closes [#3685](https://github.com/Esri/calcite-components/issues/3685)
3432
- **value-list:** include ordered values in list order change event payload ([#3820](https://github.com/Esri/calcite-components/issues/3820)) ([6854d50](https://github.com/Esri/calcite-components/commit/6854d50b4076027f23836ae0211d1bffebdfb2ba)), closes [#3685](https://github.com/Esri/calcite-components/issues/3685)
3533

36-
### Reverts
37-
38-
- allow primary contact to merge pr branches ([#3831](https://github.com/Esri/calcite-components/issues/3831)) ([0876973](https://github.com/Esri/calcite-components/commit/08769739f7fd00aaff0f487d20f8e996bdd47d3d))
39-
<!--@unreleased-section-end-->
40-
4134
## [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)
4235

4336
### ⚠ BREAKING CHANGES

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.356",
3+
"version": "1.0.0-beta.73",
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].72/dist/calcite/calcite.esm.js"
20+
src="https://unpkg.com/@esri/[email protected].73/dist/calcite/calcite.esm.js"
2121
></script>
2222
<link
2323
rel="stylesheet"
2424
type="text/css"
25-
href="https://unpkg.com/@esri/[email protected].72/dist/calcite/calcite.css"
25+
href="https://unpkg.com/@esri/[email protected].73/dist/calcite/calcite.css"
2626
/>
2727
```
2828

0 commit comments

Comments
 (0)