Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @heycar-uikit/breadcrumbs@1.1.0
  • Loading branch information
semantic-release-bot committed May 24, 2023
1 parent f138cb0 commit 9b15c7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2023-05-24)


### Features

* **breadcrumbs:** add new breadcrumbs component ([#210](https://github.com/hey-car/heycar-uikit/issues/210)) ([09017a2](https://github.com/hey-car/heycar-uikit/commit/09017a232afd5f3b0a7375b795c7ecc8b81e6e54))
2 changes: 1 addition & 1 deletion packages/breadcrumbs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heycar-uikit/breadcrumbs",
"version": "1.0.0",
"version": "1.1.0",
"description": "HeyCar-UIKit Breadcrumbs",
"main": "dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

1 comment on commit 9b15c7e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 96.35% 1795/1863
🟢 Branches 84.71% 504/595
🟢 Functions 82.97% 151/182
🟢 Lines 96.56% 1601/1658

Test suite run success

378 tests passing in 53 suites.

Report generated by 🧪jest coverage report action from 9b15c7e

Please sign in to comment.