Skip to content

Commit

Permalink
feat: upgrade to angular 14 (#408)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires angular 14
  • Loading branch information
scttcper authored Jun 22, 2022
1 parent 05f16a7 commit cb8475a
Show file tree
Hide file tree
Showing 11 changed files with 9,055 additions and 13,374 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
node: circleci/node@4
node: circleci/node@5
browser-tools: circleci/browser-tools@1
codecov: codecov/codecov@3
jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Latest version available for each version of Angular

| @ctrl/ngx-emoji-mart | Angular |
| -------------------- | --------- |
| 0.17.0 | 6.x 7.x |
| 1.0.6 | 8.x |
| 3.1.0 | 9.x |
| 5.1.2 | 10.x 11.x |
| current | >= 12.x |
| 6.2.0 | 12.x 13.x |
| current | >= 14.x |

## Components

Expand Down
4 changes: 0 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,5 @@
}
}
}
},
"defaultProject": "ngx-emoji-mart",
"cli": {
"defaultCollection": "@angular-eslint/schematics"
}
}
Loading

0 comments on commit cb8475a

Please sign in to comment.