diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d65dbaa..8b0b14e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "9.1.0", - "core": "9.1.0", - "angular/projects/catalyst": "9.1.0", - "angular/projects/catalyst-formly": "9.1.0", - "react": "9.1.0" + "tokens": "10.0.0", + "core": "10.0.0", + "angular/projects/catalyst": "10.0.0", + "angular/projects/catalyst-formly": "10.0.0", + "react": "10.0.0" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 32ed99ff..7ed5f56b 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v9.1.0...catalyst-angular-formly-v10.0.0) (2024-01-29) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v9.0.0...catalyst-angular-formly-v9.1.0) (2024-01-24) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index be123794..66718502 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": "9.1.0", + "version": "10.0.0", "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 e99ceb2c..77346e7b 100644 --- a/angular/projects/catalyst/CHANGELOG.md +++ b/angular/projects/catalyst/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v9.1.0...catalyst-angular-v10.0.0) (2024-01-29) + + +### ⚠ BREAKING CHANGES + +* **angular:** change dialog actions: replace row-reverse with justify-content end to fix a11y ([#451](https://github.com/haiilo/catalyst/issues/451)) + +### Features + +* add space-between alignment for dialog actions buttons ([#450](https://github.com/haiilo/catalyst/issues/450)) ([a4abb0f](https://github.com/haiilo/catalyst/commit/a4abb0f458fcefd8641ad768a512de16ae371057)) +* **angular:** adjust peer dependency versions for angular and angular CDK ([a6403f7](https://github.com/haiilo/catalyst/commit/a6403f7142dfe7ed926aa646571f8752015eaff6)) +* **angular:** change dialog actions: replace row-reverse with justify-content end to fix a11y ([#451](https://github.com/haiilo/catalyst/issues/451)) ([2e48742](https://github.com/haiilo/catalyst/commit/2e48742bbfb5d4071ecd8efa09ab99e352b27c6f)) + ## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v9.0.0...catalyst-angular-v9.1.0) (2024-01-24) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index ad773b56..a8f9f9c4 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "9.1.0", + "version": "10.0.0", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index d24eb118..435f0f77 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v9.1.0...catalyst-core-v10.0.0) (2024-01-29) + + +### Features + +* **angular:** improve i18n logging ([bdf0979](https://github.com/haiilo/catalyst/commit/bdf09796133a5d046a61b78c8657bd975b58afd3)) + + +### Bug Fixes + +* **core:** remove console log ([d1d5b59](https://github.com/haiilo/catalyst/commit/d1d5b597ca84b8a5f31ff297b1d90edb21127990)) + ## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v9.0.0...catalyst-core-v9.1.0) (2024-01-24) diff --git a/core/package.json b/core/package.json index e9f82f08..6cc84e93 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "9.1.0", + "version": "10.0.0", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 389586a4..c16b00aa 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v9.1.0...catalyst-react-v10.0.0) (2024-01-29) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v9.0.0...catalyst-react-v9.1.0) (2024-01-24) diff --git a/react/package.json b/react/package.json index 68dbb226..de9b23d6 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "9.1.0", + "version": "10.0.0", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 40cff408..a3f3ce33 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v9.1.0...catalyst-tokens-v10.0.0) (2024-01-29) + + +### Miscellaneous Chores + +* **catalyst-tokens:** Synchronize catalyst versions + ## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v9.0.0...catalyst-tokens-v9.1.0) (2024-01-24) diff --git a/tokens/package.json b/tokens/package.json index d3f0cde4..9db8714b 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "9.1.0", + "version": "10.0.0", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {