Skip to content

Commit

Permalink
chore(ngx-codejar): bump v7.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Angular requirements is now >= 16
  • Loading branch information
julianpoemp committed Mar 9, 2024
1 parent b6992ba commit 975bf0e
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 6 deletions.
6 changes: 3 additions & 3 deletions libs/ngx-codejar/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ngx-codejar",
"version": "6.1.3",
"version": "7.0.0",
"description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.",
"peerDependencies": {
"codejar": "^4.2.0",
"codejar-linenumbers": "^1.0.0",
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
"@angular/common": ">= 16.0.0",
"@angular/core": ">= 16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Loading

0 comments on commit 975bf0e

Please sign in to comment.