Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Nov 7, 2022
1 parent 48fdb35 commit bbcd116
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
@@ -1,4 +1,13 @@


## v3.1.0 (2022-11-07)

#### :rocket: Enhancement
* [#47](https://github.com/Gavant/ember-floating-labels/pull/47) Type value ([@bakerac4](https://github.com/bakerac4))

#### Committers: 1
- Adam Baker ([@bakerac4](https://github.com/bakerac4))

## v3.0.3 (2022-10-04)

## v3.0.2 (2022-09-20)
Expand Down
2 changes: 1 addition & 1 deletion floating-labels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavant/ember-floating-labels",
"version": "3.0.3",
"version": "3.1.0",
"description": "Animated floating placeholder form labels for Ember apps",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.3",
"version": "3.1.0",
"private": true,
"repository": "https://github.com/Gavant/ember-floating-labels",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "3.0.3",
"version": "3.1.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand All @@ -23,7 +23,7 @@
"test:ember": "ember test"
},
"dependencies": {
"@gavant/ember-floating-labels": "3.0.3"
"@gavant/ember-floating-labels": "3.1.0"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down

0 comments on commit bbcd116

Please sign in to comment.