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 Aug 1, 2024
2 parents fd53170 + 2b4f797 commit c48a13e
Show file tree
Hide file tree
Showing 11 changed files with 45 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.15.3",
"core": "10.15.3",
"angular/projects/catalyst": "10.15.3",
"angular/projects/catalyst-formly": "10.15.3",
"react": "10.15.3"
"tokens": "10.16.0",
"core": "10.16.0",
"angular/projects/catalyst": "10.16.0",
"angular/projects/catalyst-formly": "10.16.0",
"react": "10.16.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.16.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.15.3...catalyst-angular-formly-v10.16.0) (2024-07-31)


### Miscellaneous Chores

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

## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-angular-formly-v10.15.2...catalyst-angular-formly-v10.15.3) (2024-07-26)


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.15.3",
"version": "10.16.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.

## [10.16.0](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.15.3...catalyst-angular-v10.16.0) (2024-07-31)


### Miscellaneous Chores

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

## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-angular-v10.15.2...catalyst-angular-v10.15.3) (2024-07-26)


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

## [10.16.0](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.15.3...catalyst-core-v10.16.0) (2024-07-31)


### Miscellaneous Chores

* **catalyst-core:** Synchronize catalyst versions

## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-core-v10.15.2...catalyst-core-v10.15.3) (2024-07-26)


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.15.3",
"version": "10.16.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.16.0](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.15.3...catalyst-react-v10.16.0) (2024-07-31)


### Miscellaneous Chores

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

## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-react-v10.15.2...catalyst-react-v10.15.3) (2024-07-26)


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.15.3",
"version": "10.16.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.16.0](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.15.3...catalyst-tokens-v10.16.0) (2024-07-31)


### Features

* **tokens:** add hex colors as token output ([94919c2](https://github.com/haiilo/catalyst/commit/94919c2ff77bf5062f6cfda8dc403694ff0d6de5))

## [10.15.3](https://github.com/haiilo/catalyst/compare/catalyst-tokens-v10.15.2...catalyst-tokens-v10.15.3) (2024-07-26)


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

0 comments on commit c48a13e

Please sign in to comment.