Skip to content

Commit 94b1757

Browse files
committed
v19.0.3
1 parent e0b3218 commit 94b1757

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-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.0.3](https://github.com/Liquid-JS/nxt-components/compare/v19.0.2...v19.0.3) (2024-12-17)
7+
8+
### Bug Fixes
9+
10+
* **sitemap:** schematic src directory path ([e0b3218](https://github.com/Liquid-JS/nxt-components/commit/e0b321822a3aa20bbd7885f5469a38b964f299dc))
11+
612
## [19.0.2](https://github.com/Liquid-JS/nxt-components/compare/v19.0.1...v19.0.2) (2024-12-17)
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.2",
5+
"version": "19.0.3",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

packages/demo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.3](https://github.com/Liquid-JS/nxt-components/compare/v19.0.2...v19.0.3) (2024-12-17)
7+
8+
**Note:** Version bump only for package demo
9+
610
## [19.0.2](https://github.com/Liquid-JS/nxt-components/compare/v19.0.1...v19.0.2) (2024-12-17)
711

812
### 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.2",
3+
"version": "19.0.3",
44
"license": "MIT",
55
"type": "module",
66
"repository": "https://github.com/Liquid-JS/nxt-components.git",

packages/sitemap/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.0.3](https://github.com/Liquid-JS/nxt-components/compare/v19.0.2...v19.0.3) (2024-12-17)
7+
8+
### Bug Fixes
9+
10+
* **sitemap:** schematic src directory path ([e0b3218](https://github.com/Liquid-JS/nxt-components/commit/e0b321822a3aa20bbd7885f5469a38b964f299dc))
11+
612
## [19.0.2](https://github.com/Liquid-JS/nxt-components/compare/v19.0.1...v19.0.2) (2024-12-17)
713

814
### Bug Fixes

packages/sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nxt-sitemap",
33
"description": "Angular builder for generating sitemap from prerendered routes.",
44
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
5-
"version": "19.0.2",
5+
"version": "19.0.3",
66
"license": "MIT",
77
"type": "module",
88
"repository": "https://github.com/Liquid-JS/nxt-components.git",

0 commit comments

Comments
 (0)