Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @bem-react/[email protected]
  • Loading branch information
yarastqt committed Dec 27, 2019
1 parent 8595d01 commit dcb03d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
6 changes: 6 additions & 0 deletions packages/di/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-12-27)

### Bug Fixes

- **di:** Add errors when base component is empty for extending component ([8595d01](https://github.com/bem/bem-react/commit/8595d01194ae00af4216a5d5824205c62d1e1161))

# [2.2.0](https://github.com/bem/bem-react/compare/@bem-react/[email protected]...@bem-react/[email protected]) (2019-12-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/di/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 6 additions & 24 deletions packages/di/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
{
"name": "@bem-react/di",
"version": "2.2.0",
"version": "2.2.1",
"description": "BEM React Dependency Injection",
"homepage": "https://github.com/bem/bem-react/tree/master/packages/di",
"repository": "https://github.com/bem/bem-react",
"keywords": [
"bem",
"level",
"dependency",
"di",
"dependency injection",
"react"
],
"keywords": ["bem", "level", "dependency", "di", "dependency injection", "react"],
"main": "index.js",
"typings": "di.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"build",
"di.d.ts"
],
"files": ["build", "di.d.ts"],
"license": "MPL-2.0",
"scripts": {
"prepublishOnly": "npm run build",
Expand All @@ -33,17 +23,9 @@
"react": "^16.8.0"
},
"nyc": {
"include": [
"di.tsx"
],
"extension": [
".ts",
".tsx"
],
"reporter": [
"text",
"html"
],
"include": ["di.tsx"],
"extension": [".ts", ".tsx"],
"reporter": ["text", "html"],
"sourceMap": true,
"instrument": true,
"all": true
Expand Down

0 comments on commit dcb03d8

Please sign in to comment.