@lblod/ember-rdfa-editor-lblod-plugins 9.1.0 → 9.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
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [9.1.1] - 2023-08-02
|
|
11
|
+
### Fixed
|
|
12
|
+
- GN-4446: fix email-address formatting in error components
|
|
13
|
+
### Dependencies
|
|
14
|
+
- Bumps `@types/uuid` from 9.0.0 to 9.0.2
|
|
15
|
+
- Bumps `@types/rdf-validate-shacl` from 0.4.0 to 0.4.2
|
|
16
|
+
- Bumps `@types/ember__polyfills` from 4.0.1 to 4.0.2
|
|
17
|
+
|
|
10
18
|
## [9.1.0] - 2023-07-29
|
|
11
19
|
|
|
12
20
|
### Added
|
|
@@ -607,7 +615,7 @@ add onclick handler to pencil icon in variable plugin
|
|
|
607
615
|
|
|
608
616
|
# Changelog
|
|
609
617
|
|
|
610
|
-
[unreleased]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v9.1.
|
|
618
|
+
[unreleased]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v9.1.1...HEAD
|
|
611
619
|
[8.0.0]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v8.0.0...v8.0.1
|
|
612
620
|
[8.0.0]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v7.1.0...v8.0.0
|
|
613
621
|
[7.1.0]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v7.0.0...v7.1.0
|
|
@@ -623,6 +631,7 @@ add onclick handler to pencil icon in variable plugin
|
|
|
623
631
|
[3.0.0]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v2.1.2...v3.0.0
|
|
624
632
|
[2.1.2]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v2.1.1...v2.1.2
|
|
625
633
|
[2.1.1]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v2.1.0...v2.1.1
|
|
634
|
+
[9.1.1]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v9.1.0...v9.1.1
|
|
626
635
|
[9.1.0]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v9.0.2...v9.1.0
|
|
627
636
|
[9.0.2]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v9.0.1...v9.0.2
|
|
628
637
|
[9.0.1]: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/compare/v9.0.0...v9.0.1
|
package/README.md
CHANGED
|
@@ -648,6 +648,9 @@ Buttons to remove and move it when selected can be shown with
|
|
|
648
648
|
|
|
649
649
|
See the [Contributing](CONTRIBUTING.md) guide for details.
|
|
650
650
|
|
|
651
|
+
## Releasing
|
|
652
|
+
See the [Release](RELEASE.md) guide.
|
|
653
|
+
|
|
651
654
|
## License
|
|
652
655
|
|
|
653
656
|
This project is licensed under the [MIT License](LICENSE.md).
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
<p>
|
|
11
11
|
{{t "citaten-plugin.alert.error-outro"}}
|
|
12
12
|
<AuLinkExternal
|
|
13
|
-
href="mailto:
|
|
13
|
+
href="mailto:gelinktnotuleren@vlaanderen.be"
|
|
14
14
|
@icon="mail"
|
|
15
15
|
@iconAlignment="left">
|
|
16
16
|
{{!-- template-lint-disable no-bare-strings --}}
|
|
17
|
-
|
|
17
|
+
gelinktnotuleren@vlaanderen.be
|
|
18
18
|
</AuLinkExternal>.
|
|
19
19
|
</p>
|
|
20
20
|
</AuAlert>
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
<p>
|
|
12
12
|
{{t 'snippet-plugin.modal.alert.error-outro'}}
|
|
13
13
|
<AuLinkExternal
|
|
14
|
-
href='mailto:
|
|
14
|
+
href='mailto:gelinktnotuleren@vlaanderen.be'
|
|
15
15
|
@icon='mail'
|
|
16
16
|
@iconAlignment='left'
|
|
17
17
|
>
|
|
18
18
|
{{! template-lint-disable no-bare-strings }}
|
|
19
|
-
|
|
19
|
+
gelinktnotuleren@vlaanderen.be
|
|
20
20
|
</AuLinkExternal>.
|
|
21
21
|
</p>
|
|
22
22
|
</AuAlert>
|