Skip to content

Commit

Permalink
update changelogs and package.jsons for 1.3.0 (#259)
Browse files Browse the repository at this point in the history
* changelogs and package.jsons

* cl for sqlite

* 1.3.0 in all package.jsons

* updated package-lock

* .

* reference additional PR

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

## Version 1.3.0 - 2023-10-05
## Version 1.3.0 - 2023-10-06

### Changed

Expand All @@ -16,7 +16,7 @@
- Various fixes for calculated elements on read. #220 #223 #233
- Don't release to pool connections twice. #243
- Syntax error in `matchesPattern` function. #237
- SELECTs with more than 50 columns does not return `null` values. #238
- SELECTs with more than 50 columns does not return `null` values. #238 #261

## Version 1.2.1 - 2023-09-08

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.2.1",
"version": "1.3.0",
"description": "CDS base database service",
"homepage": "https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service",
"repository": {
Expand Down
18 changes: 11 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.1",
"version": "1.3.0",
"description": "This is a monorepo for our SQL Database Services.",
"author": "SAP SE (https://www.sap.com)",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- The format is based on [Keep a Changelog](http://keepachangelog.com/).
- This project adheres to [Semantic Versioning](http://semver.org/).

### Version 1.3.0 - tbd
### Version 1.3.0 - 2023-10-06

### Added

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.2.1",
"version": "1.3.0",
"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.2.1",
"@cap-js/db-service": "^1.3.0",
"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.0 - 2023-10-06

### Fixed

- `CURRENT_TIMESTAMP` in view definition preserves the timezone. #254

## Version 1.2.1 - 2023-09-08

### 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.2.1",
"version": "1.3.0",
"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.2.1",
"@cap-js/db-service": "^1.3.0",
"better-sqlite3": "^8"
},
"peerDependencies": {
Expand Down

0 comments on commit 8ed52e4

Please sign in to comment.