Skip to content

Commit

Permalink
chore: Publish :shipit: [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrm Bot committed Sep 23, 2020
1 parent 6a6ff30 commit d28e6dc
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/mrm-preset-default/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.

## [2.2.2](https://github.com/sapegin/mrm/compare/[email protected]@2.2.2) (2020-09-23)

**Note:** Version bump only for package mrm-preset-default





## [2.2.1](https://github.com/sapegin/mrm/compare/[email protected]@2.2.1) (2020-09-05)

**Note:** Version bump only for package mrm-preset-default
Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-preset-default/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/mrm-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-preset-default",
"version": "2.2.1",
"version": "2.2.2",
"description": "Common tasks for Mrm",
"author": {
"name": "Artem Sapegin",
Expand Down Expand Up @@ -32,7 +32,7 @@
"mrm-task-eslint": "^2.0.7",
"mrm-task-gitignore": "^2.0.7",
"mrm-task-jest": "^2.0.6",
"mrm-task-license": "^3.0.5",
"mrm-task-license": "^3.0.6",
"mrm-task-lint-staged": "^3.0.6",
"mrm-task-package": "^2.1.0",
"mrm-task-prettier": "^3.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/mrm-task-license/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.

## [3.0.6](https://github.com/sapegin/mrm/compare/[email protected]@3.0.6) (2020-09-23)


### Bug Fixes

* **license:** Support package.json author fields as an object ([#94](https://github.com/sapegin/mrm/issues/94)) ([6a6ff30](https://github.com/sapegin/mrm/commit/6a6ff30f503e6429b30a559ec644e8c7e6d9a95c))





## [3.0.5](https://github.com/sapegin/mrm/compare/[email protected]@3.0.5) (2020-08-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-license/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/mrm-task-license/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-license",
"version": "3.0.5",
"version": "3.0.6",
"description": "Mrm task that adds a license file",
"author": {
"name": "Artem Sapegin",
Expand Down
8 changes: 8 additions & 0 deletions packages/mrm/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.

## [2.5.1](https://github.com/sapegin/mrm/compare/[email protected]@2.5.1) (2020-09-23)

**Note:** Version bump only for package mrm





# [2.5.0](https://github.com/sapegin/mrm/compare/[email protected]@2.5.0) (2020-09-18)


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

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

4 changes: 2 additions & 2 deletions packages/mrm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm",
"version": "2.5.0",
"version": "2.5.1",
"description": "Codemods for your project config files",
"author": {
"name": "Artem Sapegin",
Expand Down Expand Up @@ -31,7 +31,7 @@
"middleearth-names": "^1.1.0",
"minimist": "^1.2.0",
"mrm-core": "^4.1.2",
"mrm-preset-default": "^2.2.1",
"mrm-preset-default": "^2.2.2",
"package-json": "6.5.0",
"requireg": "^0.2.2",
"semver-utils": "^1.1.4",
Expand Down

0 comments on commit d28e6dc

Please sign in to comment.