Skip to content

Commit

Permalink
v19.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Dec 17, 2024
1 parent 96f8be0 commit b9ad902
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [19.0.2](https://github.com/Liquid-JS/nxt-components/compare/v19.0.1...v19.0.2) (2024-12-17)

### Bug Fixes

* **sitemap:** builder end ([a60edb1](https://github.com/Liquid-JS/nxt-components/commit/a60edb123442072566ae448c93328f7db1949b2a))
* **sortablejs:** wait for view init ([96f8be0](https://github.com/Liquid-JS/nxt-components/commit/96f8be0928608a24cd84c10a6b535389d760004c))

### Features

* **sitemap:** sitemap builder ([bd4ed5e](https://github.com/Liquid-JS/nxt-components/commit/bd4ed5ee374263e6282d13f57fb9d8547af3963b))

## [19.0.1](https://github.com/Liquid-JS/nxt-components/compare/v19.0.0...v19.0.1) (2024-12-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "19.0.1",
"version": "19.0.2",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
10 changes: 10 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [19.0.2](https://github.com/Liquid-JS/nxt-components/compare/v19.0.1...v19.0.2) (2024-12-17)

### Bug Fixes

* **sortablejs:** wait for view init ([96f8be0](https://github.com/Liquid-JS/nxt-components/commit/96f8be0928608a24cd84c10a6b535389d760004c))

### Features

* **sitemap:** sitemap builder ([bd4ed5e](https://github.com/Liquid-JS/nxt-components/commit/bd4ed5ee374263e6282d13f57fb9d8547af3963b))

## [19.0.1](https://github.com/Liquid-JS/nxt-components/compare/v19.0.0...v19.0.1) (2024-12-09)

**Note:** Version bump only for package demo
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "19.0.1",
"version": "19.0.2",
"license": "MIT",
"type": "module",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
Expand Down
14 changes: 14 additions & 0 deletions packages/sitemap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [19.0.2](https://github.com/Liquid-JS/nxt-components/compare/v19.0.1...v19.0.2) (2024-12-17)

### Bug Fixes

* **sitemap:** builder end ([a60edb1](https://github.com/Liquid-JS/nxt-components/commit/a60edb123442072566ae448c93328f7db1949b2a))

### Features

* **sitemap:** sitemap builder ([bd4ed5e](https://github.com/Liquid-JS/nxt-components/commit/bd4ed5ee374263e6282d13f57fb9d8547af3963b))
2 changes: 1 addition & 1 deletion packages/sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nxt-sitemap",
"description": "Angular builder for generating sitemap from prerendered routes.",
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "19.0.0",
"version": "19.0.2",
"license": "MIT",
"type": "module",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/sortablejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [19.0.2](https://github.com/Liquid-JS/nxt-components/compare/v19.0.1...v19.0.2) (2024-12-17)

### Bug Fixes

* **sortablejs:** wait for view init ([96f8be0](https://github.com/Liquid-JS/nxt-components/commit/96f8be0928608a24cd84c10a6b535389d760004c))

## [19.0.1](https://github.com/Liquid-JS/nxt-components/compare/v19.0.0...v19.0.1) (2024-12-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/sortablejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nxt-sortablejs",
"description": "Angular sortablejs bindings.",
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
"version": "19.0.1",
"version": "19.0.2",
"license": "MIT",
"type": "module",
"repository": "https://github.com/Liquid-JS/nxt-components.git",
Expand Down

0 comments on commit b9ad902

Please sign in to comment.