Skip to content

Commit

Permalink
Update ember-element-helper to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jul 28, 2023
1 parent 288de73 commit 2d61f80
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-4.12
- ember-5.0
- ember-release
- ember-beta
- ember-canary
Expand Down
8 changes: 8 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-5.0',
npm: {
devDependencies: {
'ember-source': '~5.0.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down
84 changes: 69 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.2.0",
"ember-cli-typescript": "^5.2.1",
"ember-element-helper": "^0.6.1",
"ember-element-helper": "^0.7.1",
"ember-get-config": "^2.1.1",
"ember-maybe-in-element": "^2.1.0",
"ember-modifier": "^3.2.7 || ^4.0.0",
Expand Down

0 comments on commit 2d61f80

Please sign in to comment.