Skip to content

Commit cd60067

Browse files
committed
chore(release): publish
- @bem-react/core@6.0.0 - @bem-react/di@6.0.0 - @bem-react/pack@3.1.1
1 parent c2d5bb7 commit cd60067

8 files changed

Lines changed: 34 additions & 22 deletions

File tree

packages/core/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+
# [6.0.0](https://github.com/bem/bem-react/compare/@bem-react/core@5.2.0...@bem-react/core@6.0.0) (2026-02-06)
7+
8+
### Features
9+
10+
- upgrade to React 19 with new JSX runtime ([0aefc4c](https://github.com/bem/bem-react/commit/0aefc4c7d19a5c756f5cfdf5a0cae2703104101b))
11+
12+
### BREAKING CHANGES
13+
14+
- drop support for React 16, 17, and 18
15+
616
# [5.2.0](https://github.com/bem/bem-react/compare/@bem-react/core@5.1.0...@bem-react/core@5.2.0) (2025-06-15)
717

818
### 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": "5.2.0",
3+
"version": "6.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+
# [6.0.0](https://github.com/bem/bem-react/compare/@bem-react/di@5.1.0...@bem-react/di@6.0.0) (2026-02-06)
7+
8+
### Features
9+
10+
- upgrade to React 19 with new JSX runtime ([0aefc4c](https://github.com/bem/bem-react/commit/0aefc4c7d19a5c756f5cfdf5a0cae2703104101b))
11+
12+
### BREAKING CHANGES
13+
14+
- drop support for React 16, 17, and 18
15+
616
# [5.1.0](https://github.com/bem/bem-react/compare/@bem-react/di@5.0.0...@bem-react/di@5.1.0) (2025-06-15)
717

818
### Features

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": "5.1.0",
3+
"version": "6.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: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
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.1.0](https://github.com/bem/bem-react/compare/@bem-react/pack@3.0.0...@bem-react/pack@3.1.0) (2023-06-01)
7-
8-
9-
### Features
6+
## [3.1.1](https://github.com/bem/bem-react/compare/@bem-react/pack@3.1.0...@bem-react/pack@3.1.1) (2026-02-06)
107

11-
* impl ts resolve alias plugin ([2fc5c2f](https://github.com/bem/bem-react/commit/2fc5c2f64108cbc558d713a615f4425af660d4fd))
8+
### Bug Fixes
129

10+
- **pack:** add skipLibCheck to fix @types/node compatibility ([c2d5bb7](https://github.com/bem/bem-react/commit/c2d5bb7316d9b679b59dea73515a24ca6b796270))
1311

12+
# [3.1.0](https://github.com/bem/bem-react/compare/@bem-react/pack@3.0.0...@bem-react/pack@3.1.0) (2023-06-01)
1413

14+
### Features
1515

16+
- impl ts resolve alias plugin ([2fc5c2f](https://github.com/bem/bem-react/commit/2fc5c2f64108cbc558d713a615f4425af660d4fd))
1617

1718
# [3.0.0](https://github.com/bem/bem-react/compare/@bem-react/pack@1.6.0...@bem-react/pack@3.0.0) (2022-12-15)
1819

packages/pack/package-lock.json

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/pack/package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
11
{
22
"name": "@bem-react/pack",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
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",
7-
"keywords": [
8-
"bem",
9-
"build",
10-
"react"
11-
],
7+
"keywords": ["bem", "build", "react"],
128
"bin": {
139
"pack": "bin/pack"
1410
},
1511
"publishConfig": {
1612
"access": "public"
1713
},
18-
"files": [
19-
"bin",
20-
"lib"
21-
],
14+
"files": ["bin", "lib"],
2215
"license": "MPL-2.0",
2316
"scripts": {
2417
"build": "tsc",

0 commit comments

Comments
 (0)