diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78be69ef..34f6346c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "10.10.0", - "core": "10.10.0", - "angular/projects/catalyst": "10.10.0", - "angular/projects/catalyst-formly": "10.10.0", - "react": "10.10.0" + "tokens": "10.11.0", + "core": "10.11.0", + "angular/projects/catalyst": "10.11.0", + "angular/projects/catalyst-formly": "10.11.0", + "react": "10.11.0" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index e113e066..5bb53244 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.11.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.10.0...catalyst-angular-formly-v10.11.0) (2024-05-29) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.9.0...catalyst-angular-formly-v10.10.0) (2024-05-16) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index a50a34d6..8bcffac6 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.10.0", + "version": "10.11.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 53fae5d5..e9567a93 100644 --- a/angular/projects/catalyst/CHANGELOG.md +++ b/angular/projects/catalyst/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [10.11.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.10.0...catalyst-angular-v10.11.0) (2024-05-29) + + +### Bug Fixes + +* **angular:** add missing component exports (closes [#518](https://github.com/haiilo/catalyst/issues/518)) ([ad76f6d](https://github.com/haiilo/catalyst/commit/ad76f6d64e02bac66d18cb89ccfe355d4fddd246)) +* **angular:** add missing proxy build ([adcd406](https://github.com/haiilo/catalyst/commit/adcd406fa5db6e119cb6408db19232ecc463217e)) +* **angular:** emit end date with 23:59:59.999 (closes [#522](https://github.com/haiilo/catalyst/issues/522)) ([f6f5fc0](https://github.com/haiilo/catalyst/commit/f6f5fc05b77a1bf442273aa62f61590b2078d1cc)) + ## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.9.0...catalyst-angular-v10.10.0) (2024-05-16) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index 18ad3765..ee068ccd 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "10.10.0", + "version": "10.11.0", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 2c8140bc..5665eed3 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.11.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.10.0...catalyst-core-v10.11.0) (2024-05-29) + + +### Features + +* **core:** add missing label on inline datepicker (closes [#523](https://github.com/haiilo/catalyst/issues/523)) ([828f7b3](https://github.com/haiilo/catalyst/commit/828f7b3f62a43a6d0451f94d10b8c0f89ea7c9c6)) +* **core:** color input prefixes in muted color ([1da5cb2](https://github.com/haiilo/catalyst/commit/1da5cb20275355b6d6f11a5f0f56dfa420bcb56f)) + + +### Bug Fixes + +* **angular:** add missing proxy build ([adcd406](https://github.com/haiilo/catalyst/commit/adcd406fa5db6e119cb6408db19232ecc463217e)) +* **core:** add missing shadow for notifications ([e00b71c](https://github.com/haiilo/catalyst/commit/e00b71cea665168223018c3e10c98e485fae4ea8)) +* **core:** adjust minor a11y issues with selects ([bcb8d94](https://github.com/haiilo/catalyst/commit/bcb8d945ae62a95b0cf46817ce7f939c9789def2)) +* **core:** delay a11y checks (closes [#455](https://github.com/haiilo/catalyst/issues/455)) ([ae6811e](https://github.com/haiilo/catalyst/commit/ae6811ec2888840bbc271918a997b4412535127a)) +* **core:** fix typo in docs ([32837bc](https://github.com/haiilo/catalyst/commit/32837bc96414a6ab5b4670b0509b2dd407f03ace)) + ## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.9.0...catalyst-core-v10.10.0) (2024-05-16) diff --git a/core/package.json b/core/package.json index f47951d5..a6b3bb4e 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "10.10.0", + "version": "10.11.0", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index b817f3fd..7785edc2 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.11.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.10.0...catalyst-react-v10.11.0) (2024-05-29) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.9.0...catalyst-react-v10.10.0) (2024-05-16) diff --git a/react/package.json b/react/package.json index 367447c8..b99b4b57 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "10.10.0", + "version": "10.11.0", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index 6f3f7ed3..f550ca4a 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.11.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.10.0...catalyst-tokens-v10.11.0) (2024-05-29) + + +### Miscellaneous Chores + +* **catalyst-tokens:** Synchronize catalyst versions + ## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.9.0...catalyst-tokens-v10.10.0) (2024-05-16) diff --git a/tokens/package.json b/tokens/package.json index 694507de..6e1f97b5 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "10.10.0", + "version": "10.11.0", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {