Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bem-react/[email protected]
 - @bem-react/[email protected]
  • Loading branch information
yarastqt committed Feb 11, 2021
1 parent 243575c commit ff86996
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/classname/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.9](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2021-02-11)

### Bug Fixes

- **classname:** support mix via valueOf method ([243575c](https://github.com/bem/bem-react/commit/243575c918f7e157d45f2379ef5c31c16975b8ab))

## [1.5.8](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2020-03-12)

**Note:** Version bump only for package @bem-react/classname
Expand Down
2 changes: 1 addition & 1 deletion packages/classname/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bem-react/classname",
"version": "1.5.8",
"version": "1.5.9",
"description": "BEM React ClassName",
"homepage": "https://github.com/bem/bem-react/tree/master/packages/classname",
"repository": "https://github.com/bem/bem-react",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.4](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2021-02-11)

**Note:** Version bump only for package @bem-react/core

## [3.0.3](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2020-12-23)

**Note:** Version bump only for package @bem-react/core
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bem-react/core",
"version": "3.0.3",
"version": "3.0.4",
"description": "BEM React Core",
"homepage": "https://github.com/bem/bem-react/tree/master/packages/core",
"repository": "https://github.com/bem/bem-react",
Expand All @@ -18,7 +18,7 @@
"unit": "../../node_modules/.bin/jest --config ../../.config/jest/jest.config.js"
},
"dependencies": {
"@bem-react/classname": "1.5.8",
"@bem-react/classname": "1.5.9",
"@bem-react/classnames": "1.3.9"
},
"peerDependencies": {
Expand Down

0 comments on commit ff86996

Please sign in to comment.