Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.0.0...v8.0.0) (2023-04-27)

### chore

* fix rollup css ([#194](#194)) ([7d1fc92](7d1fc92))

### BREAKING CHANGES

* styles now need to be imported separately

* build(rollup): update to fix css exports

* build(package.json): updates to all packages to trigger version bump
  • Loading branch information
semantic-release-bot committed Apr 27, 2023
1 parent 7d1fc92 commit 26edc9a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [8.0.0](https://github.com/hey-car/heycar-uikit/compare/v7.0.0...v8.0.0) (2023-04-27)


### chore

* fix rollup css ([#194](https://github.com/hey-car/heycar-uikit/issues/194)) ([7d1fc92](https://github.com/hey-car/heycar-uikit/commit/7d1fc92711ce1ee6004359e39ecb46b8b6c49204))


### BREAKING CHANGES

* styles now need to be imported separately

* build(rollup): update to fix css exports

* build(package.json): updates to all packages to trigger version bump

# [7.0.0](https://github.com/hey-car/heycar-uikit/compare/v6.0.0...v7.0.0) (2023-04-26)


Expand Down
4 changes: 2 additions & 2 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heycar-uikit/core",
"version": "7.0.0",
"version": "8.0.0",
"description": "The React UI library from HeyCar",
"author": "HeyCar Team",
"main": "index.js",
Expand Down

0 comments on commit 26edc9a

Please sign in to comment.