@lblod/ember-rdfa-editor-lblod-plugins 28.2.2 → 28.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lblod/ember-rdfa-editor-lblod-plugins
2
2
 
3
+ ## 28.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#558](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/558) [`83e7e3f`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/83e7e3f35ac79ccd86dfa3c172d0ae777470499a) Thanks [@abeforgit](https://github.com/abeforgit)! - Use the correct predicate for serializing variables
8
+
3
9
  ## 28.2.2
4
10
 
5
11
  ### Patch Changes
@@ -166,7 +166,7 @@ const serialize = (node: PNode, state: EditorState): DOMOutputSpec => {
166
166
  const t = getTranslationFunction(state);
167
167
  const docLang = state.doc.attrs.lang as string;
168
168
  const { writtenNumber, minimumValue, maximumValue } = node.attrs;
169
- const value = getOutgoingTriple(node.attrs, EXT('content'))?.object.value;
169
+ const value = getOutgoingTriple(node.attrs, RDF('value'))?.object.value;
170
170
 
171
171
  let humanReadableContent: string;
172
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "28.2.2",
3
+ "version": "28.2.3",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",