@lblod/ember-rdfa-editor-lblod-plugins 18.1.0 → 18.1.1
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @lblod/ember-rdfa-editor-lblod-plugins
|
|
2
2
|
|
|
3
|
+
## 18.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`974469d3f16d045be14b6111cc1be9c251971609`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/974469d3f16d045be14b6111cc1be9c251971609) Thanks [@abeforgit](https://github.com/abeforgit)! - Fix peerdeps to avoid broken combo
|
|
8
|
+
|
|
9
|
+
Version 9.8.0 of the editor removes a helper that's used in the number variable nodeview. We restrict the peerdep here so we avoid a broken combination of plugins + editor
|
|
10
|
+
|
|
3
11
|
## 18.1.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lblod/ember-rdfa-editor-lblod-plugins",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.1",
|
|
4
4
|
"description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"@appuniversum/ember-appuniversum": "^3.4.1",
|
|
181
181
|
"@ember/string": "3.x",
|
|
182
182
|
"@glint/template": "^1.1.0",
|
|
183
|
-
"@lblod/ember-rdfa-editor": "
|
|
183
|
+
"@lblod/ember-rdfa-editor": "9.7.x || 9.7.0-dev.321de5f78663980e776632137c59d03fd231148b",
|
|
184
184
|
"ember-concurrency": "^2.3.7 || ^3.1.0",
|
|
185
185
|
"ember-intl": "^5.7.2 || ^6.1.0",
|
|
186
186
|
"ember-modifier": "^3.2.7",
|