diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f83f03de..27eee820 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "10.4.0", - "core": "10.4.0", - "angular/projects/catalyst": "10.4.0", - "angular/projects/catalyst-formly": "10.4.0", - "react": "10.4.0" + "tokens": "10.5.0", + "core": "10.5.0", + "angular/projects/catalyst": "10.5.0", + "angular/projects/catalyst-formly": "10.5.0", + "react": "10.5.0" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index a2ff9aac..389ee71a 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.5.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.4.0...catalyst-angular-formly-v10.5.0) (2024-04-16) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.3.1...catalyst-angular-formly-v10.4.0) (2024-04-15) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index 7f86522a..75512aad 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.4.0", + "version": "10.5.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 82689acf..b12ec0b3 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.5.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.4.0...catalyst-angular-v10.5.0) (2024-04-16) + + +### Features + +* **core:** implement new inline date picker ([#491](https://github.com/haiilo/catalyst/issues/491)) ([44253a8](https://github.com/haiilo/catalyst/commit/44253a8ac53d080189e29cd19a9570f042b6b08e)) + ## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.3.1...catalyst-angular-v10.4.0) (2024-04-15) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index e5bae70c..dc277b05 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "10.4.0", + "version": "10.5.0", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 919a89c5..eeab0fe2 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [10.5.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.4.0...catalyst-core-v10.5.0) (2024-04-16) + + +### Features + +* **core:** implement new inline date picker ([#491](https://github.com/haiilo/catalyst/issues/491)) ([44253a8](https://github.com/haiilo/catalyst/commit/44253a8ac53d080189e29cd19a9570f042b6b08e)) +* **core:** selectively disable icon syncing ([9dde03e](https://github.com/haiilo/catalyst/commit/9dde03ee7a58c8c974ba97b360537d55b7707686)) + ## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.3.1...catalyst-core-v10.4.0) (2024-04-15) diff --git a/core/package.json b/core/package.json index bac85a23..85231752 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "10.4.0", + "version": "10.5.0", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index c0cdf0dd..593cbd6d 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.5.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.4.0...catalyst-react-v10.5.0) (2024-04-16) + + +### Features + +* **core:** implement new inline date picker ([#491](https://github.com/haiilo/catalyst/issues/491)) ([44253a8](https://github.com/haiilo/catalyst/commit/44253a8ac53d080189e29cd19a9570f042b6b08e)) + ## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.3.1...catalyst-react-v10.4.0) (2024-04-15) diff --git a/react/package.json b/react/package.json index 428bcf1f..a2013986 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "10.4.0", + "version": "10.5.0", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index f1820a2c..99a409a9 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.5.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.4.0...catalyst-tokens-v10.5.0) (2024-04-16) + + +### Miscellaneous Chores + +* **catalyst-tokens:** Synchronize catalyst versions + ## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.3.1...catalyst-tokens-v10.4.0) (2024-04-15) diff --git a/tokens/package.json b/tokens/package.json index bfbcc683..dd145001 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "10.4.0", + "version": "10.5.0", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {