Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Jan 10, 2023
1 parent d624111 commit 7d0696f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## v3.2.1 (2023-01-10)

## v3.2.0 (2023-01-10)

## v3.1.0 (2022-11-07)
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.2.0",
"version": "3.2.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.2.0",
"version": "3.2.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.2.0",
"version": "3.2.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.2.0"
"@gavant/ember-floating-labels": "3.2.1"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down

0 comments on commit 7d0696f

Please sign in to comment.