Skip to content

Commit 4b9b16a

Browse files
authored
chore: release main (#1021)
🤖 I have created a release *beep* *boop* --- <details><summary>db-service: 1.17.2</summary> ## [1.17.2](db-service-v1.17.1...db-service-v1.17.2) (2025-02-09) ### Fixed * replace polynomial regex with simple string op ([#1015](#1015)) ([3fe6e6b](3fe6e6b)) </details> <details><summary>postgres: 1.11.1</summary> ## [1.11.1](postgres-v1.11.0...postgres-v1.11.1) (2025-02-09) ### Fixed * postgres build plugin w `--production` ([#1018](#1018)) ([aafffc9](aafffc9)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent fae1ff9 commit 4b9b16a

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"db-service": "1.17.1",
2+
"db-service": "1.17.2",
33
"sqlite": "1.8.0",
4-
"postgres": "1.11.0",
4+
"postgres": "1.11.1",
55
"hana": "1.6.1"
66
}

db-service/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
55
- This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.17.2](https://github.com/cap-js/cds-dbs/compare/db-service-v1.17.1...db-service-v1.17.2) (2025-02-09)
8+
9+
10+
### Fixed
11+
12+
* replace polynomial regex with simple string op ([#1015](https://github.com/cap-js/cds-dbs/issues/1015)) ([3fe6e6b](https://github.com/cap-js/cds-dbs/commit/3fe6e6b7f7aaf5aafb811acf2838cd1da30052a8))
13+
714
## [1.17.1](https://github.com/cap-js/cds-dbs/compare/db-service-v1.17.0...db-service-v1.17.1) (2025-02-04)
815

916

db-service/package.json

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

postgres/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
55
- This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.11.1](https://github.com/cap-js/cds-dbs/compare/postgres-v1.11.0...postgres-v1.11.1) (2025-02-09)
8+
9+
10+
### Fixed
11+
12+
* postgres build plugin w `--production` ([#1018](https://github.com/cap-js/cds-dbs/issues/1018)) ([aafffc9](https://github.com/cap-js/cds-dbs/commit/aafffc99cb509380e5ae7738376e4d30ce5d66f2))
13+
714
## [1.11.0](https://github.com/cap-js/cds-dbs/compare/postgres-v1.10.5...postgres-v1.11.0) (2025-01-28)
815

916

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.0",
3+
"version": "1.11.1",
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)