Skip to content

Commit

Permalink
Merge pull request #37 from ng-turkey/fix/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
bnymncoskuner authored Nov 4, 2021
2 parents 81005b1 + 62323b6 commit 0818eb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-context",
"version": "1.1.2",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve demo-app",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-context/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0818eb7

Please sign in to comment.