Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @heycar-uikit/[email protected]
 - @heycar-uikit/[email protected]
 - @heycar-uikit/[email protected]
  • Loading branch information
semantic-release-bot committed Mar 10, 2023
1 parent c1e1219 commit f8cb163
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/hey-car/heycar-uikit/compare/@heycar-uikit/[email protected]...@heycar-uikit/[email protected]) (2023-03-10)


### Features

* **themes:** theme now sets base text size and color ([#159](https://github.com/hey-car/heycar-uikit/issues/159)) ([8d946b2](https://github.com/hey-car/heycar-uikit/commit/8d946b2577426194fda0da69ff084a378395f128))





## 1.0.1 (2023-02-16)

**Note:** Version bump only for package @heycar-uikit/pagination
4 changes: 2 additions & 2 deletions packages/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heycar-uikit/pagination",
"version": "1.0.1",
"version": "1.1.0",
"description": "HeyCar-UIKit Pagination",
"main": "dist/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@heycar-uikit/icons": "^3.0.1",
"@heycar-uikit/typography": "^3.2.0",
"@heycar-uikit/typography": "^3.3.0",
"classnames": "^2.3.1"
},
"author": "HeyCar Team",
Expand Down
11 changes: 11 additions & 0 deletions packages/themes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/hey-car/heycar-uikit/compare/@heycar-uikit/[email protected]...@heycar-uikit/[email protected]) (2023-03-10)


### Features

* **themes:** theme now sets base text size and color ([#159](https://github.com/hey-car/heycar-uikit/issues/159)) ([8d946b2](https://github.com/hey-car/heycar-uikit/commit/8d946b2577426194fda0da69ff084a378395f128))





# [2.1.0](https://github.com/hey-car/heycar-uikit/compare/@heycar-uikit/[email protected]...@heycar-uikit/[email protected]) (2023-03-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heycar-uikit/themes",
"version": "2.1.0",
"version": "2.2.0",
"description": "HeyCar-UIKit themes",
"main": "default.css",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/typography/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.3.0](https://github.com/hey-car/heycar-uikit/compare/@heycar-uikit/[email protected]...@heycar-uikit/[email protected]) (2023-03-10)


### Features

* **themes:** theme now sets base text size and color ([#159](https://github.com/hey-car/heycar-uikit/issues/159)) ([8d946b2](https://github.com/hey-car/heycar-uikit/commit/8d946b2577426194fda0da69ff084a378395f128))





# [3.2.0](https://github.com/hey-car/heycar-uikit/compare/@heycar-uikit/[email protected]...@heycar-uikit/[email protected]) (2023-02-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/typography/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heycar-uikit/typography",
"version": "3.2.0",
"version": "3.3.0",
"description": "HeyCar-UIKit typography",
"main": "dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

1 comment on commit f8cb163

@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 97.7% 1188/1216
🟢 Branches 85.53% 266/311
🟢 Functions 94.79% 91/96
🟢 Lines 98.27% 1082/1101

Test suite run success

273 tests passing in 41 suites.

Report generated by 🧪jest coverage report action from f8cb163

Please sign in to comment.