diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f45b894..16f45b2a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "10.15.2", - "core": "10.15.2", - "angular/projects/catalyst": "10.15.2", - "angular/projects/catalyst-formly": "10.15.2", - "react": "10.15.2" + "tokens": "10.15.3", + "core": "10.15.3", + "angular/projects/catalyst": "10.15.3", + "angular/projects/catalyst-formly": "10.15.3", + "react": "10.15.3" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 70a298eb..eafdc754 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.15.2...catalyst-angular-formly-v10.15.3) (2024-07-26) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [10.15.2](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.15.1...catalyst-angular-formly-v10.15.2) (2024-07-24) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index 25efeb84..cb3db066 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.15.2", + "version": "10.15.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 12d10acf..e68467d6 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.15.3](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.15.2...catalyst-angular-v10.15.3) (2024-07-26) + + +### Miscellaneous Chores + +* **catalyst-angular:** Synchronize catalyst versions + ## [10.15.2](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.15.1...catalyst-angular-v10.15.2) (2024-07-24) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index aad1508a..1a209a81 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "10.15.2", + "version": "10.15.3", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 9b1df10c..fd2f9fe4 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.15.2...catalyst-core-v10.15.3) (2024-07-26) + + +### Bug Fixes + +* **core:** read label of inline datepicker by screenreader ([f346293](https://github.com/haiilo/catalyst/commit/f3462934f702b863b523022e46a2ce5c112e7a8e)) + ## [10.15.2](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.15.1...catalyst-core-v10.15.2) (2024-07-24) diff --git a/core/package.json b/core/package.json index 0a3a0f84..e4bd8f33 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "10.15.2", + "version": "10.15.3", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index df6601c4..799db858 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.15.2...catalyst-react-v10.15.3) (2024-07-26) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [10.15.2](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.15.1...catalyst-react-v10.15.2) (2024-07-24) diff --git a/react/package.json b/react/package.json index 0cf65474..6309939a 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "10.15.2", + "version": "10.15.3", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index b38803d7..12773db3 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.15.2...catalyst-tokens-v10.15.3) (2024-07-26) + + +### Miscellaneous Chores + +* **catalyst-tokens:** Synchronize catalyst versions + ## [10.15.2](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.15.1...catalyst-tokens-v10.15.2) (2024-07-24) diff --git a/tokens/package.json b/tokens/package.json index 8daa6ad4..418dca20 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "10.15.2", + "version": "10.15.3", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {