Skip to content

Commit

Permalink
chore: release main (#449)
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 Jan 29, 2024
1 parent 2e48742 commit 7b809b7
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 10 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": "9.1.0",
"core": "9.1.0",
"angular/projects/catalyst": "9.1.0",
"angular/projects/catalyst-formly": "9.1.0",
"react": "9.1.0"
"tokens": "10.0.0",
"core": "10.0.0",
"angular/projects/catalyst": "10.0.0",
"angular/projects/catalyst-formly": "10.0.0",
"react": "10.0.0"
}
7 changes: 7 additions & 0 deletions angular/projects/catalyst-formly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v9.1.0...catalyst-angular-formly-v10.0.0) (2024-01-29)


### Miscellaneous Chores

* **catalyst-angular-formly:** Synchronize catalyst versions

## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v9.0.0...catalyst-angular-formly-v9.1.0) (2024-01-24)


Expand Down
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": "9.1.0",
"version": "10.0.0",
"description": "Angular Formly bindings for Catalyst Design System",
"license": "MIT",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions angular/projects/catalyst/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v9.1.0...catalyst-angular-v10.0.0) (2024-01-29)


### ⚠ BREAKING CHANGES

* **angular:** change dialog actions: replace row-reverse with justify-content end to fix a11y ([#451](https://github.com/haiilo/catalyst/issues/451))

### Features

* add space-between alignment for dialog actions buttons ([#450](https://github.com/haiilo/catalyst/issues/450)) ([a4abb0f](https://github.com/haiilo/catalyst/commit/a4abb0f458fcefd8641ad768a512de16ae371057))
* **angular:** adjust peer dependency versions for angular and angular CDK ([a6403f7](https://github.com/haiilo/catalyst/commit/a6403f7142dfe7ed926aa646571f8752015eaff6))
* **angular:** change dialog actions: replace row-reverse with justify-content end to fix a11y ([#451](https://github.com/haiilo/catalyst/issues/451)) ([2e48742](https://github.com/haiilo/catalyst/commit/2e48742bbfb5d4071ecd8efa09ab99e352b27c6f))

## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v9.0.0...catalyst-angular-v9.1.0) (2024-01-24)


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": "9.1.0",
"version": "10.0.0",
"description": "Angular wrapper for Catalyst Design System",
"license": "MIT",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v9.1.0...catalyst-core-v10.0.0) (2024-01-29)


### Features

* **angular:** improve i18n logging ([bdf0979](https://github.com/haiilo/catalyst/commit/bdf09796133a5d046a61b78c8657bd975b58afd3))


### Bug Fixes

* **core:** remove console log ([d1d5b59](https://github.com/haiilo/catalyst/commit/d1d5b597ca84b8a5f31ff297b1d90edb21127990))

## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v9.0.0...catalyst-core-v9.1.0) (2024-01-24)


Expand Down
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": "9.1.0",
"version": "10.0.0",
"description": "Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v9.1.0...catalyst-react-v10.0.0) (2024-01-29)


### Miscellaneous Chores

* **catalyst-react:** Synchronize catalyst versions

## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v9.0.0...catalyst-react-v9.1.0) (2024-01-24)


Expand Down
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": "9.1.0",
"version": "10.0.0",
"description": "React wrapper for Catalyst Design System",
"license": "MIT",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.0.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v9.1.0...catalyst-tokens-v10.0.0) (2024-01-29)


### Miscellaneous Chores

* **catalyst-tokens:** Synchronize catalyst versions

## [9.1.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v9.0.0...catalyst-tokens-v9.1.0) (2024-01-24)


Expand Down
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": "9.1.0",
"version": "10.0.0",
"description": "Design tokens for Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 7b809b7

Please sign in to comment.