Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 60 changed files with 257 additions and 76 deletions.
11 changes: 11 additions & 0 deletions packages/mrm-core/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.

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


### Bug Fixes

* Handle non-registry installs ([#90](https://github.com/sapegin/mrm/issues/90)) ([2b29a76](https://github.com/sapegin/mrm/commit/2b29a765fe8e4c81a4c968e281e3000d78da500b)), closes [#89](https://github.com/sapegin/mrm/issues/89)





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


Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-core/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-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-core",
"version": "4.1.1",
"version": "4.1.2",
"description": "Utilities to make tasks for Mrm",
"author": {
"name": "Artem Sapegin",
Expand Down
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.0.10](https://github.com/sapegin/mrm/compare/[email protected]@2.0.10) (2020-08-19)

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





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

**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.

36 changes: 18 additions & 18 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.0.9",
"version": "2.0.10",
"description": "Common tasks for Mrm",
"author": {
"name": "Artem Sapegin",
Expand All @@ -24,22 +24,22 @@
"mrm-preset"
],
"dependencies": {
"mrm-core": "^4.1.1",
"mrm-task-codecov": "^2.0.5",
"mrm-task-contributing": "^2.0.7",
"mrm-task-editorconfig": "^2.0.6",
"mrm-task-eslint": "^2.0.6",
"mrm-task-gitignore": "^2.0.6",
"mrm-task-jest": "^2.0.5",
"mrm-task-license": "^3.0.4",
"mrm-task-lint-staged": "^3.0.5",
"mrm-task-package": "^2.0.5",
"mrm-task-prettier": "^3.0.3",
"mrm-task-readme": "^2.0.5",
"mrm-task-semantic-release": "^3.0.6",
"mrm-task-styleguidist": "^2.0.5",
"mrm-task-stylelint": "^3.0.5",
"mrm-task-travis": "^2.0.5",
"mrm-task-typescript": "^2.0.5"
"mrm-core": "^4.1.2",
"mrm-task-codecov": "^2.0.6",
"mrm-task-contributing": "^2.0.8",
"mrm-task-editorconfig": "^2.0.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-lint-staged": "^3.0.6",
"mrm-task-package": "^2.0.6",
"mrm-task-prettier": "^3.0.4",
"mrm-task-readme": "^2.0.6",
"mrm-task-semantic-release": "^3.0.7",
"mrm-task-styleguidist": "^2.0.6",
"mrm-task-stylelint": "^3.0.6",
"mrm-task-travis": "^2.0.6",
"mrm-task-typescript": "^2.0.6"
}
}
11 changes: 11 additions & 0 deletions packages/mrm-task-codecov/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.

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


### Bug Fixes

* Migrate to the new parameters API ([fcc2d61](https://github.com/sapegin/mrm/commit/fcc2d61be7ec720b0cd4c45e3cb65c6f543a45fb))





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

**Note:** Version bump only for package mrm-task-codecov
Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-codecov/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-task-codecov/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-codecov",
"version": "2.0.5",
"version": "2.0.6",
"description": "Mrm task that adds Codecov to Travis CI config",
"author": {
"name": "Artem Sapegin",
Expand All @@ -26,6 +26,6 @@
],
"dependencies": {
"git-username": "^1.0.0",
"mrm-core": "^4.1.1"
"mrm-core": "^4.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/mrm-task-contributing/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.0.8](https://github.com/sapegin/mrm/compare/[email protected]@2.0.8) (2020-08-19)

**Note:** Version bump only for package mrm-task-contributing





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


Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-contributing/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-task-contributing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-contributing",
"version": "2.0.7",
"version": "2.0.8",
"description": "Mrm task that adds contributing guidelines",
"author": {
"name": "Artem Sapegin",
Expand All @@ -25,6 +25,6 @@
],
"dependencies": {
"git-username": "^1.0.0",
"mrm-core": "^4.1.1"
"mrm-core": "^4.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/mrm-task-editorconfig/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.0.7](https://github.com/sapegin/mrm/compare/[email protected]@2.0.7) (2020-08-19)

**Note:** Version bump only for package mrm-task-editorconfig





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


Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-editorconfig/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-task-editorconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-editorconfig",
"version": "2.0.6",
"version": "2.0.7",
"description": "Mrm task that adds EditorConfig",
"author": {
"name": "Artem Sapegin",
Expand All @@ -23,6 +23,6 @@
"editorconfig"
],
"dependencies": {
"mrm-core": "^4.1.1"
"mrm-core": "^4.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/mrm-task-eslint/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.0.7](https://github.com/sapegin/mrm/compare/[email protected]@2.0.7) (2020-08-19)

**Note:** Version bump only for package mrm-task-eslint





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


Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-eslint/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-task-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-eslint",
"version": "2.0.6",
"version": "2.0.7",
"description": "Mrm task that adds ESLint",
"author": {
"name": "Artem Sapegin",
Expand All @@ -25,6 +25,6 @@
"javascript"
],
"dependencies": {
"mrm-core": "^4.1.1"
"mrm-core": "^4.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/mrm-task-gitignore/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.0.7](https://github.com/sapegin/mrm/compare/[email protected]@2.0.7) (2020-08-19)

**Note:** Version bump only for package mrm-task-gitignore





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


Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-gitignore/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-task-gitignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-gitignore",
"version": "2.0.6",
"version": "2.0.7",
"description": "Mrm task that adds .gitignore",
"author": {
"name": "Artem Sapegin",
Expand All @@ -24,6 +24,6 @@
"gitignore"
],
"dependencies": {
"mrm-core": "^4.1.1"
"mrm-core": "^4.1.2"
}
}
8 changes: 8 additions & 0 deletions packages/mrm-task-gitter/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.0.6](https://github.com/sapegin/mrm/compare/[email protected]@2.0.6) (2020-08-19)

**Note:** Version bump only for package mrm-task-gitter





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

**Note:** Version bump only for package mrm-task-gitter
Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-gitter/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-task-gitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-gitter",
"version": "2.0.5",
"version": "2.0.6",
"description": "Mrm task that adds Gitter badge to the readme",
"author": {
"name": "Artem Sapegin",
Expand All @@ -25,6 +25,6 @@
"badge"
],
"dependencies": {
"mrm-core": "^4.1.1"
"mrm-core": "^4.1.2"
}
}
11 changes: 11 additions & 0 deletions packages/mrm-task-jest/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.

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


### Bug Fixes

* Migrate to the new parameters API ([fcc2d61](https://github.com/sapegin/mrm/commit/fcc2d61be7ec720b0cd4c45e3cb65c6f543a45fb))





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

**Note:** Version bump only for package mrm-task-jest
Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-jest/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-task-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-jest",
"version": "2.0.5",
"version": "2.0.6",
"description": "Mrm task that adds Jest",
"author": {
"name": "Artem Sapegin",
Expand All @@ -26,6 +26,6 @@
],
"dependencies": {
"lodash": "^4.17.15",
"mrm-core": "^4.1.1"
"mrm-core": "^4.1.2"
}
}
Loading

0 comments on commit 16dc19f

Please sign in to comment.