Skip to content

Commit 21fc8d6

Browse files
committed
chore(release): publish
- @bem-react/[email protected] - @bem-react/[email protected] - @bem-react/[email protected]
1 parent 1b236d4 commit 21fc8d6

File tree

8 files changed

+25
-5
lines changed

8 files changed

+25
-5
lines changed

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+
# [5.0.0](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2022-12-15)
7+
8+
### Features
9+
10+
- update to react@18 ([f08e4d6](https://github.com/bem/bem-react/commit/f08e4d686d7891e4356859932ee18812700a4e27))
11+
612
# [4.0.0](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2022-12-15)
713

814
### Features

packages/core/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/core",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
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",

packages/di/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [5.0.0](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2022-12-15)
7+
8+
### Bug Fixes
9+
10+
- types ([17ab34b](https://github.com/bem/bem-react/commit/17ab34b168c5f5904b6a9b87c0fbb7f9a071cf0a))
11+
12+
### Features
13+
14+
- update to react@18 ([f08e4d6](https://github.com/bem/bem-react/commit/f08e4d686d7891e4356859932ee18812700a4e27))
15+
616
# [4.0.0](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2022-12-15)
717

818
### 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": "4.0.0",
3+
"version": "5.0.0",
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",

packages/pack/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.0](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2022-12-15)
7+
8+
**Note:** Version bump only for package @bem-react/pack
9+
610
# [2.0.0](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2022-12-15)
711

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

packages/pack/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/pack/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/pack",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A tool for building and prepare components for publishing",
55
"homepage": "https://github.com/bem/bem-react/tree/master/packages/pack",
66
"repository": "https://github.com/bem/bem-react",

0 commit comments

Comments
 (0)