Skip to content

Commit

Permalink
chore(release): 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 11, 2022
1 parent 1323e0d commit 5917584
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 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.

### 0.5.13 (2022-05-11)


### Features

* **core:** add missing exported components to angular module ([1323e0d](https://github.com/haiilo/catalyst/commit/1323e0d1fb7b0a12dc58ee0f34f925b10c98d49e))

### 0.5.12 (2022-05-06)

### 0.5.11 (2022-05-06)
Expand Down
4 changes: 2 additions & 2 deletions angular/projects/catalyst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/catalyst-angular",
"version": "0.5.12",
"version": "0.5.13",
"description": "Angular wrapper for Catalyst Design System",
"license": "MIT",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"rxjs": ">=6.6.0"
},
"dependencies": {
"@haiilo/catalyst": "^0.5.12",
"@haiilo/catalyst": "^0.5.13",
"tslib": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/catalyst",
"version": "0.5.12",
"version": "0.5.13",
"description": "Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@floating-ui/dom": "0.4.1",
"@haiilo/catalyst-tokens": "^0.5.12",
"@haiilo/catalyst-tokens": "^0.5.13",
"@stencil/core": "2.15.0",
"autosize": "^5.0.1",
"focus-trap": "6.8.1",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 5917584

Please sign in to comment.