Skip to content

Commit

Permalink
chore(release): 6.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Aug 28, 2023
1 parent 00b6343 commit cfefceb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.4.4](https://github.com/haiilo/catalyst/compare/v6.4.3...v6.4.4) (2023-08-28)


### Bug Fixes

* **core:** button font weight is not adjustable (closes [#365](https://github.com/haiilo/catalyst/issues/365)) ([00b6343](https://github.com/haiilo/catalyst/commit/00b634352d86deebf19dc040554129b39421e519))

### [6.4.3](https://github.com/haiilo/catalyst/compare/v6.4.2...v6.4.3) (2023-08-28)


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": "6.4.3",
"version": "6.4.4",
"description": "Angular Formly bindings for Catalyst Design System",
"license": "MIT",
"scripts": {
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.4.3",
"version": "6.4.4",
"description": "Angular wrapper for Catalyst Design System",
"license": "MIT",
"scripts": {
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": "6.4.3",
"version": "6.4.4",
"description": "Catalyst Design System",
"license": "MIT",
"repository": {
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": "6.4.3",
"version": "6.4.4",
"description": "React wrapper for Catalyst Design System",
"license": "MIT",
"publishConfig": {
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": "6.4.3",
"version": "6.4.4",
"description": "Design tokens for Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit cfefceb

Please sign in to comment.