diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba90d148..f83f03de 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "10.3.1", - "core": "10.3.1", - "angular/projects/catalyst": "10.3.1", - "angular/projects/catalyst-formly": "10.3.1", - "react": "10.3.1" + "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" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index 88809358..a2ff9aac 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.3.1...catalyst-angular-formly-v10.4.0) (2024-04-15) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + ## [10.3.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.3.0...catalyst-angular-formly-v10.3.1) (2024-04-10) diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index 5cff132e..7f86522a 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.3.1", + "version": "10.4.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 60de3265..82689acf 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.4.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.3.1...catalyst-angular-v10.4.0) (2024-04-15) + + +### Features + +* **angular:** add openWithRef to dialog service so dialog reference can be obtained by the user ([#494](https://github.com/haiilo/catalyst/issues/494)) ([7990167](https://github.com/haiilo/catalyst/commit/7990167e4598667a315ffd4b7ddc8d1819806d79)) + ## [10.3.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.3.0...catalyst-angular-v10.3.1) (2024-04-10) diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index d1bf09f4..e5bae70c 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "10.3.1", + "version": "10.4.0", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 18524e8e..919a89c5 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.3.1...catalyst-core-v10.4.0) (2024-04-15) + + +### Miscellaneous Chores + +* **catalyst-core:** Synchronize catalyst versions + ## [10.3.1](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.3.0...catalyst-core-v10.3.1) (2024-04-10) diff --git a/core/package.json b/core/package.json index f08303cf..bac85a23 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "10.3.1", + "version": "10.4.0", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 8b5152f3..c0cdf0dd 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.3.1...catalyst-react-v10.4.0) (2024-04-15) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions + ## [10.3.1](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.3.0...catalyst-react-v10.3.1) (2024-04-10) diff --git a/react/package.json b/react/package.json index 2c831544..428bcf1f 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "10.3.1", + "version": "10.4.0", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md index e5469a9a..f1820a2c 100644 --- a/tokens/CHANGELOG.md +++ b/tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [10.4.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.3.1...catalyst-tokens-v10.4.0) (2024-04-15) + + +### Miscellaneous Chores + +* **catalyst-tokens:** Synchronize catalyst versions + ## [10.3.1](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.3.0...catalyst-tokens-v10.3.1) (2024-04-10) diff --git a/tokens/package.json b/tokens/package.json index 6523a8e0..bfbcc683 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "10.3.1", + "version": "10.4.0", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {