@cap-js/change-tracking 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  This project adheres to [Semantic Versioning](http://semver.org/).
5
5
  The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
 
7
+ ## Version 1.2.1 - 26.03.26
8
+
9
+ ### Fixed
10
+ - Removed `@cds.persistence.journal` annotation from Changes entity that caused deployment errors
11
+
7
12
  ## Version 1.2.0 - 25.03.26
8
13
 
9
14
  ### Added
package/index.cds CHANGED
@@ -49,7 +49,6 @@ entity ChangeLog : managed, cuid {
49
49
  * Attribute-level Changes with simple capturing of one-level
50
50
  * composition trees in parent... elements.
51
51
  */
52
- @cds.persistence.journal
53
52
  entity Changes {
54
53
 
55
54
  key ID : UUID @UI.Hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cap-js/change-tracking",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.",
5
5
  "repository": "cap-js/change-tracking",
6
6
  "author": "SAP SE (https://www.sap.com)",