diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6d12a66..d9a8ef58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "10.25.0", - "core": "10.25.0", - "angular/projects/catalyst": "10.25.0", - "angular/projects/catalyst-formly": "10.25.0", - "react": "10.25.0" + "tokens": "10.25.1", + "core": "10.25.1", + "angular/projects/catalyst": "10.25.1", + "angular/projects/catalyst-formly": "10.25.1", + "react": "10.25.1" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 49100f80..8f86e011 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.25.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.25.0...catalyst-angular-formly-v10.25.1) (2024-11-28) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [10.25.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.24.3...catalyst-angular-formly-v10.25.0) (2024-11-18) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index a6d04ba2..c541da89 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": "10.25.0", + "version": "10.25.1", "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 25584db3..984a86ce 100644 --- a/angular/projects/catalyst/CHANGELOG.md +++ b/angular/projects/catalyst/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.25.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.25.0...catalyst-angular-v10.25.1) (2024-11-28) + + +### Miscellaneous Chores + +* **catalyst-angular:** Synchronize catalyst versions + ## [10.25.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.24.3...catalyst-angular-v10.25.0) (2024-11-18) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index cdb33329..199e3a31 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "10.25.0", + "version": "10.25.1", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 141f1578..b3c3505f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.25.1](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.25.0...catalyst-core-v10.25.1) (2024-11-28) + + +### Bug Fixes + +* **core:** submit buttons leads to refresh in firefox ([#608](https://github.com/haiilo/catalyst/issues/608)) ([1a1f600](https://github.com/haiilo/catalyst/commit/1a1f600c24a667a02d8497a13c38d32b5de5d176)) + ## [10.25.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.24.3...catalyst-core-v10.25.0) (2024-11-18) diff --git a/core/package.json b/core/package.json index 63d4a284..cb7cba62 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "10.25.0", + "version": "10.25.1", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 50cecd0f..be67a45b 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.25.1](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.25.0...catalyst-react-v10.25.1) (2024-11-28) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [10.25.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.24.3...catalyst-react-v10.25.0) (2024-11-18) diff --git a/react/package.json b/react/package.json index ee8a9ca0..4a89b082 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "10.25.0", + "version": "10.25.1", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 94966a59..03f86095 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.25.1](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.25.0...catalyst-tokens-v10.25.1) (2024-11-28) + + +### Miscellaneous Chores + +* **catalyst-tokens:** Synchronize catalyst versions + ## [10.25.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.24.3...catalyst-tokens-v10.25.0) (2024-11-18) diff --git a/tokens/package.json b/tokens/package.json index 64446de2..838c5f88 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "10.25.0", + "version": "10.25.1", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {