Skip to content

Commit 3fda165

Browse files
chore: release main (#1054)
🤖 I have created a release *beep* *boop* --- <details><summary>postgres: 1.12.0</summary> ## [1.12.0](postgres-v1.11.1...postgres-v1.12.0) (2025-03-04) ### Added * pass through of arbitrary client options ([#1024](#1024)) ([b090ccd](b090ccd)) ### Fixed * `<expand>[@OData](https://github.com/odata).count` queries ([#966](#966)) ([6607a84](6607a84)) </details> <details><summary>hana: 1.7.0</summary> ## [1.7.0](hana-v1.6.1...hana-v1.7.0) (2025-03-04) ### Added * pass through of arbitrary client options ([#1024](#1024)) ([b090ccd](b090ccd)) * support for `SELECT.hint` ([#1004](#1004)) ([2c6a763](2c6a763)) ### Fixed * `<expand>[@OData](https://github.com/odata).count` queries ([#966](#966)) ([6607a84](6607a84)) * Remove sub query alias check ([#953](#953)) ([e5a716c](e5a716c)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: Johannes Vogel <[email protected]>
1 parent bb47abb commit 3fda165

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
registry-url: 'https://registry.npmjs.org'
2626

2727
## debug info
28-
- run: echo ${{ toJSON(steps.release.outputs) }}
28+
- run: echo "Release outputs:" echo "${{ toJson(steps.release.outputs) }}"
2929
# Run tests
3030
- run: npm install -g @sap/cds-dk
3131
# Run tests

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"db-service": "1.18.0",
33
"sqlite": "1.9.0",
4-
"postgres": "1.11.1",
5-
"hana": "1.6.1"
4+
"postgres": "1.12.0",
5+
"hana": "1.7.0"
66
}

hana/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/hana",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "CDS database service for SAP HANA",
55
"homepage": "https://cap.cloud.sap/",
66
"keywords": [

postgres/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/postgres",
3-
"version": "1.11.1",
3+
"version": "1.12.0",
44
"description": "CDS database service for Postgres",
55
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres",
66
"repository": {

0 commit comments

Comments
 (0)