Skip to content

Commit

Permalink
chore: release main (#521)
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 May 29, 2024
1 parent e00b71c commit 1f01342
Show file tree
Hide file tree
Showing 11 changed files with 57 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": "10.10.0",
"core": "10.10.0",
"angular/projects/catalyst": "10.10.0",
"angular/projects/catalyst-formly": "10.10.0",
"react": "10.10.0"
"tokens": "10.11.0",
"core": "10.11.0",
"angular/projects/catalyst": "10.11.0",
"angular/projects/catalyst-formly": "10.11.0",
"react": "10.11.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.11.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.10.0...catalyst-angular-formly-v10.11.0) (2024-05-29)


### Miscellaneous Chores

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

## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.9.0...catalyst-angular-formly-v10.10.0) (2024-05-16)


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

## [10.11.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.10.0...catalyst-angular-v10.11.0) (2024-05-29)


### Bug Fixes

* **angular:** add missing component exports (closes [#518](https://github.com/haiilo/catalyst/issues/518)) ([ad76f6d](https://github.com/haiilo/catalyst/commit/ad76f6d64e02bac66d18cb89ccfe355d4fddd246))
* **angular:** add missing proxy build ([adcd406](https://github.com/haiilo/catalyst/commit/adcd406fa5db6e119cb6408db19232ecc463217e))
* **angular:** emit end date with 23:59:59.999 (closes [#522](https://github.com/haiilo/catalyst/issues/522)) ([f6f5fc0](https://github.com/haiilo/catalyst/commit/f6f5fc05b77a1bf442273aa62f61590b2078d1cc))

## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.9.0...catalyst-angular-v10.10.0) (2024-05-16)


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": "10.10.0",
"version": "10.11.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
@@ -1,5 +1,22 @@
# Changelog

## [10.11.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.10.0...catalyst-core-v10.11.0) (2024-05-29)


### Features

* **core:** add missing label on inline datepicker (closes [#523](https://github.com/haiilo/catalyst/issues/523)) ([828f7b3](https://github.com/haiilo/catalyst/commit/828f7b3f62a43a6d0451f94d10b8c0f89ea7c9c6))
* **core:** color input prefixes in muted color ([1da5cb2](https://github.com/haiilo/catalyst/commit/1da5cb20275355b6d6f11a5f0f56dfa420bcb56f))


### Bug Fixes

* **angular:** add missing proxy build ([adcd406](https://github.com/haiilo/catalyst/commit/adcd406fa5db6e119cb6408db19232ecc463217e))
* **core:** add missing shadow for notifications ([e00b71c](https://github.com/haiilo/catalyst/commit/e00b71cea665168223018c3e10c98e485fae4ea8))
* **core:** adjust minor a11y issues with selects ([bcb8d94](https://github.com/haiilo/catalyst/commit/bcb8d945ae62a95b0cf46817ce7f939c9789def2))
* **core:** delay a11y checks (closes [#455](https://github.com/haiilo/catalyst/issues/455)) ([ae6811e](https://github.com/haiilo/catalyst/commit/ae6811ec2888840bbc271918a997b4412535127a))
* **core:** fix typo in docs ([32837bc](https://github.com/haiilo/catalyst/commit/32837bc96414a6ab5b4670b0509b2dd407f03ace))

## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.9.0...catalyst-core-v10.10.0) (2024-05-16)


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": "10.10.0",
"version": "10.11.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.11.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.10.0...catalyst-react-v10.11.0) (2024-05-29)


### Miscellaneous Chores

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

## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.9.0...catalyst-react-v10.10.0) (2024-05-16)


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": "10.10.0",
"version": "10.11.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.11.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.10.0...catalyst-tokens-v10.11.0) (2024-05-29)


### Miscellaneous Chores

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

## [10.10.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.9.0...catalyst-tokens-v10.10.0) (2024-05-16)


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

0 comments on commit 1f01342

Please sign in to comment.