Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - md-to-bemjson@1.0.2
 - mdast-util-to-bemjson@1.0.3
 - remark-bemjson@1.0.2
  • Loading branch information
birhoff committed Jun 20, 2019
1 parent f789633 commit 77cd403
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/md-to-bemjson/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.0.2](https://github.com/bem-contrib/md-to-bemjson/compare/md-to-bemjson@1.0.1...md-to-bemjson@1.0.2) (2019-06-20)

**Note:** Version bump only for package md-to-bemjson





## [1.0.1](https://github.com/bem-contrib/md-to-bemjson/compare/md-to-bemjson@1.0.0...md-to-bemjson@1.0.1) (2019-06-20)

**Note:** Version bump only for package md-to-bemjson
Expand Down
4 changes: 2 additions & 2 deletions packages/md-to-bemjson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-to-bemjson",
"version": "1.0.1",
"version": "1.0.2",
"description": "markdown to bemjson converter",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"bluebird": "^3.5.0",
"html2bemjson": "^1.9.0",
"lodash.defaultsdeep": "^4.6.0",
"remark-bemjson": "^1.0.1",
"remark-bemjson": "^1.0.2",
"remark-github": "^7.0.0",
"remark-inline-links": "^3.0.3",
"remark-parse": "^6.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/mdast-util-to-bemjson/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.0.3](https://github.com/bem-contrib/md-to-bemjson/compare/mdast-util-to-bemjson@1.0.2...mdast-util-to-bemjson@1.0.3) (2019-06-20)

**Note:** Version bump only for package mdast-util-to-bemjson





## [1.0.2](https://github.com/bem-contrib/md-to-bemjson/compare/mdast-util-to-bemjson@1.0.1...mdast-util-to-bemjson@1.0.2) (2019-06-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/mdast-util-to-bemjson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdast-util-to-bemjson",
"version": "1.0.2",
"version": "1.0.3",
"description": "Converts mdast tree to bemjson tree",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/remark-bemjson/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.0.2](https://github.com/bem-contrib/md-to-bemjson/compare/remark-bemjson@1.0.1...remark-bemjson@1.0.2) (2019-06-20)

**Note:** Version bump only for package remark-bemjson





## [1.0.1](https://github.com/bem-contrib/md-to-bemjson/compare/remark-bemjson@1.0.0...remark-bemjson@1.0.1) (2019-06-20)

**Note:** Version bump only for package remark-bemjson
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-bemjson/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-bemjson",
"version": "1.0.1",
"version": "1.0.2",
"description": "remark plugin to compile bemjson",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"lodash.defaultsdeep": "^4.6.0",
"mdast-util-to-bemjson": "^1.0.2",
"mdast-util-to-bemjson": "^1.0.3",
"umd": "^3.0.3"
}
}

0 comments on commit 77cd403

Please sign in to comment.