From 62323b673a88c1bd29859b4216e040e3125e009f Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Thu, 4 Nov 2021 14:25:57 +0300 Subject: [PATCH] bump versions --- README.md | 1 - package.json | 2 +- projects/ngx-context/package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d2f73f..84e1c9e 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,6 @@ There are several issues which are simply not addressed yet or impossible with c - Several consumers can consume the same provider, but a consumer can only have one provider (first provider up the tree). - There is a performance penalty to be paid due to use of getters and setters. Although this penalty is kept as small as possible, it is not benchmarked yet. - Debugging may become more difficult for child components, because their behavior will be defined by the context magically provided by some parent. ¯\\\_(ツ)\_/¯ -- At the moment, the library does not work with Ivy. ## Roadmap diff --git a/package.json b/package.json index f294fe7..0ce0bfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-context", - "version": "1.1.2", + "version": "2.0.0", "scripts": { "ng": "ng", "start": "ng serve demo-app", diff --git a/projects/ngx-context/package.json b/projects/ngx-context/package.json index 8a3bb53..9619e11 100644 --- a/projects/ngx-context/package.json +++ b/projects/ngx-context/package.json @@ -1,6 +1,6 @@ { "name": "ngx-context", - "version": "1.1.1", + "version": "2.0.0", "repository": { "type": "git", "url": "git+https://github.com/ng-turkey/ngx-context.git"