Skip to content

Commit

Permalink
chore(main): release 4.0.2 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Jan 30, 2023
1 parent b1579f7 commit c9581a2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.0.2](https://github.com/gravity-ui/uikit/compare/v4.0.1...v4.0.2) (2023-01-30)


### Bug Fixes

* package exports fixes ([#512](https://github.com/gravity-ui/uikit/issues/512)) ([b1579f7](https://github.com/gravity-ui/uikit/commit/b1579f7123495628c5831c76db2ab54cba335343))

## [4.0.1](https://github.com/gravity-ui/uikit/compare/v4.0.0...v4.0.1) (2023-01-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/uikit",
"version": "4.0.1",
"version": "4.0.2",
"description": "Gravity UI base styling and components",
"license": "MIT",
"repository": {
Expand All @@ -23,8 +23,12 @@
"types": "./index.d.ts",
"typesVersions": {
"*": {
"*": ["./build/esm/*"],
"index.d.ts": ["./build/esm/index.d.ts"]
"*": [
"./build/esm/*"
],
"index.d.ts": [
"./build/esm/index.d.ts"
]
}
},
"sideEffects": [
Expand Down

0 comments on commit c9581a2

Please sign in to comment.