Skip to content

Commit

Permalink
Release 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Sep 20, 2022
1 parent 1334a2b commit 931e05d
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,6 +1,8 @@



## v3.0.5 (2022-09-20)

## v3.0.4 (2022-09-06)

## v3.0.3 (2022-09-02)
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.4",
"version": "3.0.5",
"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.4",
"version": "3.0.5",
"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.4",
"version": "3.0.5",
"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.4"
"@gavant/ember-modals": "3.0.5"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
Expand Down

0 comments on commit 931e05d

Please sign in to comment.