Skip to content

Commit

Permalink
Release 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Oct 12, 2022
1 parent c8e91b6 commit 73a4c1e
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
Expand Up @@ -2,6 +2,8 @@



## v3.0.7 (2022-10-12)

## v3.0.6 (2022-10-06)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion ember-modals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavant/ember-modals",
"version": "3.0.6",
"version": "3.0.7",
"description": "Modal components built on ember-modal-dialog.",
"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.6",
"version": "3.0.7",
"private": true,
"repository": "https://github.com/Gavant/gavant-ember-modals",
"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.6",
"version": "3.0.7",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand All @@ -24,7 +24,7 @@
"test:ember": "ember test"
},
"dependencies": {
"@gavant/ember-modals": "3.0.6"
"@gavant/ember-modals": "3.0.7"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down

0 comments on commit 73a4c1e

Please sign in to comment.