Skip to content

Commit

Permalink
chore(release): 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 6, 2022
1 parent 7c85b6c commit b51844a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.11 (2022-05-06)

### 0.5.10 (2022-05-06)

### 0.5.9 (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.10",
"version": "0.5.11",
"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.10",
"@haiilo/catalyst": "^0.5.11",
"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.10",
"version": "0.5.11",
"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.10",
"@haiilo/catalyst-tokens": "^0.5.11",
"@stencil/core": "2.15.0",
"autosize": "^5.0.1",
"focus-trap": "6.8.1",
Expand Down
18 changes: 9 additions & 9 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.10",
"version": "0.5.11",
"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.10",
"version": "0.5.11",
"description": "Design tokens for Catalyst Design System",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit b51844a

Please sign in to comment.