Skip to content

Commit 05097bb

Browse files
chore: release main (#920)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ab8876 commit 05097bb

File tree

12 files changed

+50
-15
lines changed

12 files changed

+50
-15
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": "14.2.0",
3-
"core": "14.2.0",
4-
"angular/projects/catalyst": "14.2.0",
5-
"angular/projects/catalyst-formly": "14.2.0",
6-
"react": "14.2.0"
2+
"tokens": "14.3.0",
3+
"core": "14.3.0",
4+
"angular/projects/catalyst": "14.3.0",
5+
"angular/projects/catalyst-formly": "14.3.0",
6+
"react": "14.3.0"
77
}

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"tokens": "14.2.0",
3-
"core": "14.2.0",
4-
"angular/projects/catalyst": "14.2.0",
5-
"angular/projects/catalyst-formly": "14.2.0",
6-
"react": "14.2.0"
2+
"tokens": "14.3.0",
3+
"core": "14.3.0",
4+
"angular/projects/catalyst": "14.3.0",
5+
"angular/projects/catalyst-formly": "14.3.0",
6+
"react": "14.3.0"
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+
## [14.3.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v14.2.0...catalyst-angular-formly-v14.3.0) (2026-02-10)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **catalyst-angular-formly:** Synchronize catalyst versions
9+
310
## [14.2.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v14.1.0...catalyst-angular-formly-v14.2.0) (2026-01-28)
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": "14.2.0",
3+
"version": "14.3.0",
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+
## [14.3.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v14.2.0...catalyst-angular-v14.3.0) (2026-02-10)
7+
8+
9+
### Miscellaneous Chores
10+
11+
* **catalyst-angular:** Synchronize catalyst versions
12+
613
## [14.2.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v14.1.0...catalyst-angular-v14.2.0) (2026-01-28)
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": "14.2.0",
3+
"version": "14.3.0",
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+
## [14.3.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v14.2.0...catalyst-core-v14.3.0) (2026-02-10)
4+
5+
6+
### Features
7+
8+
* **core:** configure fallback axis for cat-dropdown ([#919](https://github.com/haiilo/catalyst/issues/919)) ([4ab8876](https://github.com/haiilo/catalyst/commit/4ab8876ad57fb7ec55fc72f425d72f8400dd4f28))
9+
310
## [14.2.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v14.1.0...catalyst-core-v14.2.0) (2026-01-28)
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": "14.2.0",
3+
"version": "14.3.0",
44
"description": "Catalyst Design System",
55
"license": "MIT",
66
"repository": {

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+
## [14.3.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v14.2.0...catalyst-react-v14.3.0) (2026-02-10)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **catalyst-react:** Synchronize catalyst versions
9+
310
## [14.2.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v14.1.0...catalyst-react-v14.2.0) (2026-01-28)
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": "14.2.0",
3+
"version": "14.3.0",
44
"description": "React wrapper for Catalyst Design System",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)