File tree Expand file tree Collapse file tree 7 files changed +33
-6
lines changed
packages/composer/amazeelabs
silverback_graphql_persisted Expand file tree Collapse file tree 7 files changed +33
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.1.11] ( https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback_graphql_persisted@1.1.10...@-amazeelabs/silverback_graphql_persisted@1.1.11 ) (2025-08-20)
7
+
8
+ ** Note:** Version bump only for package @-amazeelabs/silverback_graphql_persisted
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.1.10] ( https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback_graphql_persisted@1.1.9...@-amazeelabs/silverback_graphql_persisted@1.1.10 ) (2024-09-09)
7
15
8
16
** Note:** Version bump only for package @-amazeelabs/silverback_graphql_persisted
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amazeelabs/silverback_graphql_persisted" ,
3
3
"type" : " drupal-module" ,
4
- "version" : " 1.1.10 " ,
4
+ "version" : " 1.1.11 " ,
5
5
"description" : " Persisted queries plugin for GraphQL v4." ,
6
6
"license" : " GPL-2.0+"
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @-amazeelabs/silverback_graphql_persisted" ,
3
- "version" : " 1.1.10 " ,
3
+ "version" : " 1.1.11 " ,
4
4
"scripts" : {
5
5
"version" : " sync-composer-version"
6
6
},
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.6.13] ( https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback_preview_link@1.6.12...@-amazeelabs/silverback_preview_link@1.6.13 ) (2025-08-21)
7
+
8
+ ** Note:** Version bump only for package @-amazeelabs/silverback_preview_link
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.6.12] ( https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback_preview_link@1.6.11...@-amazeelabs/silverback_preview_link@1.6.12 ) (2025-05-14)
7
15
8
16
** Note:** Version bump only for package @-amazeelabs/silverback_preview_link
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " amazeelabs/silverback_preview_link" ,
3
3
"type" : " drupal-module" ,
4
- "version" : " 1.6.12 " ,
4
+ "version" : " 1.6.13 " ,
5
5
"description" : " Decoupled preview with access token." ,
6
6
"homepage" : " https://github.com/AmazeeLabs/silverback-mono/tree/development/packages/composer/amazeelabs/silverback_preview_link#readme" ,
7
7
"license" : " GPL-2.0+" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @-amazeelabs/silverback_preview_link" ,
3
- "version" : " 1.6.12 " ,
3
+ "version" : " 1.6.13 " ,
4
4
"author" : " Amazee Labs <development@amazeelabs.com>" ,
5
5
"license" : " GPL-2.0+" ,
6
6
"publishConfig" : {
Original file line number Diff line number Diff line change 22
22
* label = @Translation("Preview Link"),
23
23
* base_table = "silverback_preview_link",
24
24
* handlers = {
25
+ * "views_data" = "Drupal\views\EntityViewsData",
25
26
* "storage" = "Drupal\silverback_preview_link\PreviewLinkStorage",
27
+ * "view_builder" = "Drupal\Core\Entity\EntityViewBuilder",
26
28
* "form" = {
27
- * "silverback_preview_link" = "Drupal\silverback_preview_link\Form\PreviewLinkForm"
28
- * }
29
+ * "silverback_preview_link" = "Drupal\silverback_preview_link\Form\PreviewLinkForm",
30
+ * "delete" = "Drupal\Core\Entity\ContentEntityDeleteForm",
31
+ * },
32
+ * "route_provider" = {
33
+ * "html" = "Drupal\Core\Entity\Routing\AdminHtmlRouteProvider",
34
+ * },
29
35
* },
36
+ * links = {
37
+ * "canonical" = "/admin/content/preview-link/{silverback_preview_link}",
38
+ * "delete-form" = "/admin/content/preview-link/{silverback_preview_link}/delete",
39
+ * },
40
+ * admin_permission = "administer site configuration",
30
41
* entity_keys = {
31
42
* "id" = "id"
32
43
* }
You can’t perform that action at this time.
0 commit comments