Skip to content

Commit

Permalink
chore: resolved export bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Oct 21, 2023
1 parent f40025a commit bfbf425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 3 additions & 5 deletions libs/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s

## [1.2.0](https://github.com/rhinobase/design-system/compare/ui-1.1.1...ui-1.2.0) (2023-10-21)


### Features

* exported all classes variables from components and converted them to cva ([6de1f5a](https://github.com/rhinobase/design-system/commit/6de1f5a9ab49dd001c41ff3cf3667eba506ceaa4))

- exported all classes variables from components and converted them to cva ([6de1f5a](https://github.com/rhinobase/design-system/commit/6de1f5a9ab49dd001c41ff3cf3667eba506ceaa4))

### Bug Fixes

* corrected ssr for all components ([6ff1c6a](https://github.com/rhinobase/design-system/commit/6ff1c6ae478167f440dc71582ff95efa1c9de06d))
* minor corrections ([20ed6de](https://github.com/rhinobase/design-system/commit/20ed6ded81e81579ad494c9c11792357d27e20f0))
- corrected ssr for all components ([6ff1c6a](https://github.com/rhinobase/design-system/commit/6ff1c6ae478167f440dc71582ff95efa1c9de06d))
- minor corrections ([20ed6de](https://github.com/rhinobase/design-system/commit/20ed6ded81e81579ad494c9c11792357d27e20f0))

## [1.1.1](https://github.com/rhinobase/design-system/compare/ui-1.1.0...ui-1.1.1) (2023-10-12)

Expand Down
5 changes: 0 additions & 5 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
"bugs": {
"url": "https://github.com/rhinobase/raftyui/issues"
},
"exports": {
"types": "./index.cjs.d.ts",
"import": "./index.esm.js",
"require": "./index.cjs.js"
},
"sideEffects": false,
"types": "./index.cjs.d.ts",
"peerDependencies": {
Expand Down

0 comments on commit bfbf425

Please sign in to comment.