Skip to content

Commit d4ab16d

Browse files
committed
chore(release): publish
- @constructive-io/playwright-test@2.10.3 - @constructive-io/graphql-server@4.17.0 - graphql-server-test@2.11.4 - @constructive-io/knative-job-service@2.10.3 - @constructive-io/cli@7.12.8 - pgpm@4.15.0
1 parent eb4f7d9 commit d4ab16d

12 files changed

Lines changed: 34 additions & 6 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.10.3](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.10.2...@constructive-io/playwright-test@2.10.3) (2026-04-16)
7+
8+
**Note:** Version bump only for package @constructive-io/playwright-test
9+
610
## [2.10.2](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.10.1...@constructive-io/playwright-test@2.10.2) (2026-04-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.10.2",
3+
"version": "2.10.3",
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.11.4](https://github.com/constructive-io/constructive/compare/graphql-server-test@2.11.3...graphql-server-test@2.11.4) (2026-04-16)
7+
8+
**Note:** Version bump only for package graphql-server-test
9+
610
## [2.11.3](https://github.com/constructive-io/constructive/compare/graphql-server-test@2.11.2...graphql-server-test@2.11.3) (2026-04-14)
711

812
**Note:** Version bump only for package graphql-server-test

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.11.3",
3+
"version": "2.11.4",
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.17.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-server@4.16.2...@constructive-io/graphql-server@4.17.0) (2026-04-16)
7+
8+
### Features
9+
10+
- add missing SAFE_ERROR_CODES for rate limiting and auth errors ([1ca4712](https://github.com/constructive-io/constructive/commit/1ca4712cafe095755d430386e94b6d6048fd9c50))
11+
612
## [4.16.2](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-server@4.16.1...@constructive-io/graphql-server@4.16.2) (2026-04-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.16.2",
3+
"version": "4.17.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.10.3](https://github.com/constructive-io/jobs/compare/@constructive-io/knative-job-service@2.10.2...@constructive-io/knative-job-service@2.10.3) (2026-04-16)
7+
8+
**Note:** Version bump only for package @constructive-io/knative-job-service
9+
610
## [2.10.2](https://github.com/constructive-io/jobs/compare/@constructive-io/knative-job-service@2.10.1...@constructive-io/knative-job-service@2.10.2) (2026-04-14)
711

812
**Note:** Version bump only for package @constructive-io/knative-job-service

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.10.2",
3+
"version": "2.10.3",
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.12.8](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.12.7...@constructive-io/cli@7.12.8) (2026-04-16)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
## [7.12.7](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.12.6...@constructive-io/cli@7.12.7) (2026-04-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.12.7",
3+
"version": "7.12.8",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

0 commit comments

Comments
 (0)