Skip to content

Commit 1622b63

Browse files
committed
chore(release): publish
- @bem-react/classname@1.5.11 - @bem-react/classnames@1.3.10 - @bem-react/core@3.0.7 - @bem-react/di@2.2.7
1 parent 1ccdee8 commit 1622b63

9 files changed

Lines changed: 31 additions & 7 deletions

File tree

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.11](https://github.com/bem/bem-react/compare/@bem-react/classname@1.5.10...@bem-react/classname@1.5.11) (2021-06-08)
7+
8+
### Bug Fixes
9+
10+
- update pkg ([1ccdee8](https://github.com/bem/bem-react/commit/1ccdee8d9c4c09a02f888ee880a332ac75b725fd))
11+
612
## [1.5.10](https://github.com/bem/bem-react/compare/@bem-react/classname@1.5.9...@bem-react/classname@1.5.10) (2021-04-29)
713

814
### Bug Fixes

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.10",
3+
"version": "1.5.11",
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/classnames/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.3.10](https://github.com/bem/bem-react/compare/@bem-react/classnames@1.3.9...@bem-react/classnames@1.3.10) (2021-06-08)
7+
8+
### Bug Fixes
9+
10+
- update pkg ([1ccdee8](https://github.com/bem/bem-react/commit/1ccdee8d9c4c09a02f888ee880a332ac75b725fd))
11+
612
## [1.3.9](https://github.com/bem/bem-react/compare/@bem-react/classnames@1.3.8...@bem-react/classnames@1.3.9) (2020-03-12)
713

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

packages/classnames/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/classnames",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "BEM React ClassNames merge",
55
"homepage": "https://github.com/bem/bem-react/tree/master/packages/classnames",
66
"repository": "https://github.com/bem/bem-react",

packages/core/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+
## [3.0.7](https://github.com/bem/bem-react/compare/@bem-react/core@3.0.6...@bem-react/core@3.0.7) (2021-06-08)
7+
8+
### Bug Fixes
9+
10+
- update pkg ([1ccdee8](https://github.com/bem/bem-react/commit/1ccdee8d9c4c09a02f888ee880a332ac75b725fd))
11+
612
## [3.0.6](https://github.com/bem/bem-react/compare/@bem-react/core@3.0.5...@bem-react/core@3.0.6) (2021-04-29)
713

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

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bem-react/core",
3-
"version": "3.0.6",
3+
"version": "3.0.7",
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,8 +18,8 @@
1818
"unit": "../../node_modules/.bin/jest --config ../../.config/jest/jest.config.js"
1919
},
2020
"dependencies": {
21-
"@bem-react/classname": "1.5.10",
22-
"@bem-react/classnames": "1.3.9"
21+
"@bem-react/classname": "1.5.11",
22+
"@bem-react/classnames": "1.3.10"
2323
},
2424
"peerDependencies": {
2525
"react": "^16.8.0 || ^17.0.0"

packages/di/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+
## [2.2.7](https://github.com/bem/bem-react/compare/@bem-react/di@2.2.6...@bem-react/di@2.2.7) (2021-06-08)
7+
8+
### Bug Fixes
9+
10+
- update pkg ([1ccdee8](https://github.com/bem/bem-react/commit/1ccdee8d9c4c09a02f888ee880a332ac75b725fd))
11+
612
## [2.2.6](https://github.com/bem/bem-react/compare/@bem-react/di@2.2.5...@bem-react/di@2.2.6) (2021-04-27)
713

814
### Bug Fixes

packages/di/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/di/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/di",
3-
"version": "2.2.6",
3+
"version": "2.2.7",
44
"description": "BEM React Dependency Injection",
55
"homepage": "https://github.com/bem/bem-react/tree/master/packages/di",
66
"repository": "https://github.com/bem/bem-react",

0 commit comments

Comments
 (0)