Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Morozov <[email protected]>
  • Loading branch information
gravity-ui-bot and amje authored Sep 9, 2022
1 parent 2df769d commit 805882e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [3.0.0](https://github.com/gravity-ui/uikit/compare/v2.15.0...v3.0.0) (2022-09-08)


### ⚠ BREAKING CHANGES

* transfer package from yandex-cloud (#331)
* updated i18n, and remove it from peer deps

#### Setting language in uikit

**v2**
```js
import {I18N} from '@yandex-cloud/i18n';

I18N.setDefaultLang('en');
```

**v3**
```js
import {configure} from '@gravity-ui/uikit';

configure({lang: 'en'});
```

### Features

* transfer package from yandex-cloud ([#331](https://github.com/gravity-ui/uikit/issues/331)) ([2df769d](https://github.com/gravity-ui/uikit/commit/2df769df109e882e8d0e8c25810c6c1bfcc16b2c))

## [2.15.0](https://github.com/yandex-cloud/uikit/compare/v2.14.0...v2.15.0) (2022-09-07)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/uikit",
"version": "2.15.0",
"version": "3.0.0",
"description": "Gravity UI base styling and components",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 805882e

Please sign in to comment.