Skip to content

Commit

Permalink
1.0.0-next.286 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Oct 12, 2021
1 parent 8ff197b commit 7071086
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
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 (2021-10-12)

### Features

- **input:** allow decimals by default and with integer steps ([#3211](https://github.com/Esri/calcite-components/issues/3211)) ([8ff197b](https://github.com/Esri/calcite-components/commit/8ff197bf276e81d60a2f706ea778ad04f6c77fad)), closes [#3184](https://github.com/Esri/calcite-components/issues/3184)
<!--@unreleased-section-end-->

## [1.0.0-beta.67](https://github.com/Esri/calcite-components/compare/v1.0.0-beta.66...v1.0.0-beta.67) (2021-10-12)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion 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.0-beta.67",
"version": "1.0.0-next.286",
"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 @@ -17,12 +17,12 @@ The simplest way to set up the components in your project is to add the followin
```html
<script
type="module"
src="https://unpkg.com/@esri/[email protected]beta.67/dist/calcite/calcite.esm.js"
src="https://unpkg.com/@esri/[email protected]next.286/dist/calcite/calcite.esm.js"
></script>
<link
rel="stylesheet"
type="text/css"
href="https://unpkg.com/@esri/[email protected]beta.67/dist/calcite/calcite.css"
href="https://unpkg.com/@esri/[email protected]next.286/dist/calcite/calcite.css"
/>
```

Expand Down

0 comments on commit 7071086

Please sign in to comment.