Skip to content

Commit

Permalink
readme(docs): update to angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Dec 13, 2023
1 parent 1784b60 commit 2a2df1f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> Angular pipe for cutting translations ✂️ 🌍 (plugin for [@ngx-translate](https://github.com/ngx-translate/core))
> _Angular 16, Ivy and Angular Universal (SSR) compatible_
> _Angular 17, Ivy and Angular Universal (SSR) compatible_
Here's the [demo](http://bartholomej.github.io/ngx-translate-cut/) or [stackblitz live preview](https://stackblitz.com/edit/ngx-translate-cut)

Expand All @@ -19,14 +19,15 @@ Here's the [demo](http://bartholomej.github.io/ngx-translate-cut/) or [stackblit
2. Use `npm` (or `yarn`) to install the package

```bash
npm install ngx-translate-cut # For Angular 16. See compatibility table
npm install ngx-translate-cut # For Angular 17. See compatibility table
```

Choose the version corresponding to your Angular version:

| Angular | ngx-translate-cut | Install |
| ------------------- | ----------------- | --------------------------------- |
| **ng16** | 5.x | `npm install ngx-translate-cut` |
| **ng17** | 17.x | `npm install ngx-translate-cut` |
| **ng16** | 5.x | `npm install ngx-translate-cut@5` |
| **ng15** | 4.x | `npm install ngx-translate-cut@4` |
| **ng14** | 3.x | `npm install ngx-translate-cut@3` |
| **ng13** | 3.x | `npm install ngx-translate-cut@3` |
Expand Down Expand Up @@ -143,7 +144,7 @@ yarn release:patch

## License

Copyright © 2022 [Lukas Bartak](http://bartweb.cz)
Copyright © 2023 [Lukas Bartak](http://bartweb.cz)

Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-translate-cut",
"version": "5.0.0",
"version": "16.0.0",
"description": "Angular pipe for cutting translations (plugin for ngx-translate)",
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
"scripts": {
Expand Down Expand Up @@ -111,4 +111,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}
9 changes: 5 additions & 4 deletions projects/ngx-translate-cut/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> Angular pipe for cutting translations ✂️ 🌍 (plugin for [@ngx-translate](https://github.com/ngx-translate/core))
> _Angular 16, Ivy and Angular Universal (SSR) compatible_
> _Angular 17, Ivy and Angular Universal (SSR) compatible_
Here's the [demo](http://bartholomej.github.io/ngx-translate-cut/) or [stackblitz live preview](https://stackblitz.com/edit/ngx-translate-cut)

Expand All @@ -19,14 +19,15 @@ Here's the [demo](http://bartholomej.github.io/ngx-translate-cut/) or [stackblit
2. Use `npm` (or `yarn`) to install the package

```bash
npm install ngx-translate-cut # For Angular 16. See compatibility table
npm install ngx-translate-cut # For Angular 17. See compatibility table
```

Choose the version corresponding to your Angular version:

| Angular | ngx-translate-cut | Install |
| ------------------- | ----------------- | --------------------------------- |
| **ng16** | 5.x | `npm install ngx-translate-cut` |
| **ng17** | 17.x | `npm install ngx-translate-cut` |
| **ng16** | 5.x | `npm install ngx-translate-cut@5` |
| **ng15** | 4.x | `npm install ngx-translate-cut@4` |
| **ng14** | 3.x | `npm install ngx-translate-cut@3` |
| **ng13** | 3.x | `npm install ngx-translate-cut@3` |
Expand Down Expand Up @@ -143,7 +144,7 @@ yarn release:patch

## License

Copyright &copy; 2022 [Lukas Bartak](http://bartweb.cz)
Copyright &copy; 2023 [Lukas Bartak](http://bartweb.cz)

Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)

Expand Down
5 changes: 2 additions & 3 deletions projects/ngx-translate-cut/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-translate-cut",
"version": "5.0.0",
"version": "16.0.0",
"description": "Angular pipe for cutting translations (plugin for ngx-translate)",
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
"peerDependencies": {
Expand All @@ -24,8 +24,7 @@
"i18n",
"pipe",
"translate",
"ngx-translate",
"angular17"
"ngx-translate"
],
"engines": {
"node": ">=18.13.0"
Expand Down

0 comments on commit 2a2df1f

Please sign in to comment.