Skip to content

Commit b42902d

Browse files
committed
v21.0.1
1 parent 57c1284 commit b42902d

6 files changed

Lines changed: 21 additions & 3 deletions

File tree

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+
## [21.0.1](https://github.com/Liquid-JS/nxt-components/compare/v21.0.0...v21.0.1) (2026-01-16)
7+
8+
### Bug Fixes
9+
10+
* **color-picker:** change detection ([4b42ef1](https://github.com/Liquid-JS/nxt-components/commit/4b42ef15456538d74694ed73737bf97f0a7bae92))
11+
612
# [21.0.0](https://github.com/Liquid-JS/nxt-components/compare/v21.0.0-alpha.1...v21.0.0) (2026-01-16)
713

814
**Note:** Version bump only for package nxt-components

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": "21.0.0",
5+
"version": "21.0.1",
66
"npmClient": "yarn",
77
"command": {
88
"publish": {

packages/color-picker/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+
## [21.0.1](https://github.com/Liquid-JS/nxt-components/compare/v21.0.0...v21.0.1) (2026-01-16)
7+
8+
### Bug Fixes
9+
10+
* **color-picker:** change detection ([4b42ef1](https://github.com/Liquid-JS/nxt-components/commit/4b42ef15456538d74694ed73737bf97f0a7bae92))
11+
612
# [21.0.0](https://github.com/Liquid-JS/nxt-components/compare/v21.0.0-alpha.1...v21.0.0) (2026-01-16)
713

814
**Note:** Version bump only for package nxt-color-picker

packages/color-picker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nxt-color-picker",
33
"description": "Color picker widget for Angular",
44
"bugs": "https://github.com/Liquid-JS/nxt-components/issues",
5-
"version": "21.0.0",
5+
"version": "21.0.1",
66
"license": "MIT",
77
"type": "module",
88
"repository": {

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+
## [21.0.1](https://github.com/Liquid-JS/nxt-components/compare/v21.0.0...v21.0.1) (2026-01-16)
7+
8+
### Bug Fixes
9+
10+
* **color-picker:** change detection ([4b42ef1](https://github.com/Liquid-JS/nxt-components/commit/4b42ef15456538d74694ed73737bf97f0a7bae92))
11+
612
# [21.0.0](https://github.com/Liquid-JS/nxt-components/compare/v21.0.0-alpha.1...v21.0.0) (2026-01-16)
713

814
**Note:** Version bump only for package demo

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": "21.0.0",
3+
"version": "21.0.1",
44
"license": "MIT",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)