diff --git a/CHANGELOG.md b/CHANGELOG.md index 660e26f..3903ecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [7.0.0](https://github.com/skunkteam/sherlock/compare/v6.4.1...v7.0.0) (2023-06-22) + +### ⚠ BREAKING CHANGES + +- **sherlock:** Support RxJS 7 + +### Features + +- **sherlock:** Support RxJS 7 ([dcddd07](https://github.com/skunkteam/sherlock/commit/dcddd074bef612b42b67aa34ed82fa28f238d344)) + ### [6.4.1](https://github.com/skunkteam/sherlock/compare/v6.4.0...v6.4.1) (2022-09-19) ### Bug Fixes diff --git a/libs/ngx-sherfire/package.json b/libs/ngx-sherfire/package.json index 3d4afcb..1472d2e 100644 --- a/libs/ngx-sherfire/package.json +++ b/libs/ngx-sherfire/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherfire", - "version": "6.4.1", + "version": "7.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/ngx-sherfire/tsconfig.lib.prod.json b/libs/ngx-sherfire/tsconfig.lib.prod.json index 0b90f4a..625d2bc 100644 --- a/libs/ngx-sherfire/tsconfig.lib.prod.json +++ b/libs/ngx-sherfire/tsconfig.lib.prod.json @@ -6,7 +6,7 @@ "useDefineForClassFields": false }, "angularCompilerOptions": { - "enableIvy": false + "compilationMode": "partial" }, "exclude": ["jest.config.ts"] } diff --git a/libs/ngx-sherlock/package.json b/libs/ngx-sherlock/package.json index 2385423..4eb5905 100644 --- a/libs/ngx-sherlock/package.json +++ b/libs/ngx-sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/ngx-sherlock", - "version": "6.4.1", + "version": "7.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "peerDependencies": { diff --git a/libs/ngx-sherlock/tsconfig.lib.prod.json b/libs/ngx-sherlock/tsconfig.lib.prod.json index 0b90f4a..625d2bc 100644 --- a/libs/ngx-sherlock/tsconfig.lib.prod.json +++ b/libs/ngx-sherlock/tsconfig.lib.prod.json @@ -6,7 +6,7 @@ "useDefineForClassFields": false }, "angularCompilerOptions": { - "enableIvy": false + "compilationMode": "partial" }, "exclude": ["jest.config.ts"] } diff --git a/libs/sherlock-utils/package.json b/libs/sherlock-utils/package.json index bf7f56f..0fb2450 100644 --- a/libs/sherlock-utils/package.json +++ b/libs/sherlock-utils/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock-utils", - "version": "6.4.1", + "version": "7.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/libs/sherlock/package.json b/libs/sherlock/package.json index a0ca217..4c1c784 100644 --- a/libs/sherlock/package.json +++ b/libs/sherlock/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.4.1", + "version": "7.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock" } diff --git a/package-lock.json b/package-lock.json index 4baf029..b601653 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@skunkteam/sherlock", - "version": "6.4.1", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@skunkteam/sherlock", - "version": "6.4.1", + "version": "7.0.0", "license": "MIT", "dependencies": { "@angular/animations": "^16.1.1", diff --git a/package.json b/package.json index a3dd032..2b644ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skunkteam/sherlock", - "version": "6.4.1", + "version": "7.0.0", "license": "MIT", "repository": "github:skunkteam/sherlock", "scripts": {