Skip to content

Commit b352538

Browse files
author
K.I.T.T.
committed
chore(release): release
- @-amazeelabs/silverback-drupal@2.9.39 - @-amazeelabs/silverback-gatsby@3.3.54 - @-amazeelabs/silverback_gutenberg@2.6.0 - @-amazeelabs/schema-tests@1.0.61 - @-amazeelabs/silverback-drupal-tests@1.1.175 - @-amazeelabs/silverback-gatsby-tests@1.2.116
1 parent d9098f7 commit b352538

File tree

13 files changed

+58
-7
lines changed

13 files changed

+58
-7
lines changed

apps/silverback-drupal/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+
## [2.9.39](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback-drupal@2.9.38...@-amazeelabs/silverback-drupal@2.9.39) (2025-05-22)
7+
8+
**Note:** Version bump only for package @-amazeelabs/silverback-drupal
9+
10+
11+
12+
13+
614
## [2.9.38](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback-drupal@2.9.37...@-amazeelabs/silverback-drupal@2.9.38) (2025-05-12)
715

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

apps/silverback-drupal/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-drupal",
3-
"version": "2.9.38",
3+
"version": "2.9.39",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

apps/silverback-gatsby/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+
## [3.3.54](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback-gatsby@3.3.53...@-amazeelabs/silverback-gatsby@3.3.54) (2025-05-22)
7+
8+
**Note:** Version bump only for package @-amazeelabs/silverback-gatsby
9+
10+
11+
12+
13+
614
## [3.3.53](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback-gatsby@3.3.52...@-amazeelabs/silverback-gatsby@3.3.53) (2025-05-13)
715

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

apps/silverback-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@-amazeelabs/silverback-gatsby",
33
"private": true,
44
"description": "gatsby-graphql-toolkit example for drupal",
5-
"version": "3.3.53",
5+
"version": "3.3.54",
66
"author": "Amazee Labs <developers@amazeelabs.com>",
77
"dependencies": {
88
"@-amazeelabs/silverback-drupal": "workspace:*",

packages/composer/amazeelabs/silverback_gutenberg/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [2.6.0](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback_gutenberg@2.5.27...@-amazeelabs/silverback_gutenberg@2.6.0) (2025-05-22)
7+
8+
9+
### Features
10+
11+
* added the ability to convert tid to uuid and vice versa ([5de326b](https://github.com/AmazeeLabs/silverback-mono/commit/5de326b283191f5032c8f2f612152f6515f447ab))
12+
13+
14+
15+
16+
617
## [2.5.27](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback_gutenberg@2.5.26...@-amazeelabs/silverback_gutenberg@2.5.27) (2025-04-30)
718

819
**Note:** Version bump only for package @-amazeelabs/silverback_gutenberg

packages/composer/amazeelabs/silverback_gutenberg/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_gutenberg",
33
"type": "drupal-module",
4-
"version": "2.5.27",
4+
"version": "2.6.0",
55
"description": "Adjusts Gutenberg for Amazee Labs needs.",
66
"homepage": "https://github.com/AmazeeLabs/silverback-mono/tree/development/packages/composer/amazeelabs/silverback_gutenberg#readme",
77
"license": "GPL-2.0+",

packages/composer/amazeelabs/silverback_gutenberg/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_gutenberg",
3-
"version": "2.5.27",
3+
"version": "2.6.0",
44
"author": "Amazee Labs <development@amazeelabs.com>",
55
"publishConfig": {
66
"access": "public",

packages/tests/schema/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.0.61](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/schema-tests@1.0.60...@-amazeelabs/schema-tests@1.0.61) (2025-05-22)
7+
8+
**Note:** Version bump only for package @-amazeelabs/schema-tests
9+
10+
11+
12+
13+
614
## [1.0.60](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/schema-tests@1.0.59...@-amazeelabs/schema-tests@1.0.60) (2025-05-12)
715

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

packages/tests/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@-amazeelabs/schema-tests",
3-
"version": "1.0.60",
3+
"version": "1.0.61",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/tests/silverback-drupal/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.175](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback-drupal-tests@1.1.174...@-amazeelabs/silverback-drupal-tests@1.1.175) (2025-05-22)
7+
8+
**Note:** Version bump only for package @-amazeelabs/silverback-drupal-tests
9+
10+
11+
12+
13+
614
## [1.1.174](https://github.com/AmazeeLabs/silverback-mono/compare/@-amazeelabs/silverback-drupal-tests@1.1.173...@-amazeelabs/silverback-drupal-tests@1.1.174) (2025-05-12)
715

816
**Note:** Version bump only for package @-amazeelabs/silverback-drupal-tests

0 commit comments

Comments
 (0)