Skip to content

Commit a6be22c

Browse files
committed
Merge branch 'development' of github.com:AmazeeLabs/silverback-mono into development
2 parents 32c98c1 + f30681f commit a6be22c

File tree

7 files changed

+33
-6
lines changed

7 files changed

+33
-6
lines changed

packages/composer/amazeelabs/silverback_graphql_persisted/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [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)
715

816
**Note:** Version bump only for package @-amazeelabs/silverback_graphql_persisted
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amazeelabs/silverback_graphql_persisted",
33
"type": "drupal-module",
4-
"version": "1.1.10",
4+
"version": "1.1.11",
55
"description": "Persisted queries plugin for GraphQL v4.",
66
"license": "GPL-2.0+"
77
}

packages/composer/amazeelabs/silverback_graphql_persisted/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@-amazeelabs/silverback_graphql_persisted",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"scripts": {
55
"version": "sync-composer-version"
66
},

packages/composer/amazeelabs/silverback_preview_link/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
614
## [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)
715

816
**Note:** Version bump only for package @-amazeelabs/silverback_preview_link

packages/composer/amazeelabs/silverback_preview_link/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "amazeelabs/silverback_preview_link",
33
"type": "drupal-module",
4-
"version": "1.6.12",
4+
"version": "1.6.13",
55
"description": "Decoupled preview with access token.",
66
"homepage": "https://github.com/AmazeeLabs/silverback-mono/tree/development/packages/composer/amazeelabs/silverback_preview_link#readme",
77
"license": "GPL-2.0+",

packages/composer/amazeelabs/silverback_preview_link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@-amazeelabs/silverback_preview_link",
3-
"version": "1.6.12",
3+
"version": "1.6.13",
44
"author": "Amazee Labs <development@amazeelabs.com>",
55
"license": "GPL-2.0+",
66
"publishConfig": {

packages/composer/amazeelabs/silverback_preview_link/src/Entity/SilverbackPreviewLink.php

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,22 @@
2222
* label = @Translation("Preview Link"),
2323
* base_table = "silverback_preview_link",
2424
* handlers = {
25+
* "views_data" = "Drupal\views\EntityViewsData",
2526
* "storage" = "Drupal\silverback_preview_link\PreviewLinkStorage",
27+
* "view_builder" = "Drupal\Core\Entity\EntityViewBuilder",
2628
* "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+
* },
2935
* },
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",
3041
* entity_keys = {
3142
* "id" = "id"
3243
* }

0 commit comments

Comments
 (0)