@lblod/ember-rdfa-editor-lblod-plugins 19.3.0 → 19.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lblod/ember-rdfa-editor-lblod-plugins
2
2
 
3
+ ## 19.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b13b2c304448ca0b342c794388f9e5dacf28ab38`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/b13b2c304448ca0b342c794388f9e5dacf28ab38) Thanks [@piemonkey](https://github.com/piemonkey)! - Correct peer-dependency range of ember-modifier to include 4.x
8
+
3
9
  ## 19.3.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lblod/ember-rdfa-editor-lblod-plugins",
3
- "version": "19.3.0",
3
+ "version": "19.3.1",
4
4
  "description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -189,7 +189,7 @@
189
189
  "ember-concurrency": "^2.3.7 || ^3.1.0",
190
190
  "ember-intl": "^5.7.2 || ^6.1.0",
191
191
  "ember-leaflet": "^5.1.3",
192
- "ember-modifier": "^3.2.7",
192
+ "ember-modifier": "^3.2.7 || ^4.0.0",
193
193
  "ember-power-select": "6.x || 7.x",
194
194
  "ember-source": "^4.12.0",
195
195
  "leaflet": "^1.9.4"