Skip to content

Commit ff86996

Browse files
committed
chore(release): publish
- @bem-react/[email protected] - @bem-react/[email protected]
1 parent 243575c commit ff86996

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/classname/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.9](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2021-02-11)
7+
8+
### Bug Fixes
9+
10+
- **classname:** support mix via valueOf method ([243575c](https://github.com/bem/bem-react/commit/243575c918f7e157d45f2379ef5c31c16975b8ab))
11+
612
## [1.5.8](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2020-03-12)
713

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

packages/classname/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bem-react/classname",
3-
"version": "1.5.8",
3+
"version": "1.5.9",
44
"description": "BEM React ClassName",
55
"homepage": "https://github.com/bem/bem-react/tree/master/packages/classname",
66
"repository": "https://github.com/bem/bem-react",

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.4](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2021-02-11)
7+
8+
**Note:** Version bump only for package @bem-react/core
9+
610
## [3.0.3](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2020-12-23)
711

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

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bem-react/core",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "BEM React Core",
55
"homepage": "https://github.com/bem/bem-react/tree/master/packages/core",
66
"repository": "https://github.com/bem/bem-react",
@@ -18,7 +18,7 @@
1818
"unit": "../../node_modules/.bin/jest --config ../../.config/jest/jest.config.js"
1919
},
2020
"dependencies": {
21-
"@bem-react/classname": "1.5.8",
21+
"@bem-react/classname": "1.5.9",
2222
"@bem-react/classnames": "1.3.9"
2323
},
2424
"peerDependencies": {

0 commit comments

Comments
 (0)