Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/haiilo/catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Dec 1, 2023
2 parents 35d8e12 + a87b224 commit 2bcf793
Show file tree
Hide file tree
Showing 11 changed files with 67 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": "8.1.1",
"core": "8.1.1",
"angular/projects/catalyst": "8.1.1",
"angular/projects/catalyst-formly": "8.1.1",
"react": "8.1.1"
"tokens": "8.2.0",
"core": "8.2.0",
"angular/projects/catalyst": "8.2.0",
"angular/projects/catalyst-formly": "8.2.0",
"react": "8.2.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

## [8.2.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v8.1.1...catalyst-angular-formly-v8.2.0) (2023-11-30)


### Miscellaneous Chores

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

## [8.1.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v8.1.0...catalyst-angular-formly-v8.1.1) (2023-11-14)


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": "8.1.1",
"version": "8.2.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.

## [8.2.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v8.1.1...catalyst-angular-v8.2.0) (2023-11-30)


### Features

* **angular:** added errorInit to show form errors directly after initialization (default: false) ([c18a400](https://github.com/haiilo/catalyst/commit/c18a4000c1f3e0360f95ba838726f0a600a23c22))

## [8.1.1](https://github.com/haiilo/catalyst/compare/catalyst-angular-v8.1.0...catalyst-angular-v8.1.1) (2023-11-14)


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

## [8.2.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v8.1.1...catalyst-core-v8.2.0) (2023-11-30)


### Features

* **angular:** added errorInit to show form errors directly after initialization (default: false) ([c18a400](https://github.com/haiilo/catalyst/commit/c18a4000c1f3e0360f95ba838726f0a600a23c22))
* **core:** move to @stencil/core v4.8.0 ([f272cbb](https://github.com/haiilo/catalyst/commit/f272cbb3147434fb4adefc3db29cb0e3bc7aa7a8))
* **core:** support error state of tabs ([ebc28b0](https://github.com/haiilo/catalyst/commit/ebc28b0a4fb0c97555af410259b888c132a11e4e))
* **core:** support slotted labels and hints in datepicker (closes [#424](https://github.com/haiilo/catalyst/issues/424)) ([6ac32a4](https://github.com/haiilo/catalyst/commit/6ac32a4d876cadc76f0ac7c80c5efc2023f9608f))
* **core:** update eslint ([9e16908](https://github.com/haiilo/catalyst/commit/9e1690808d83ced15855a67efbc98fb09299715c))
* **core:** update icons to v2.1.0 ([66015d0](https://github.com/haiilo/catalyst/commit/66015d0e5eec2295f00af66bfdb2572eb6c32939))
* **core:** update prettier to v3.1.0 ([6821fad](https://github.com/haiilo/catalyst/commit/6821fad0a7bef4a0be664c601854d9afa1f84bf0))
* **core:** update ts and finally move to jest v29 ([6a1c0ac](https://github.com/haiilo/catalyst/commit/6a1c0acd633bd02eab4f03139038a1921e9c9508))


### Bug Fixes

* **core:** adjust spacings ([6379808](https://github.com/haiilo/catalyst/commit/6379808dbdc7c29c378d27e3777489bcb055053e))
* **core:** emit catClick on tab click (closes [#416](https://github.com/haiilo/catalyst/issues/416)) ([73a5a95](https://github.com/haiilo/catalyst/commit/73a5a95a384e66d075cd75b39be42cee9c102c4c))
* **core:** fix broken dialog background definition ([795956d](https://github.com/haiilo/catalyst/commit/795956d9e07d8b83947f587ff0b2abe99dbda605))
* **core:** language switch is broken in demo page ([4de6e94](https://github.com/haiilo/catalyst/commit/4de6e9470bf713d7cc73b23f43a58fca29b6795f))
* **core:** remove unneded margin overwrite from catalyst headline classes ([25ffe00](https://github.com/haiilo/catalyst/commit/25ffe0057bcc56eadf282e20c5c45151e372b980))
* **core:** tooltips are announced by the screenreader (closes [#425](https://github.com/haiilo/catalyst/issues/425)) ([71df679](https://github.com/haiilo/catalyst/commit/71df679c068d62f86913f0de9a1730a8006edf19))

## [8.1.1](https://github.com/haiilo/catalyst/compare/catalyst-core-v8.1.0...catalyst-core-v8.1.1) (2023-11-14)


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": "8.1.1",
"version": "8.2.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

## [8.2.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v8.1.1...catalyst-react-v8.2.0) (2023-11-30)


### Miscellaneous Chores

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

## [8.1.1](https://github.com/haiilo/catalyst/compare/catalyst-react-v8.1.0...catalyst-react-v8.1.1) (2023-11-14)


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": "8.1.1",
"version": "8.2.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
@@ -1,5 +1,17 @@
# Changelog

## [8.2.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v8.1.1...catalyst-tokens-v8.2.0) (2023-11-30)


### Features

* **tokens:** update styledictionary ([e97cbcd](https://github.com/haiilo/catalyst/commit/e97cbcd70d4d613aa8c16f298afd8bbff41cb9f4))


### Bug Fixes

* **tokens:** fix broken token build ([be1d67c](https://github.com/haiilo/catalyst/commit/be1d67c69774541443028d896cc4013b2f459673))

## [8.1.1](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v8.1.0...catalyst-tokens-v8.1.1) (2023-11-14)


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

0 comments on commit 2bcf793

Please sign in to comment.