Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Jul 11, 2022
1 parent 2c4e32a commit 8260f75
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,3 +1,12 @@

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

#### :bug: Bug Fix
* [#42](https://github.com/Gavant/ember-floating-labels/pull/42) Fixing component type locations ([@bakerac4](https://github.com/bakerac4))

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

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

#### :boom: Breaking Change
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.0",
"version": "3.0.1",
"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.0",
"version": "3.0.1",
"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.0",
"version": "3.0.1",
"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.0"
"@gavant/ember-floating-labels": "3.0.1"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down

0 comments on commit 8260f75

Please sign in to comment.