Skip to content

Commit

Permalink
chore: release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Pafundi committed Jun 23, 2022
1 parent caf05d1 commit 3ced29c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.1.1](https://github.com/Gavant/ember-floating-labels/compare/v2.1.0...v2.1.1)

- Merge pull request #38 from Gavant/update-input-type-arg [`caf05d1`](https://github.com/Gavant/ember-floating-labels/commit/caf05d1a6f5f8d96cb61c3fb288d9c7b380dcb33)
- add HTMLInputType for <input> types [`1b458f9`](https://github.com/Gavant/ember-floating-labels/commit/1b458f94576832184fce8e3ab7b25642277abe3d)
- add @type argument to FlInput [`e351e9c`](https://github.com/Gavant/ember-floating-labels/commit/e351e9c37bbd2fae039416b3f4ca885534ea4c41)

#### [v2.1.0](https://github.com/Gavant/ember-floating-labels/compare/v2.0.0...v2.1.0)

> 14 April 2022
- Adding option to show error in placeholder [`#37`](https://github.com/Gavant/ember-floating-labels/pull/37)
- Changing prop name and fixing select and text area [`b9a1c2e`](https://github.com/Gavant/ember-floating-labels/commit/b9a1c2e47cd6bb3d51221b99b8dded5dbbf2275b)
- chore: release 2.1.0 [`b7e4ac9`](https://github.com/Gavant/ember-floating-labels/commit/b7e4ac94967731175fd482deba879bc72a27edba)

### [v2.0.0](https://github.com/Gavant/ember-floating-labels/compare/v1.1.0...v2.0.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavant/ember-floating-labels",
"version": "2.1.0",
"version": "2.1.1",
"description": "Animated floating placeholder form labels for Ember apps",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 3ced29c

Please sign in to comment.