@lblod/ember-rdfa-editor-lblod-plugins 26.0.0 → 26.0.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 +6 -0
- package/package.json +2 -2
- package/pnpm-lock.yaml +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @lblod/ember-rdfa-editor-lblod-plugins
|
|
2
2
|
|
|
3
|
+
## 26.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#507](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/507) [`d7bf867`](https://github.com/lblod/ember-rdfa-editor-lblod-plugins/commit/d7bf867860134c38aff2ab7bb6a3431c0546e354) Thanks [@elpoelma](https://github.com/elpoelma)! - Update `@lblod/template-uuid-instantiator` to version [1.0.3](https://github.com/lblod/template-uuid-instantiator/releases/tag/v1.0.3)
|
|
8
|
+
|
|
3
9
|
## 26.0.0
|
|
4
10
|
|
|
5
11
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lblod/ember-rdfa-editor-lblod-plugins",
|
|
3
|
-
"version": "26.0.
|
|
3
|
+
"version": "26.0.1",
|
|
4
4
|
"description": "Ember addon providing lblod specific plugins for the ember-rdfa-editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@curvenote/prosemirror-utils": "^1.0.5",
|
|
58
58
|
"@embroider/macros": "^1.16.5",
|
|
59
59
|
"@lblod/marawa": "0.8.0-beta.6",
|
|
60
|
-
"@lblod/template-uuid-instantiator": "
|
|
60
|
+
"@lblod/template-uuid-instantiator": "1.0.3",
|
|
61
61
|
"@rdfjs/data-model": "^2.0.2",
|
|
62
62
|
"@rdfjs/dataset": "^2.0.2",
|
|
63
63
|
"@rdfjs/parser-n3": "^2.0.2",
|
package/pnpm-lock.yaml
CHANGED
|
@@ -30,8 +30,8 @@ importers:
|
|
|
30
30
|
specifier: 0.8.0-beta.6
|
|
31
31
|
version: 0.8.0-beta.6
|
|
32
32
|
'@lblod/template-uuid-instantiator':
|
|
33
|
-
specifier:
|
|
34
|
-
version: 1.0.
|
|
33
|
+
specifier: 1.0.3
|
|
34
|
+
version: 1.0.3
|
|
35
35
|
'@rdfjs/data-model':
|
|
36
36
|
specifier: ^2.0.2
|
|
37
37
|
version: 2.0.2
|
|
@@ -1621,8 +1621,8 @@ packages:
|
|
|
1621
1621
|
'@lblod/marawa@0.8.0-beta.6':
|
|
1622
1622
|
resolution: {integrity: sha512-BW3yCpeQlk9EPnQAEQnM9uViA8RC5DkuoiaPJzbuhMcLvKHfI4cjc6dTg9i8qAijbL/xObmQ/Aexko2Xcj9ktw==}
|
|
1623
1623
|
|
|
1624
|
-
'@lblod/template-uuid-instantiator@1.0.
|
|
1625
|
-
resolution: {integrity: sha512-
|
|
1624
|
+
'@lblod/template-uuid-instantiator@1.0.3':
|
|
1625
|
+
resolution: {integrity: sha512-l+q8MxBHPM2vp3eDEWxOy8b9BtHBbIRVlIuyLHqaxRMlx/rb/lx5WuWQYvvI0vVwvSVimDYro2VHzpTILaX8bA==}
|
|
1626
1626
|
|
|
1627
1627
|
'@lezer/common@1.2.1':
|
|
1628
1628
|
resolution: {integrity: sha512-yemX0ZD2xS/73llMZIK6KplkjIjf2EvAHcinDi/TfJ9hS25G0388+ClHt6/3but0oOxinTcQHJLDXh6w1crzFQ==}
|
|
@@ -10813,7 +10813,7 @@ snapshots:
|
|
|
10813
10813
|
'@rdfjs/data-model': 1.3.4
|
|
10814
10814
|
'@rdfjs/dataset': 1.1.1
|
|
10815
10815
|
|
|
10816
|
-
'@lblod/template-uuid-instantiator@1.0.
|
|
10816
|
+
'@lblod/template-uuid-instantiator@1.0.3':
|
|
10817
10817
|
dependencies:
|
|
10818
10818
|
uuid: 9.0.1
|
|
10819
10819
|
|