diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3478fd75..bc85a5cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "10.19.3", - "core": "10.19.3", - "angular/projects/catalyst": "10.19.3", - "angular/projects/catalyst-formly": "10.19.3", - "react": "10.19.3" + "tokens": "10.19.4", + "core": "10.19.4", + "angular/projects/catalyst": "10.19.4", + "angular/projects/catalyst-formly": "10.19.4", + "react": "10.19.4" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 399eb033..bdd32bdb 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.19.4](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.19.3...catalyst-angular-formly-v10.19.4) (2024-09-26) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [10.19.3](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.19.2...catalyst-angular-formly-v10.19.3) (2024-09-18) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index c40c71be..30a59192 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.19.3", + "version": "10.19.4", "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 59cd2052..77ea7c98 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.19.4](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.19.3...catalyst-angular-v10.19.4) (2024-09-26) + + +### Bug Fixes + +* **angular:** fix the position of popup cat-element inside the cat-dialog ([#570](https://github.com/haiilo/catalyst/issues/570)) ([71d62d1](https://github.com/haiilo/catalyst/commit/71d62d16730dec315e228edbf45552c26fc338b1)) + ## [10.19.3](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.19.2...catalyst-angular-v10.19.3) (2024-09-18) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index 33bc9eaf..f81c012c 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "10.19.3", + "version": "10.19.4", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 1564ebcd..adf3ee4a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.19.4](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.19.3...catalyst-core-v10.19.4) (2024-09-26) + + +### Miscellaneous Chores + +* **catalyst-core:** Synchronize catalyst versions + ## [10.19.3](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.19.2...catalyst-core-v10.19.3) (2024-09-18) diff --git a/core/package.json b/core/package.json index 7be6d4d3..e87ce882 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "10.19.3", + "version": "10.19.4", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index cfb8a357..93cd2e6f 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.19.4](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.19.3...catalyst-react-v10.19.4) (2024-09-26) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [10.19.3](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.19.2...catalyst-react-v10.19.3) (2024-09-18) diff --git a/react/package.json b/react/package.json index e1db94dc..e370704f 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "10.19.3", + "version": "10.19.4", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 661c654f..34770ac7 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.19.4](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.19.3...catalyst-tokens-v10.19.4) (2024-09-26) + + +### Miscellaneous Chores + +* **catalyst-tokens:** Synchronize catalyst versions + ## [10.19.3](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.19.2...catalyst-tokens-v10.19.3) (2024-09-18) diff --git a/tokens/package.json b/tokens/package.json index ba436ee0..3b8f5760 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "10.19.3", + "version": "10.19.4", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {