@rio-cloud/cdk-v2-constructs 2.7.0 → 3.0.0

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
@@ -2,8 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.7.0&sourceBranch=refs%2Ftags%2Fv3.0.0) (2022-10-27)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * We aligned the folder structure a bit and have changed the folder `datadogLogIndexMonitoring` to `datadog-log-index-monitoring`. If you previously imported using the internal files, i.e., not via the root level `index.ts` file, you might see a breaking change. We generally expose all public interfaces via `index.ts` on the root level and do not recommend importing types/classes/... from internal files. In case you have done that, we recommend changing that. As a workaround to the name change, simply change your import accordingly.
11
+
12
+ * align file structure ([453e537](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/453e5375e8ca010a1b087ba788ddf8ac53a2fe89))
13
+
5
14
  ## [2.7.0](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv2.6.2&sourceBranch=refs%2Ftags%2Fv2.7.0) (2022-10-26)
6
15
 
16
+ ⚠️ We have introduced a [breaking change](https://collaboration.msi.audi.com/stash/projects/RIODEV/repos/cdk-v2-constructs/commits/d058c177d91556ac82d9b7436c3889c3986faaf2) (on purpose) in this version which does neither show up here and is reflected in the version number (by accident).
17
+ Please avoid using this version and migrate to version `3.0.0` instead (and look at the breaking change's description there). ⚠
7
18
 
8
19
  ### Features
9
20
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "main": "lib/index.js",
17
17
  "license": "Apache-2.0",
18
- "version": "2.7.0",
18
+ "version": "3.0.0",
19
19
  "types": "lib/index.d.ts",
20
20
  "stability": "stable",
21
21
  "jsii": {
package/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "2.7.0"
2
+ "version": "3.0.0"
3
3
  }