Skip to content

Commit

Permalink
chore: prepare 1.3.1 hotfix (#268)
Browse files Browse the repository at this point in the history
* 1.3.1 in package.json

* add changelogs

* update dependent versions

* update cl date
  • Loading branch information
johannes-vogel authored Oct 10, 2023
1 parent 59bd9ee commit 52869aa
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
6 changes: 6 additions & 0 deletions db-service/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).

## Version 1.3.1 - 2023-10-10

### Fixed

- Error message for `search` with multiple arguments. #265

## Version 1.3.0 - 2023-10-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion db-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/db-service",
"version": "1.3.0",
"version": "1.3.1",
"description": "CDS base database service",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cds-dbs",
"version": "1.3.0",
"version": "1.3.1",
"description": "This is a monorepo for our SQL Database Services.",
"author": "SAP SE (https://www.sap.com)",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).

### Version 1.3.1 - tbd
### Version 1.3.1 - 2023-10-10

- `cds build`-relevant files are now correctly packaged into the release.
- `cds build`-relevant files are now correctly packaged into the release. #266

### Version 1.3.0 - 2023-10-06

Expand Down
4 changes: 2 additions & 2 deletions postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/postgres",
"version": "1.3.0",
"version": "1.3.1",
"description": "CDS database service for Postgres",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/postgres#cds-database-service-for-postgres",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"start": "docker-compose -f pg-stack.yml up -d"
},
"dependencies": {
"@cap-js/db-service": "^1.3.0",
"@cap-js/db-service": "^1.3.1",
"pg": "^8"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions sqlite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).

## Version 1.3.1 - 2023-10-10

### Changed

- Updated minimum required version of `@cap-js/db-service`.

## Version 1.3.0 - 2023-10-06

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/sqlite",
"version": "1.3.0",
"version": "1.3.1",
"description": "CDS database service for SQLite",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/sqlite#cds-database-service-for-sqlite",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "jest --silent"
},
"dependencies": {
"@cap-js/db-service": "^1.3.0",
"@cap-js/db-service": "^1.3.1",
"better-sqlite3": "^8"
},
"peerDependencies": {
Expand Down

0 comments on commit 52869aa

Please sign in to comment.