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]
 - @bem-react/[email protected]
 - @bem-react/[email protected]
  • Loading branch information
yarastqt committed May 24, 2019
1 parent 4830d52 commit b2939f6
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/classname/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/bem/bem-react/tree/master/packages/classname/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-05-24)

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





# [1.5.0](https://github.com/bem/bem-react/tree/master/packages/classname/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-04-22)


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.0",
"version": "1.5.1",
"description": "BEM React ClassName",
"homepage": "https://github.com/bem/bem-react",
"repository": "https://github.com/bem/bem-react/tree/master/packages/classname",
Expand Down
8 changes: 8 additions & 0 deletions packages/classnames/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.3](https://github.com/bem/bem-react/tree/master/packages/classnames/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-05-24)

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





## [1.3.2](https://github.com/bem/bem-react/tree/master/packages/classnames/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-04-22)

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

# [2.0.0](https://github.com/bem/bem-react/tree/master/packages/core/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-05-24)


### Features

* **core:** add composeU for union types ([e45bf1a](https://github.com/bem/bem-react/tree/master/packages/core/commit/e45bf1a))
* **core:** change result type for compose ([4830d52](https://github.com/bem/bem-react/tree/master/packages/core/commit/4830d52))
* **core:** change result type for compose ([f2ce2d3](https://github.com/bem/bem-react/tree/master/packages/core/commit/f2ce2d3))


### BREAKING CHANGES

* **core:** Change result type for compose, now this not wokring with same modifiers.

If you wanna use same modifiers with different values,
then you should use `composeU` instead `compose`.





## [1.6.6](https://github.com/bem/bem-react/tree/master/packages/core/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-05-13)

**Note:** Version bump only for package @bem-react/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bem-react/core",
"version": "1.6.6",
"version": "2.0.0",
"description": "BEM React Core",
"homepage": "https://github.com/bem/bem-react",
"repository": "https://github.com/bem/bem-react/tree/master/packages/core",
Expand Down Expand Up @@ -28,8 +28,8 @@
"test": "../../node_modules/.bin/nyc npm run unit test/*.test.tsx"
},
"dependencies": {
"@bem-react/classname": "^1.5.0",
"@bem-react/classnames": "^1.3.2"
"@bem-react/classname": "^1.5.1",
"@bem-react/classnames": "^1.3.3"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/di/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/bem/bem-react/tree/master/packages/di/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-05-24)


### Features

* **di:** replace inverted by overridable ([957a0fe](https://github.com/bem/bem-react/tree/master/packages/di/commit/957a0fe))


### BREAKING CHANGES

* **di:** Set inverted flag by default and rename it to "overridable".





# [1.6.0](https://github.com/bem/bem-react/tree/master/packages/di/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-04-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bem-react/di",
"version": "1.6.0",
"version": "2.0.0",
"description": "BEM React Dependency Injection",
"homepage": "https://github.com/bem/bem-react",
"repository": "https://github.com/bem/bem-react/tree/master/packages/di",
Expand Down

0 comments on commit b2939f6

Please sign in to comment.