Skip to content

Commit 84d2ba7

Browse files
committed
chore(ngx-codejar): bump v7.0.3
1 parent e2e8d48 commit 84d2ba7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.0.3](https://github.com/julianpoemp/ngx-codejar/compare/v7.0.2...v7.0.3) (2024-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **ngx-codejar:** can't change code on firefox ([96996c7](https://github.com/julianpoemp/ngx-codejar/commit/96996c7c672194d8299334fdcdf0caf1e2802130))
7+
18
## [7.0.1](https://github.com/julianpoemp/ngx-codejar/compare/v7.0.0...v7.0.1) (2024-03-09)
29

310

libs/ngx-codejar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-codejar",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Angular wrapper for CodeJar supporting Prism.js and Highlight.js. With this you can easily add code-editors to your Angular app.",
55
"peerDependencies": {
66
"codejar": "^4.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-codejar-source",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"license": "MIT",
55
"scripts": {
66
"start": "nx serve demo",

0 commit comments

Comments
 (0)