Skip to content

Commit

Permalink
Merge pull request #1431 from /issues/1430@v3
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
tadatuta committed Sep 27, 2016
2 parents dbc7b6a + f10efbd commit b196968
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.1.0

### Bug fixes

- An issue in `getMods()` method of `i-bem` was fixed ([#1379](https://github.com/bem/bem-core/issues/1379)).

### Notable changes

- Templates: support for escaped mode was introduced ([#1406](https://github.com/bem/bem-core/issues/1406)).

### Other changes

- Minor documentation updates.

## 3.0.1

### Bug fixes
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# История изменений

## 3.1.0

### В релиз вошли следующие исправления ошибок

- Исправлен баг в методе `getMods()` блока `i-bem` ([#1379](https://github.com/bem/bem-core/issues/1379)).

### Крупные изменения

- Шаблоны: реализована поддержка режима экранирования ([#1406](https://github.com/bem/bem-core/issues/1406)).

### Также в релиз вошли следующие изменения

- Мелкие исправления документации.

## 3.0.1

### В релиз вошли следующие исправления ошибок
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@
"devDependencies": {
"bem-naming": "^1.0.1",
"bem-walk": "1.0.0-alpha1",
"borschik": "^1.5.3",
"borschik": "^1.6.0",
"bower": "^1.7.9",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"enb": "^1.2.0",
"chai-as-promised": "^6.0.0",
"enb": "^1.4.0",
"enb-bem-docs": "0.11.0",
"enb-bem-examples": "^1.0.1",
"enb-bem-examples": "^1.0.2",
"enb-bem-i18n": "^1.1.0",
"enb-bem-specs": "^0.10.0",
"enb-bem-techs": "^2.1.0",
"enb-bem-tmpl-specs": "^1.1.0",
"enb-bem-techs": "^2.2.1",
"enb-bem-tmpl-specs": "^1.3.1",
"enb-bemxjst": "^8.0.0",
"enb-bemxjst-6x": "^6.5.3",
"enb-bemxjst-7x": "^7.3.1",
"enb-bemxjst-i18n": "1.0.0-beta3",
"enb-bh": "^1.1.0",
"enb-bh": "^1.2.0",
"enb-bh-i18n": "1.0.0-beta2",
"enb-borschik": "^2.1.0",
"enb-css": "^1.0.2",
"enb-borschik": "^2.4.0",
"enb-css": "^1.2.2",
"enb-js": "^1.1.0",
"enb-magic-factory": "^0.5.0",
"enb-magic-platform": "0.6.0",
"enb-magic-platform": "0.7.0",
"git-hooks": "^1.0.2",
"istanbul": "^0.4.3",
"jscs": "^2.11.0",
"jscs-bem": "^0.2.0",
"jshint": "^2.9.1",
"jshint-groups": "^0.8.0",
"mocha": "^2.4.5",
"mocha": "^3.1.0",
"vow": "^0.4.12"
},
"scripts": {
Expand Down

0 comments on commit b196968

Please sign in to comment.