Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavadeli committed Jun 22, 2023
1 parent dcddd07 commit 54049b8
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-sherfire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/ngx-sherfire",
"version": "6.4.1",
"version": "7.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-sherfire/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
},
"exclude": ["jest.config.ts"]
}
2 changes: 1 addition & 1 deletion libs/ngx-sherlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/ngx-sherlock",
"version": "6.4.1",
"version": "7.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-sherlock/tsconfig.lib.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"enableIvy": false
"compilationMode": "partial"
},
"exclude": ["jest.config.ts"]
}
2 changes: 1 addition & 1 deletion libs/sherlock-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/sherlock-utils",
"version": "6.4.1",
"version": "7.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock"
}
2 changes: 1 addition & 1 deletion libs/sherlock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skunkteam/sherlock",
"version": "6.4.1",
"version": "7.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock"
}
4 changes: 2 additions & 2 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": "@skunkteam/sherlock",
"version": "6.4.1",
"version": "7.0.0",
"license": "MIT",
"repository": "github:skunkteam/sherlock",
"scripts": {
Expand Down

0 comments on commit 54049b8

Please sign in to comment.