From 2a2df1fc9a11e51f6980f690784a003ec29c4cab Mon Sep 17 00:00:00 2001 From: BART! Date: Thu, 14 Dec 2023 00:13:11 +0100 Subject: [PATCH] readme(docs): update to angular 17 --- README.md | 9 +++++---- package.json | 4 ++-- projects/ngx-translate-cut/README.md | 9 +++++---- projects/ngx-translate-cut/package.json | 5 ++--- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1323563..73ff642 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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` | @@ -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 🍺 ;) diff --git a/package.json b/package.json index 31a756c..4910bdb 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/bartholomej)", "scripts": { @@ -111,4 +111,4 @@ "publishConfig": { "registry": "https://registry.npmjs.org" } -} +} \ No newline at end of file diff --git a/projects/ngx-translate-cut/README.md b/projects/ngx-translate-cut/README.md index 1323563..73ff642 100644 --- a/projects/ngx-translate-cut/README.md +++ b/projects/ngx-translate-cut/README.md @@ -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) @@ -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` | @@ -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 🍺 ;) diff --git a/projects/ngx-translate-cut/package.json b/projects/ngx-translate-cut/package.json index af9dca1..3173dcb 100644 --- a/projects/ngx-translate-cut/package.json +++ b/projects/ngx-translate-cut/package.json @@ -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 (https://github.com/bartholomej)", "peerDependencies": { @@ -24,8 +24,7 @@ "i18n", "pipe", "translate", - "ngx-translate", - "angular17" + "ngx-translate" ], "engines": { "node": ">=18.13.0"