Skip to content

Commit

Permalink
chore(release): 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Aug 15, 2023
1 parent 087dcb8 commit 5bbee00
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.2](https://github.com/haiilo/catalyst/compare/v6.4.1...v6.4.2) (2023-08-15)


### Features

* **core:** rework main overview site ([07f3f48](https://github.com/haiilo/catalyst/commit/07f3f48f51e4ea858332345eaafe8f7a233c791e))


### Bug Fixes

* **core:** emit correct values for daterange picker ([087dcb8](https://github.com/haiilo/catalyst/commit/087dcb844ca2a03c894b01d8becea731ecc684a1))
* **core:** sync setLocale across multiple i18n registries ([22bcd01](https://github.com/haiilo/catalyst/commit/22bcd017f063ceb4f4bb7e555fbafa9a4f1ff3e0))
* **core:** update dependencies ([9da11bd](https://github.com/haiilo/catalyst/commit/9da11bd6777dfcb39ac7e855cc5ffa55b1cb1de5))

### [6.4.1](https://github.com/haiilo/catalyst/compare/v6.4.0...v6.4.1) (2023-08-09)


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

0 comments on commit 5bbee00

Please sign in to comment.