Skip to content

Commit

Permalink
feat: bump plugins to 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abeforgit committed Oct 17, 2024
1 parent f927610 commit 0289964
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-rice-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'frontend-gelinkt-notuleren': minor
---

bump plugins to [24.1.0](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/releases/tag/v24.1.0)
5 changes: 5 additions & 0 deletions app/controllers/agendapoints/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ import { getActiveEditableNode } from '@lblod/ember-rdfa-editor/plugins/_private
import SnippetInsertRdfaComponent from '@lblod/ember-rdfa-editor-lblod-plugins/components/snippet-plugin/snippet-insert-rdfa';
import { IVGR_TAGS } from '../../config/mandatee-table-config';
import { variableAutofillerPlugin } from '@lblod/ember-rdfa-editor-lblod-plugins/plugins/variable-plugin/plugins/autofiller';
import { emberApplication } from '@lblod/ember-rdfa-editor/plugins/ember-application';
import { getOwner } from '@ember/application';

export default class AgendapointsEditController extends Controller {
@service store;
@service router;
Expand Down Expand Up @@ -330,6 +333,8 @@ export default class AgendapointsEditController extends Controller {
),
linkPasteHandler(this.schema.nodes.link),
listTrackingPlugin(),

emberApplication({ application: getOwner(this) }),
variableAutofillerPlugin(this.config.autofilledVariable),
];
}
Expand Down
9 changes: 5 additions & 4 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 @@ -47,8 +47,8 @@
"@lblod/ember-environment-banner": "^0.5.0",
"@lblod/ember-mock-login": "^0.10.0",
"@lblod/ember-rdfa-editor": "10.6.0",
"@lblod/ember-rdfa-editor-lblod-plugins": "24.1.0",
"@lblod/template-uuid-instantiator": "^1.0.2",
"@lblod/ember-rdfa-editor-lblod-plugins": "24.0.0",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"broccoli-asset-rev": "^3.0.0",
"broccoli-plugin": "^4.0.7",
Expand Down

0 comments on commit 0289964

Please sign in to comment.