diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 492993df..6adbdcd5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "10.1.1", - "core": "10.1.1", - "angular/projects/catalyst": "10.1.1", - "angular/projects/catalyst-formly": "10.1.1", - "react": "10.1.1" + "tokens": "10.2.0", + "core": "10.2.0", + "angular/projects/catalyst": "10.2.0", + "angular/projects/catalyst-formly": "10.2.0", + "react": "10.2.0" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 8f0948b9..313566b4 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.2.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.1.1...catalyst-angular-formly-v10.2.0) (2024-03-12) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [10.1.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.1.0...catalyst-angular-formly-v10.1.1) (2024-03-11) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index 32bdcac1..24199b5a 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.1.1", + "version": "10.2.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 1f950f33..9a5d3c83 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.2.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.1.1...catalyst-angular-v10.2.0) (2024-03-12) + + +### Miscellaneous Chores + +* **catalyst-angular:** Synchronize catalyst versions + ## [10.1.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.1.0...catalyst-angular-v10.1.1) (2024-03-11) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index 31d5173f..8f27b898 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "10.1.1", + "version": "10.2.0", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 523b0d01..5087295a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.2.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.1.1...catalyst-core-v10.2.0) (2024-03-12) + + +### Features + +* **core:** update dependencies ([2bfadd1](https://github.com/haiilo/catalyst/commit/2bfadd1aa3fe38bb3f1ecbe8ff329f77d6d28555)) + + +### Bug Fixes + +* **core:** add missing styles ([83f5b69](https://github.com/haiilo/catalyst/commit/83f5b69cbfe14a2abb38b681d248a36b8ce4dae8)) + ## [10.1.1](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.1.0...catalyst-core-v10.1.1) (2024-03-11) diff --git a/core/package.json b/core/package.json index 8a21ad64..e8683990 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "10.1.1", + "version": "10.2.0", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index be77bb4a..ae32a224 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.2.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.1.1...catalyst-react-v10.2.0) (2024-03-12) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [10.1.1](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.1.0...catalyst-react-v10.1.1) (2024-03-11) diff --git a/react/package.json b/react/package.json index c8e467d8..419b747e 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "10.1.1", + "version": "10.2.0", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index ce094578..e0eb96d4 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.2.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.1.1...catalyst-tokens-v10.2.0) (2024-03-12) + + +### Features + +* **core:** update dependencies ([2bfadd1](https://github.com/haiilo/catalyst/commit/2bfadd1aa3fe38bb3f1ecbe8ff329f77d6d28555)) + + +### Bug Fixes + +* **tokens:** fix wrong CSS property names for info theme ([2ba027d](https://github.com/haiilo/catalyst/commit/2ba027dd8554210fcc97214c6bad8d461cc838d2)) + ## [10.1.1](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.1.0...catalyst-tokens-v10.1.1) (2024-03-11) diff --git a/tokens/package.json b/tokens/package.json index 72804fa6..fbe34d7e 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "10.1.1", + "version": "10.2.0", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {