Skip to content

Commit

Permalink
Release v20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasPor committed Oct 17, 2024
1 parent 16b82bc commit a3a0521
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 124 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 20.0.0

## Breaking Changes

- Nx support starts at 20.0.0
- Version 20 will be the last supported version of this package, as [Nx introduced powerpack](https://nx.dev/blog/introducing-nx-powerpack), which replaces custom runners.

## 19.0.0

## Breaking Changes
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ and `createCustomRunner()` is taking care of everything else. Not convinced yet?

|  Nx | Remote Cache |
| ----------------- | ---------------- |
|  `>= 21` | `Deprecated` |
|  `>= 20.0.0 < 21` | `>= 20.0.0` |
|  `>= 19.0.0 < 20` | `>= 19.0.0 < 20` |
|  `>= 18.0.0 < 19` | `>= 18.0.0 < 19` |
|  `>= 17.0.0 < 18` | `>= 17.0.0 < 18` |
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nx-remotecache-custom",
"version": "19.0.0",
"version": "20.0.0",
"description": "Build custom caching for @nrwl/nx in a few lines of code",
"main": "index.js",
"typings": "index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/tar": "^6.1.3",
"@types/yargs": "^17.0.13",
"nx": "^19.0.0",
"nx": "^20.0.0",
"typescript": "^5.1.0"
},
"dependencies": {
Expand All @@ -40,6 +40,6 @@
"tar": "^6.2.1"
},
"peerDependencies": {
"nx": "^19.0.0"
"nx": "^20.0.0"
}
}
}
Loading

0 comments on commit a3a0521

Please sign in to comment.