Skip to content

Commit 6f19356

Browse files
committed
v19.1.0
1 parent a613379 commit 6f19356

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.1.0](https://github.com/Liquid-JS/nxt-components/compare/v19.0.5...v19.1.0) (2025-02-10)
7+
8+
### Features
9+
10+
* **highlightjs:** improve line numbers rendering, avoid need for DOM access ([a613379](https://github.com/Liquid-JS/nxt-components/commit/a61337974d95f1b08c2fec0e2f43ca70c7f5f713))
11+
612
## [19.0.5](https://github.com/Liquid-JS/nxt-components/compare/v14.0.0...v19.0.5) (2025-01-28)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "19.0.5",
5+
"version": "19.1.0",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

packages/demo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.1.0](https://github.com/Liquid-JS/nxt-components/compare/v19.0.5...v19.1.0) (2025-02-10)
7+
8+
### Features
9+
10+
* **highlightjs:** improve line numbers rendering, avoid need for DOM access ([a613379](https://github.com/Liquid-JS/nxt-components/commit/a61337974d95f1b08c2fec0e2f43ca70c7f5f713))
11+
612
## [19.0.5](https://github.com/Liquid-JS/nxt-components/compare/v14.0.0...v19.0.5) (2025-01-28)
713

814
### Bug Fixes

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "19.0.5",
3+
"version": "19.1.0",
44
"license": "MIT",
55
"type": "module",
66
"repository": "https://github.com/Liquid-JS/nxt-components.git",

packages/highlightjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [19.1.0](https://github.com/Liquid-JS/nxt-components/compare/v19.0.5...v19.1.0) (2025-02-10)
7+
8+
### Features
9+
10+
* **highlightjs:** improve line numbers rendering, avoid need for DOM access ([a613379](https://github.com/Liquid-JS/nxt-components/commit/a61337974d95f1b08c2fec0e2f43ca70c7f5f713))
11+
612
## [19.0.5](https://github.com/Liquid-JS/nxt-components/compare/v14.0.0...v19.0.5) (2025-01-28)
713

814
### Bug Fixes

packages/highlightjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nxt-highlightjs",
33
"description": "Angular code highlighting directives with optional line numbers and support for SSR",
44
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
5-
"version": "19.0.5",
5+
"version": "19.1.0",
66
"license": "MIT",
77
"type": "module",
88
"repository": "https://github.com/Liquid-JS/nxt-components.git",

0 commit comments

Comments
 (0)