diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5724fd96..0a6d2df7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "7.0.1", - "core": "7.0.1", - "angular/projects/catalyst": "7.0.1", - "angular/projects/catalyst-formly": "7.0.1", - "react": "7.0.1" + "tokens": "7.1.0", + "core": "7.1.0", + "angular/projects/catalyst": "7.1.0", + "angular/projects/catalyst-formly": "7.1.0", + "react": "7.1.0" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 8df25701..8d793a67 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v7.0.1...catalyst-angular-formly-v7.1.0) (2023-10-26) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [7.0.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v7.0.0...catalyst-angular-formly-v7.0.1) (2023-10-20) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index 18a25f05..30e45435 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": "7.0.1", + "version": "7.1.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 dd2c3bc2..9c0142a3 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. +## [7.1.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v7.0.1...catalyst-angular-v7.1.0) (2023-10-26) + + +### Features + +* support non-boolean values for checkboxes and toggles ([e9ea78e](https://github.com/haiilo/catalyst/commit/e9ea78e0abe916f8fb1af926489346833e29592f)) + ## [7.0.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-v7.0.0...catalyst-angular-v7.0.1) (2023-10-20) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index 55cf78a6..42913601 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "7.0.1", + "version": "7.1.0", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index a12cb543..4f65c627 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [7.1.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v7.0.1...catalyst-core-v7.1.0) (2023-10-26) + + +### Features + +* add cat-label css class helper ([bd56b19](https://github.com/haiilo/catalyst/commit/bd56b195455daa0aa02afcbda91ad1ce5e77b3e7)) +* add new info state to theming ([3c8c2ba](https://github.com/haiilo/catalyst/commit/3c8c2ba41fb38e2158de8809ec816d4df31e8890)) +* support non-boolean values for checkboxes and toggles ([e9ea78e](https://github.com/haiilo/catalyst/commit/e9ea78e0abe916f8fb1af926489346833e29592f)) + + +### Bug Fixes + +* update typo styles for nested links in alerts ([4ca67d9](https://github.com/haiilo/catalyst/commit/4ca67d912dbc3cfa90fe6889034819d45175a4ca)) + ## [7.0.1](https://github.com/haiilo/catalyst/compare/catalyst-core-v7.0.0...catalyst-core-v7.0.1) (2023-10-20) diff --git a/core/package.json b/core/package.json index 5eb19ac1..79101cd3 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "7.0.1", + "version": "7.1.0", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 8654a2d8..a468fb8b 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v7.0.1...catalyst-react-v7.1.0) (2023-10-26) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [7.0.1](https://github.com/haiilo/catalyst/compare/catalyst-react-v7.0.0...catalyst-react-v7.0.1) (2023-10-20) diff --git a/react/package.json b/react/package.json index da2fbc8b..76781002 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "7.0.1", + "version": "7.1.0", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 6af11418..8f971b22 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v7.0.1...catalyst-tokens-v7.1.0) (2023-10-26) + + +### Features + +* add new info state to theming ([3c8c2ba](https://github.com/haiilo/catalyst/commit/3c8c2ba41fb38e2158de8809ec816d4df31e8890)) + ## [7.0.1](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v7.0.0...catalyst-tokens-v7.0.1) (2023-10-20) diff --git a/tokens/package.json b/tokens/package.json index cbfb917b..9eb7899f 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "7.0.1", + "version": "7.1.0", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {