Skip to content

Commit 180ba9e

Browse files
committed
chore(release): publish
- @constructive-io/playwright-test@2.6.1 - @constructive-io/graphql-server@4.10.0 - graphql-server-test@2.6.1 - @constructive-io/knative-job-service@2.6.1 - @constructive-io/cli@7.7.2
1 parent 25144ae commit 180ba9e

10 files changed

Lines changed: 27 additions & 5 deletions

File tree

graphql/playwright-test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.6.0...@constructive-io/playwright-test@2.6.1) (2026-03-15)
7+
8+
**Note:** Version bump only for package @constructive-io/playwright-test
9+
610
# [2.6.0](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.5.4...@constructive-io/playwright-test@2.6.0) (2026-03-14)
711

812
**Note:** Version bump only for package @constructive-io/playwright-test

graphql/playwright-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/playwright-test",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive Playwright Testing with HTTP server support",
66
"main": "index.js",

graphql/server-test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/constructive-io/constructive/compare/graphql-server-test@2.6.0...graphql-server-test@2.6.1) (2026-03-15)
7+
8+
**Note:** Version bump only for package graphql-server-test
9+
610
# [2.6.0](https://github.com/constructive-io/constructive/compare/graphql-server-test@2.5.4...graphql-server-test@2.6.0) (2026-03-14)
711

812
### Bug Fixes

graphql/server-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-server-test",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive GraphQL Server Testing with SuperTest HTTP requests",
66
"main": "index.js",

graphql/server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [4.10.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-server@4.9.0...@constructive-io/graphql-server@4.10.0) (2026-03-15)
7+
8+
### Features
9+
10+
- pass schema naming strategy env vars to pgSettings ([0ef5f37](https://github.com/constructive-io/constructive/commit/0ef5f37ed7cc671081d4b20c549e5b9fc9ccd5dc)), closes [#576](https://github.com/constructive-io/constructive/issues/576)
11+
612
# [4.9.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-server@4.8.4...@constructive-io/graphql-server@4.9.0) (2026-03-14)
713

814
**Note:** Version bump only for package @constructive-io/graphql-server

graphql/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/graphql-server",
3-
"version": "4.9.0",
3+
"version": "4.10.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive GraphQL Server",
66
"main": "index.js",

jobs/knative-job-service/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/constructive-io/jobs/compare/@constructive-io/knative-job-service@2.6.0...@constructive-io/knative-job-service@2.6.1) (2026-03-15)
7+
8+
**Note:** Version bump only for package @constructive-io/knative-job-service
9+
610
# [2.6.0](https://github.com/constructive-io/jobs/compare/@constructive-io/knative-job-service@2.5.4...@constructive-io/knative-job-service@2.6.0) (2026-03-14)
711

812
### Bug Fixes

jobs/knative-job-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/knative-job-service",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "knative job service",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/jobs/tree/master/packages/knative-job-service#readme",

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [7.7.2](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.7.1...@constructive-io/cli@7.7.2) (2026-03-15)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
## [7.7.1](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.7.0...@constructive-io/cli@7.7.1) (2026-03-14)
711

812
**Note:** Version bump only for package @constructive-io/cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/cli",
3-
"version": "7.7.1",
3+
"version": "7.7.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

0 commit comments

Comments
 (0)