From 881b5191936f14bae085683495c6f45a74d3f0cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:51:41 +0200 Subject: [PATCH] chore: release main (#403) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 10 +++++----- angular/projects/catalyst-formly/CHANGELOG.md | 11 ++++++++++- angular/projects/catalyst-formly/package.json | 2 +- angular/projects/catalyst/CHANGELOG.md | 7 +++++++ angular/projects/catalyst/package.json | 2 +- core/CHANGELOG.md | 17 +++++++++++++++++ core/package.json | 2 +- react/CHANGELOG.md | 8 ++++++++ react/package.json | 2 +- tokens/CHANGELOG.md | 12 ++++++++++++ tokens/package.json | 2 +- 11 files changed, 64 insertions(+), 11 deletions(-) create mode 100644 core/CHANGELOG.md create mode 100644 react/CHANGELOG.md create mode 100644 tokens/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b68ae5ff..00cb1b1a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { - "tokens": "6.5.1", - "core": "6.5.1", - "angular/projects/catalyst": "6.5.1", - "angular/projects/catalyst-formly": "6.5.1", - "react": "6.5.1" + "tokens": "7.0.0", + "core": "7.0.0", + "angular/projects/catalyst": "7.0.0", + "angular/projects/catalyst-formly": "7.0.0", + "react": "7.0.0" } diff --git a/angular/projects/catalyst-formly/CHANGELOG.md b/angular/projects/catalyst-formly/CHANGELOG.md index e4d87c4d..c1ed8a4e 100644 --- a/angular/projects/catalyst-formly/CHANGELOG.md +++ b/angular/projects/catalyst-formly/CHANGELOG.md @@ -1,4 +1,13 @@ -# Change Log +# Changelog + +## [7.0.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v6.5.1...catalyst-angular-formly-v7.0.0) (2023-10-20) + + +### Miscellaneous Chores + +* **catalyst-angular-formly:** Synchronize catalyst versions + +## Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/angular/projects/catalyst-formly/package.json b/angular/projects/catalyst-formly/package.json index cffc190a..7751b494 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": "6.5.1", + "version": "7.0.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 9915c810..010ae0c4 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.0.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v6.5.1...catalyst-angular-v7.0.0) (2023-10-20) + + +### Miscellaneous Chores + +* **catalyst-angular:** Synchronize catalyst versions + ## [0.5.1](https://github.com/haiilo/catalyst/compare/v0.5.0...v0.5.1) (2022-05-02) **Note:** Version bump only for package @haiilo/catalyst-angular diff --git a/angular/projects/catalyst/package.json b/angular/projects/catalyst/package.json index b81f593b..a9e46fbe 100644 --- a/angular/projects/catalyst/package.json +++ b/angular/projects/catalyst/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-angular", - "version": "6.5.1", + "version": "7.0.0", "description": "Angular wrapper for Catalyst Design System", "license": "MIT", "scripts": { diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md new file mode 100644 index 00000000..0ecf6237 --- /dev/null +++ b/core/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [7.0.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v6.5.1...catalyst-core-v7.0.0) (2023-10-20) + + +### ⚠ BREAKING CHANGES + +* **core:** full rework of editorial typo styles incl. removal of default margins ([#405](https://github.com/haiilo/catalyst/issues/405)) + +### Features + +* **core:** full rework of editorial typo styles incl. removal of default margins ([#405](https://github.com/haiilo/catalyst/issues/405)) ([70e6b9e](https://github.com/haiilo/catalyst/commit/70e6b9ea687f68fad5f1fa6da42e1f917133d584)) + + +### Bug Fixes + +* **core:** activeTab in tabs is not mutable (closes [#406](https://github.com/haiilo/catalyst/issues/406)) ([8d9f87c](https://github.com/haiilo/catalyst/commit/8d9f87c9b76114c5cf0b0e416f2c34ad67a38f12)) diff --git a/core/package.json b/core/package.json index a839ad38..8c9433cf 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst", - "version": "6.5.1", + "version": "7.0.0", "description": "Catalyst Design System", "license": "MIT", "repository": { diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md new file mode 100644 index 00000000..d66a3b8d --- /dev/null +++ b/react/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [7.0.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v6.5.1...catalyst-react-v7.0.0) (2023-10-20) + + +### Miscellaneous Chores + +* **catalyst-react:** Synchronize catalyst versions diff --git a/react/package.json b/react/package.json index 3a0d32f0..48b65f9b 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-react", - "version": "6.5.1", + "version": "7.0.0", "description": "React wrapper for Catalyst Design System", "license": "MIT", "publishConfig": { diff --git a/tokens/CHANGELOG.md b/tokens/CHANGELOG.md new file mode 100644 index 00000000..82e36525 --- /dev/null +++ b/tokens/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [7.0.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v6.5.1...catalyst-tokens-v7.0.0) (2023-10-20) + + +### ⚠ BREAKING CHANGES + +* **core:** full rework of editorial typo styles incl. removal of default margins ([#405](https://github.com/haiilo/catalyst/issues/405)) + +### Features + +* **core:** full rework of editorial typo styles incl. removal of default margins ([#405](https://github.com/haiilo/catalyst/issues/405)) ([70e6b9e](https://github.com/haiilo/catalyst/commit/70e6b9ea687f68fad5f1fa6da42e1f917133d584)) diff --git a/tokens/package.json b/tokens/package.json index ae070804..cd0255d3 100644 --- a/tokens/package.json +++ b/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/catalyst-tokens", - "version": "6.5.1", + "version": "7.0.0", "description": "Design tokens for Catalyst Design System", "license": "MIT", "repository": {