Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Dec 25, 2023
1 parent 2835c01 commit 5f027f2
Show file tree
Hide file tree
Showing 4 changed files with 4,057 additions and 446 deletions.
4 changes: 3 additions & 1 deletion .template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ module.exports = {
rules: {
'no-invalid-interactive': 'off',
'no-yield-only': 'off',
'no-down-event-binding': 'off',
'no-pointer-down-event-binding': 'off',
'table-groups': 'off',
'link-href-attributes': 'off',
'require-input-label': 'off',
'no-array-prototype-extensions': 'off',
'no-unsupported-role-attributes': 'off',
},
};
2 changes: 1 addition & 1 deletion addon/controllers/users/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export default class UsersIndexController extends Controller {
confirm: (modal) => {
modal.startLoading();
return user.resendInvite().then(() => {
this.notifications.success(`Invitation resent.`);
this.notifications.success('Invitation resent.');
this.hostRouter.refresh();
});
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
},
"dependencies": {
"@fleetbase/ember-core": "link:../ember-core",
"@fleetbase/ember-ui": "link:../ember-ui",
"@fleetbase/ember-core": "^0.1.9",
"@fleetbase/ember-ui": "^0.2.8",
"@babel/core": "^7.23.2",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.3.0",
Expand Down
Loading

0 comments on commit 5f027f2

Please sign in to comment.