Skip to content

Commit

Permalink
chore: release main (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 20, 2023
1 parent 70e6b9e commit 881b519
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
11 changes: 10 additions & 1 deletion angular/projects/catalyst-formly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion angular/projects/catalyst-formly/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions angular/projects/catalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion angular/projects/catalyst/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
17 changes: 17 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/catalyst",
"version": "6.5.1",
"version": "7.0.0",
"description": "Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 12 additions & 0 deletions tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 881b519

Please sign in to comment.