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
awinogradov committed Dec 28, 2018
1 parent b76e4e1 commit c836d59
Show file tree
Hide file tree
Showing 8 changed files with 41 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.4.1](https://github.com/bem/bem-react/tree/master/packages/classname/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2018-12-28)

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





# 1.4.0 (2018-12-21)


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.4.0",
"version": "1.4.1",
"description": "BEM React ClassName",
"repository": "https://github.com/bem/bem-react/tree/master/packages/classname",
"keywords": [
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.1](https://github.com/bem/bem-react/tree/master/packages/classnames/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2018-12-28)

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





# 1.3.0 (2018-12-21)


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.0",
"version": "1.3.1",
"description": "BEM React ClassNames merge",
"repository": "https://github.com/bem/bem-react/tree/master/packages/classnames",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.6.1](https://github.com/bem/bem-react/tree/master/packages/core/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2018-12-28)

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





# 1.6.0 (2018-12-21)


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.0",
"version": "1.6.1",
"description": "BEM React Core",
"repository": "https://github.com/bem/bem-react/tree/master/packages/core",
"keywords": [
Expand All @@ -27,8 +27,8 @@
"test": "../../node_modules/.bin/nyc npm run unit test/*.test.tsx"
},
"dependencies": {
"@bem-react/classname": "^1.4.0",
"@bem-react/classnames": "^1.3.0"
"@bem-react/classname": "^1.4.1",
"@bem-react/classnames": "^1.3.1"
},
"peerDependencies": {
"react": "^15.6.2 || ^16.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/di/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.4.0](https://github.com/bem/bem-react/tree/master/packages/di/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2018-12-28)


### Features

* **di:** the way to add typings for registry result ([b76e4e1](https://github.com/bem/bem-react/tree/master/packages/di/commit/b76e4e1))





# 1.3.0 (2018-12-21)


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.3.0",
"version": "1.4.0",
"description": "BEM React Dependency Injection",
"repository": "https://github.com/bem/bem-react/tree/master/packages/di",
"keywords": [
Expand Down

0 comments on commit c836d59

Please sign in to comment.