From 6146e917bdb44d6a4e6c25930e94222c5e5c0045 Mon Sep 17 00:00:00 2001 From: Vadym Yatsyuk Date: Sat, 18 May 2024 14:17:42 +0200 Subject: [PATCH] Prepare 3.0.0 --- CHANGELOG.md | 9 ++++++--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ab2e0..bccbbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### 3.0.0 - 2024-05-18 + +- [[#173](https://github.com/VadimDez/ngx-order-pipe/pull/173)] - Upgrade to Angular 17 +- [[#154](https://github.com/VadimDez/ngx-order-pipe/issues/154)] - Create Ivy build + ### 2.2.0 - 2021-12-11 ### Changed @@ -51,9 +56,7 @@ Expression now accepts `string` as well as `array of strings` to perform multi o Example, order by `name` and `age`: ```html -
- {{ item | json }} -
+
{{ item | json }}
``` ### 2.0.0 diff --git a/package-lock.json b/package-lock.json index c917c15..f267c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ngx-order-pipe", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ngx-order-pipe", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "devDependencies": { "@angular-devkit/build-angular": "^17.3.7", diff --git a/package.json b/package.json index 57c1ac5..7a92d57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-order-pipe", - "version": "2.2.0", + "version": "3.0.0", "description": "Angular order pipe, order collection by a field", "scripts": { "ng": "ng",