Skip to content

Commit 71afe65

Browse files
Anastasiia Glushkovaanastasiia_glushkovagithub-actions[bot]
authored
fix(core): fix comment
* fix(core): fix comment * chore: release beta (#846) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix(core): fix comment * chore: release beta (#848) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: anastasiia_glushkova <anastasiia.glushkova@haiilo.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8e3adb6 commit 71afe65

File tree

12 files changed

+47
-12
lines changed

12 files changed

+47
-12
lines changed

.release-please-manifest.beta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"tokens": "13.5.1-beta",
3-
"core": "13.5.1-beta",
4-
"angular/projects/catalyst": "13.5.1-beta",
5-
"angular/projects/catalyst-formly": "13.5.1-beta",
6-
"react": "13.5.1-beta"
2+
"tokens": "13.5.1-beta.1",
3+
"core": "13.5.1-beta.1",
4+
"angular/projects/catalyst": "13.5.1-beta.1",
5+
"angular/projects/catalyst-formly": "13.5.1-beta.1",
6+
"react": "13.5.1-beta.1"
77
}

angular/projects/catalyst-formly/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [13.5.1-beta.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v13.5.1-beta...catalyst-angular-formly-v13.5.1-beta.1) (2025-11-27)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **catalyst-angular-formly:** Synchronize catalyst versions
9+
310
## [13.5.1-beta](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v13.5.0...catalyst-angular-formly-v13.5.1-beta) (2025-11-27)
411

512

angular/projects/catalyst-formly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@haiilo/catalyst-angular-formly",
3-
"version": "13.5.1-beta",
3+
"version": "13.5.1-beta.1",
44
"description": "Angular Formly bindings for Catalyst Design System",
55
"license": "MIT",
66
"scripts": {

angular/projects/catalyst/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [13.5.1-beta.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-v13.5.1-beta...catalyst-angular-v13.5.1-beta.1) (2025-11-27)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **catalyst-angular:** Synchronize catalyst versions
12+
613
## [13.5.1-beta](https://github.com/haiilo/catalyst/compare/catalyst-angular-v13.5.0...catalyst-angular-v13.5.1-beta) (2025-11-27)
714

815

angular/projects/catalyst/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@haiilo/catalyst-angular",
3-
"version": "13.5.1-beta",
3+
"version": "13.5.1-beta.1",
44
"description": "Angular wrapper for Catalyst Design System",
55
"license": "MIT",
66
"scripts": {

core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [13.5.1-beta.1](https://github.com/haiilo/catalyst/compare/catalyst-core-v13.5.1-beta...catalyst-core-v13.5.1-beta.1) (2025-11-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **core:** fix comment ([15a69c2](https://github.com/haiilo/catalyst/commit/15a69c229d809f93a65405974f993c06b6eececf))
9+
310
## [13.5.1-beta](https://github.com/haiilo/catalyst/compare/catalyst-core-v13.5.0...catalyst-core-v13.5.1-beta) (2025-11-27)
411

512

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@haiilo/catalyst",
3-
"version": "13.5.1-beta",
3+
"version": "13.5.1-beta.1",
44
"description": "Catalyst Design System",
55
"license": "MIT",
66
"repository": {

core/src/components/cat-select/cat-select.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ let nextUniqueId = 0;
9898
let nextTagUniqueId = 0;
9999

100100
/**
101-
* Select lets user choose one option from an options' menu. Consider using
102-
* select when you have 6 or more options. Select component supports any content type.
101+
* Select lets user choose one option from an options' menu.
102+
* Consider using select when you have 6 or more options. Select component supports any content type.
103103
*
104104
* @slot hint - Optional hint element to be displayed with the select.
105105
* @slot label - The slotted label. If both the label property and the label slot are present,

react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [13.5.1-beta.1](https://github.com/haiilo/catalyst/compare/catalyst-react-v13.5.1-beta...catalyst-react-v13.5.1-beta.1) (2025-11-27)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **catalyst-react:** Synchronize catalyst versions
9+
310
## [13.5.1-beta](https://github.com/haiilo/catalyst/compare/catalyst-react-v13.5.0...catalyst-react-v13.5.1-beta) (2025-11-27)
411

512

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@haiilo/catalyst-react",
3-
"version": "13.5.1-beta",
3+
"version": "13.5.1-beta.1",
44
"description": "React wrapper for Catalyst Design System",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)