Skip to content

Commit

Permalink
docs(README): support NGRX 13
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Jan 30, 2022
1 parent 797ea13 commit 000c0a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
14 changes: 9 additions & 5 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@ release:
branches:
- master
plugins:
- '@semantic-release/commit-analyzer'
- - '@semantic-release/commit-analyzer'
- releaseRules:
- type: docs
scope: README
release: patch
- - '@semantic-release/exec'
- prepareCmd: npm install --no-audit --legacy-peer-deps --no-optional
- prepareCmd: npx npm install --no-audit --legacy-peer-deps --no-optional
- - '@semantic-release/exec'
- prepareCmd: npm run st:lint
- prepareCmd: npx npm run st:lint
- - '@semantic-release/exec'
- prepareCmd: npm test
- prepareCmd: npx npm test
- - '@semantic-release/exec'
- prepareCmd: npm run st:build
- prepareCmd: npx npm run st:build
- '@semantic-release/release-notes-generator'
- - '@semantic-release/changelog'
- changelogFile: CHANGELOG.md
Expand Down
1 change: 1 addition & 0 deletions docs/articles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The current version of `ngrx-entity-relationship` has been tested and can be use

- Redux 4, React Redux 7, **try it live on [StackBlitz](https://stackblitz.com/edit/ngrx-entity-relationship-react?file=src/MyComponent.tsx)
or [CodeSandbox](https://codesandbox.io/s/github/satanTime/ngrx-entity-relationship-react?file=/src/MyComponent.tsx)**
- NGRX 13
- NGRX 12, **try it live on [StackBlitz](https://stackblitz.com/github/satanTime/ngrx-entity-relationship-angular?file=src/app/app.component.ts)
or [CodeSandbox](https://codesandbox.io/s/github/satanTime/ngrx-entity-relationship-angular?file=/src/app/app.component.ts)**
- NGRX 11
Expand Down
6 changes: 3 additions & 3 deletions libs/ngrx-entity-relationship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"data"
],
"author": {
"name": "MG.",
"name": "satanTime",
"email": "[email protected]",
"url": "https://sudo.eu"
},
"contributors": [
{
"name": "MG.",
"name": "satanTime",
"email": "[email protected]",
"url": "https://sudo.eu"
}
],
"maintainers": [
{
"name": "MG.",
"name": "satanTime",
"email": "[email protected]",
"url": "https://sudo.eu"
}
Expand Down

0 comments on commit 000c0a3

Please sign in to comment.