Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 66 changed files with 435 additions and 83 deletions.
16 changes: 16 additions & 0 deletions packages/mrm-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 7.0.0 (2022-03-22)


### Features

* **lint-staged:** Husky upgrade v6 to v7 ([#206](https://github.com/sapegin/mrm/issues/206)) ([87779e8](https://github.com/sapegin/mrm/commit/87779e891efbd61ec10b59f7c41ac66b4263d6ce)), closes [#205](https://github.com/sapegin/mrm/issues/205) [#192](https://github.com/sapegin/mrm/issues/192)


### BREAKING CHANGES

* **lint-staged:** Node 10 support was dropped from Husky v7





## 6.1.7 (2021-10-14)

**Note:** Version bump only for package mrm-core
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": "6.1.7",
"version": "7.0.0",
"description": "Utilities to make tasks for Mrm",
"author": {
"name": "Artem Sapegin",
Expand Down
16 changes: 16 additions & 0 deletions packages/mrm-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.0.0 (2022-03-22)


### Features

* **lint-staged:** Husky upgrade v6 to v7 ([#206](https://github.com/sapegin/mrm/issues/206)) ([87779e8](https://github.com/sapegin/mrm/commit/87779e891efbd61ec10b59f7c41ac66b4263d6ce)), closes [#205](https://github.com/sapegin/mrm/issues/205) [#192](https://github.com/sapegin/mrm/issues/192)


### BREAKING CHANGES

* **lint-staged:** Node 10 support was dropped from Husky v7





## 3.0.8 (2021-10-14)

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

40 changes: 20 additions & 20 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": "3.0.8",
"version": "4.0.0",
"description": "Common tasks for Mrm",
"author": {
"name": "Artem Sapegin",
Expand All @@ -24,24 +24,24 @@
"mrm-preset"
],
"dependencies": {
"mrm-core": "^6.1.7",
"mrm-task-ci": "^1.0.8",
"mrm-task-codecov": "^4.0.8",
"mrm-task-contributing": "^3.0.8",
"mrm-task-dependabot": "^2.0.8",
"mrm-task-editorconfig": "^3.0.8",
"mrm-task-eslint": "^3.0.8",
"mrm-task-gitignore": "^3.1.7",
"mrm-task-jest": "^3.0.8",
"mrm-task-license": "^4.0.8",
"mrm-task-lint-staged": "^6.0.8",
"mrm-task-package": "^3.1.7",
"mrm-task-prettier": "^4.0.8",
"mrm-task-readme": "^3.0.8",
"mrm-task-semantic-release": "^5.1.7",
"mrm-task-styleguidist": "^3.0.8",
"mrm-task-stylelint": "^4.0.8",
"mrm-task-travis": "^3.0.8",
"mrm-task-typescript": "^3.0.8"
"mrm-core": "^7.0.0",
"mrm-task-ci": "^2.0.0",
"mrm-task-codecov": "^5.0.0",
"mrm-task-contributing": "^4.0.0",
"mrm-task-dependabot": "^3.0.0",
"mrm-task-editorconfig": "^4.0.0",
"mrm-task-eslint": "^4.0.0",
"mrm-task-gitignore": "^4.0.0",
"mrm-task-jest": "^4.0.0",
"mrm-task-license": "^5.0.0",
"mrm-task-lint-staged": "^7.0.0",
"mrm-task-package": "^4.0.0",
"mrm-task-prettier": "^5.0.0",
"mrm-task-readme": "^4.0.0",
"mrm-task-semantic-release": "^6.0.0",
"mrm-task-styleguidist": "^4.0.0",
"mrm-task-stylelint": "^5.0.0",
"mrm-task-travis": "^4.0.0",
"mrm-task-typescript": "^4.0.0"
}
}
16 changes: 16 additions & 0 deletions packages/mrm-task-ci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 2.0.0 (2022-03-22)


### Features

* **lint-staged:** Husky upgrade v6 to v7 ([#206](https://github.com/sapegin/mrm/issues/206)) ([87779e8](https://github.com/sapegin/mrm/commit/87779e891efbd61ec10b59f7c41ac66b4263d6ce)), closes [#205](https://github.com/sapegin/mrm/issues/205) [#192](https://github.com/sapegin/mrm/issues/192)


### BREAKING CHANGES

* **lint-staged:** Node 10 support was dropped from Husky v7





## 1.0.8 (2021-10-14)

**Note:** Version bump only for package mrm-task-ci
Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-ci/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-ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-ci",
"version": "1.0.8",
"version": "2.0.0",
"description": "Mrm task that adds GitHub Actions workflow that runs Node.js tests",
"author": {
"name": "Artem Sapegin",
Expand Down Expand Up @@ -30,7 +30,7 @@
"git-default-branch": "^1.0.0",
"got": "^11.8.0",
"lodash": "^4.17.20",
"mrm-core": "^6.1.7",
"mrm-core": "^7.0.0",
"package-repo-url": "^1.0.3",
"semver-utils": "^1.1.4"
}
Expand Down
16 changes: 16 additions & 0 deletions packages/mrm-task-codecov/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 5.0.0 (2022-03-22)


### Features

* **lint-staged:** Husky upgrade v6 to v7 ([#206](https://github.com/sapegin/mrm/issues/206)) ([87779e8](https://github.com/sapegin/mrm/commit/87779e891efbd61ec10b59f7c41ac66b4263d6ce)), closes [#205](https://github.com/sapegin/mrm/issues/205) [#192](https://github.com/sapegin/mrm/issues/192)


### BREAKING CHANGES

* **lint-staged:** Node 10 support was dropped from Husky v7





## 4.0.8 (2021-10-14)

**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": "4.0.8",
"version": "5.0.0",
"description": "Mrm task that adds Codecov to Travis CI config",
"author": {
"name": "Artem Sapegin",
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"git-default-branch": "^1.0.0",
"mrm-core": "^6.1.7",
"mrm-core": "^7.0.0",
"package-repo-url": "^1.0.3"
}
}
16 changes: 16 additions & 0 deletions packages/mrm-task-contributing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.0.0 (2022-03-22)


### Features

* **lint-staged:** Husky upgrade v6 to v7 ([#206](https://github.com/sapegin/mrm/issues/206)) ([87779e8](https://github.com/sapegin/mrm/commit/87779e891efbd61ec10b59f7c41ac66b4263d6ce)), closes [#205](https://github.com/sapegin/mrm/issues/205) [#192](https://github.com/sapegin/mrm/issues/192)


### BREAKING CHANGES

* **lint-staged:** Node 10 support was dropped from Husky v7





## 3.0.8 (2021-10-14)

**Note:** Version bump only for package mrm-task-contributing
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": "3.0.8",
"version": "4.0.0",
"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": "^6.1.7"
"mrm-core": "^7.0.0"
}
}
16 changes: 16 additions & 0 deletions packages/mrm-task-dependabot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.0.0 (2022-03-22)


### Features

* **lint-staged:** Husky upgrade v6 to v7 ([#206](https://github.com/sapegin/mrm/issues/206)) ([87779e8](https://github.com/sapegin/mrm/commit/87779e891efbd61ec10b59f7c41ac66b4263d6ce)), closes [#205](https://github.com/sapegin/mrm/issues/205) [#192](https://github.com/sapegin/mrm/issues/192)


### BREAKING CHANGES

* **lint-staged:** Node 10 support was dropped from Husky v7





## 2.0.8 (2021-10-14)

**Note:** Version bump only for package mrm-task-dependabot
Expand Down
2 changes: 1 addition & 1 deletion packages/mrm-task-dependabot/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-dependabot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrm-task-dependabot",
"version": "2.0.8",
"version": "3.0.0",
"description": "Mrm task that adds GitHub Actions workflow to automerge Dependabot pull requests",
"author": {
"name": "Artem Sapegin",
Expand All @@ -23,6 +23,6 @@
"dependabot"
],
"dependencies": {
"mrm-core": "^6.1.7"
"mrm-core": "^7.0.0"
}
}
16 changes: 16 additions & 0 deletions packages/mrm-task-editorconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.0.0 (2022-03-22)


### Features

* **lint-staged:** Husky upgrade v6 to v7 ([#206](https://github.com/sapegin/mrm/issues/206)) ([87779e8](https://github.com/sapegin/mrm/commit/87779e891efbd61ec10b59f7c41ac66b4263d6ce)), closes [#205](https://github.com/sapegin/mrm/issues/205) [#192](https://github.com/sapegin/mrm/issues/192)


### BREAKING CHANGES

* **lint-staged:** Node 10 support was dropped from Husky v7





## 3.0.8 (2021-10-14)

**Note:** Version bump only for package mrm-task-editorconfig
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": "3.0.8",
"version": "4.0.0",
"description": "Mrm task that adds EditorConfig",
"author": {
"name": "Artem Sapegin",
Expand All @@ -23,6 +23,6 @@
"editorconfig"
],
"dependencies": {
"mrm-core": "^6.1.7"
"mrm-core": "^7.0.0"
}
}
16 changes: 16 additions & 0 deletions packages/mrm-task-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 4.0.0 (2022-03-22)


### Features

* **lint-staged:** Husky upgrade v6 to v7 ([#206](https://github.com/sapegin/mrm/issues/206)) ([87779e8](https://github.com/sapegin/mrm/commit/87779e891efbd61ec10b59f7c41ac66b4263d6ce)), closes [#205](https://github.com/sapegin/mrm/issues/205) [#192](https://github.com/sapegin/mrm/issues/192)


### BREAKING CHANGES

* **lint-staged:** Node 10 support was dropped from Husky v7





## 3.0.8 (2021-10-14)

**Note:** Version bump only for package mrm-task-eslint
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.

Loading

0 comments on commit 4e1d4c8

Please sign in to comment.