From 1cb9cbdda9d545b53419a1b772d86db2212104dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:58:51 +0000 Subject: [PATCH] chore: release beta --- .release-please-manifest.beta.json | 10 +++++----- angular/projects/catalyst-formly/CHANGELOG.md | 8 ++++++++ angular/projects/catalyst-formly/package.json | 2 +- angular/projects/catalyst/CHANGELOG.md | 8 ++++++++ angular/projects/catalyst/package.json | 2 +- core/CHANGELOG.md | 13 +++++++++++++ core/package.json | 2 +- react/CHANGELOG.md | 8 ++++++++ react/package.json | 2 +- tokens/CHANGELOG.md | 8 ++++++++ tokens/package.json | 2 +- 11 files changed, 55 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.beta.json b/.release-please-manifest.beta.json index 9cc281309..8bdff5a2f 100644 --- a/.release-please-manifest.beta.json +++ b/.release-please-manifest.beta.json @@ -1,7 +1,7 @@ { - "tokens": "13.3.0", - "core": "13.3.0", - "angular/projects/catalyst": "13.3.0", - "angular/projects/catalyst-formly": "13.3.0", - "react": "13.3.0" + "tokens": "13.4.0-beta", + "core": "13.4.0-beta", + "angular/projects/catalyst": "13.4.0-beta", + "angular/projects/catalyst-formly": "13.4.0-beta", + "react": "13.4.0-beta" } \ No newline at end of file diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index b67f12df9..165d784fc 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [13.4.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v13.3.0...catalyst-angular-formly-v13.4.0-beta) (2025-10-29) + + +### Features + +* test beta prerelease configuration ([4365ad6](https://github.com/haiilo/catalyst/commit/4365ad646bb72f5e1c0245f969c0dddb7765fea3)) +* test beta prerelease configuration ([0a4ade7](https://github.com/haiilo/catalyst/commit/0a4ade791508bf53e9313d109279237831dfd74e)) + ## [13.3.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v13.2.0...catalyst-angular-formly-v13.3.0) (2025-10-22) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index 081673895..ffb3bca0b 100644 --- a/angular/projects/catalyst-formly/package.json +++ b/angular/projects/catalyst-formly/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular-formly", - "version": "13.3.0", + "version": "13.4.0-beta", "description": "Angular Formly bindings for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/angular/projects/catalyst/CHANGELOG.md b/angular/projects/catalyst/CHANGELOG.md index b49ec683e..991720868 100644 --- a/angular/projects/catalyst/CHANGELOG.md +++ b/angular/projects/catalyst/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [13.4.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-angular-v13.3.0...catalyst-angular-v13.4.0-beta) (2025-10-29) + + +### Features + +* test beta prerelease configuration ([4365ad6](https://github.com/haiilo/catalyst/commit/4365ad646bb72f5e1c0245f969c0dddb7765fea3)) +* test beta prerelease configuration ([0a4ade7](https://github.com/haiilo/catalyst/commit/0a4ade791508bf53e9313d109279237831dfd74e)) + ## [13.3.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v13.2.0...catalyst-angular-v13.3.0) (2025-10-22) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index 7dd7fb3db..8c691be47 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "13.3.0", + "version": "13.4.0-beta", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index c89f38464..017dcce24 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [13.4.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-core-v13.3.0...catalyst-core-v13.4.0-beta) (2025-10-29) + + +### Features + +* test beta prerelease configuration ([4365ad6](https://github.com/haiilo/catalyst/commit/4365ad646bb72f5e1c0245f969c0dddb7765fea3)) +* test beta prerelease configuration ([0a4ade7](https://github.com/haiilo/catalyst/commit/0a4ade791508bf53e9313d109279237831dfd74e)) + + +### Bug Fixes + +* **core:** prevent catChange event emission on select initialization ([#807](https://github.com/haiilo/catalyst/issues/807)) ([083eee3](https://github.com/haiilo/catalyst/commit/083eee368baf86edb31c596876b77a4ca5cd71f9)) + ## [13.3.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v13.2.0...catalyst-core-v13.3.0) (2025-10-22) diff --git a/core/package.json b/core/package.json index 770b2aaa9..3ef9a6163 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "13.3.0", + "version": "13.4.0-beta", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 42c0950fc..ff302afb3 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [13.4.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-react-v13.3.0...catalyst-react-v13.4.0-beta) (2025-10-29) + + +### Features + +* test beta prerelease configuration ([4365ad6](https://github.com/haiilo/catalyst/commit/4365ad646bb72f5e1c0245f969c0dddb7765fea3)) +* test beta prerelease configuration ([0a4ade7](https://github.com/haiilo/catalyst/commit/0a4ade791508bf53e9313d109279237831dfd74e)) + ## [13.3.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v13.2.0...catalyst-react-v13.3.0) (2025-10-22) diff --git a/react/package.json b/react/package.json index 0e467487a..93f4f815e 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "13.3.0", + "version": "13.4.0-beta", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 99222659a..b5ef2184b 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [13.4.0-beta](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v13.3.0...catalyst-tokens-v13.4.0-beta) (2025-10-29) + + +### Features + +* test beta prerelease configuration ([4365ad6](https://github.com/haiilo/catalyst/commit/4365ad646bb72f5e1c0245f969c0dddb7765fea3)) +* test beta prerelease configuration ([0a4ade7](https://github.com/haiilo/catalyst/commit/0a4ade791508bf53e9313d109279237831dfd74e)) + ## [13.3.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v13.2.0...catalyst-tokens-v13.3.0) (2025-10-22) diff --git a/tokens/package.json b/tokens/package.json index 54eac4423..0abc35613 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "13.3.0", + "version": "13.4.0-beta", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {