Skip to content

Commit

Permalink
chore: release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEck committed Apr 30, 2024
1 parent bd7060e commit ed332d3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## 1.1.2
## 1.1.3

- fix: unpin @floating-ui/dom dependency to support all versions of the current major release

Note: 1.1.2 was skipped due to a mistake in the release process.

## 1.1.1

- fix: update overlay position on animationFrame to not exceed ResizeObserver loop limit
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#### CDN

```html
<script type="module" src="https://unpkg.com/eck-autocomplete@1.1.2/min/eck-autocomplete.js"></script>
<script type="module" src="https://unpkg.com/eck-autocomplete@1.1.3/min/eck-autocomplete.js"></script>
```

#### Package and import
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": "eck-autocomplete",
"version": "1.1.2",
"version": "1.1.3",
"description": "Autocomplete web component. Suggests options for an input.",
"author": "Leon Eck",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion showcase/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#### CDN

```html
<script type="module" src="https://unpkg.com/eck-autocomplete@1.1.2/min/eck-autocomplete.js"></script>
<script type="module" src="https://unpkg.com/eck-autocomplete@1.1.3/min/eck-autocomplete.js"></script>
```

#### Package and import
Expand Down
2 changes: 1 addition & 1 deletion web-types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/web-types",
"name": "eck-autocomplete",
"version": "1.1.2",
"version": "1.1.3",
"description-markup": "markdown",
"contributions": {
"html": {
Expand Down

0 comments on commit ed332d3

Please sign in to comment.