diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 364dff97..5856de4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "10.21.2", - "core": "10.21.2", - "angular/projects/catalyst": "10.21.2", - "angular/projects/catalyst-formly": "10.21.2", - "react": "10.21.2" + "tokens": "10.21.3", + "core": "10.21.3", + "angular/projects/catalyst": "10.21.3", + "angular/projects/catalyst-formly": "10.21.3", + "react": "10.21.3" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 0de5d10f..55344571 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.21.3](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.21.2...catalyst-angular-formly-v10.21.3) (2024-10-15) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [10.21.2](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.21.1...catalyst-angular-formly-v10.21.2) (2024-10-07) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index 40da7e56..43d90966 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.21.2", + "version": "10.21.3", "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 54509127..19b850f5 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.21.3](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.21.2...catalyst-angular-v10.21.3) (2024-10-15) + + +### Bug Fixes + +* **angular:** add flex grow to dialog scrollable ([#581](https://github.com/haiilo/catalyst/issues/581)) ([152a714](https://github.com/haiilo/catalyst/commit/152a714253d097436f5b257f34b7044fa2441ffa)) + ## [10.21.2](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.21.1...catalyst-angular-v10.21.2) (2024-10-07) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index 5c6d4415..2f68f201 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "10.21.2", + "version": "10.21.3", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index fd48ac30..128f8322 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.21.3](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.21.2...catalyst-core-v10.21.3) (2024-10-15) + + +### Miscellaneous Chores + +* **catalyst-core:** Synchronize catalyst versions + ## [10.21.2](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.21.1...catalyst-core-v10.21.2) (2024-10-07) diff --git a/core/package.json b/core/package.json index fb6faafb..eb98971e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "10.21.2", + "version": "10.21.3", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index a8c2dd63..995e77fd 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.21.3](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.21.2...catalyst-react-v10.21.3) (2024-10-15) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [10.21.2](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.21.1...catalyst-react-v10.21.2) (2024-10-07) diff --git a/react/package.json b/react/package.json index e4ac31b2..36c60066 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "10.21.2", + "version": "10.21.3", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 4294afb6..f53efd1a 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.21.3](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.21.2...catalyst-tokens-v10.21.3) (2024-10-15) + + +### Miscellaneous Chores + +* **catalyst-tokens:** Synchronize catalyst versions + ## [10.21.2](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.21.1...catalyst-tokens-v10.21.2) (2024-10-07) diff --git a/tokens/package.json b/tokens/package.json index 6234f303..a76af5fa 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "10.21.2", + "version": "10.21.3", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {