@lblod/ember-rdfa-editor-lblod-plugins 24.2.2 → 24.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
+ ## 24.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#491](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/491) [`2191d5a`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/2191d5a18669ab15bb64e09ec8e7273020dbca79) Thanks [@piemonkey](https://github.com/piemonkey)! - Do not add `" ."` at the end of 'only article' for single articles
8
+
3
9
  ## 24.2.2
4
10
 
5
11
  ### Patch Changes
@@ -162,7 +162,7 @@ export const emberNodeConfig: () => EmberNodeConfig = () => {
162
162
  },
163
163
  number.toString(),
164
164
  ],
165
- '.',
165
+ isOnlyArticle ? '' : '.',
166
166
  ];
167
167
  }
168
168
  return renderRdfaAware({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "24.2.2",
3
+ "version": "24.2.3",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",