Skip to content

Commit

Permalink
v12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Apr 29, 2021
1 parent e0ec0bb commit 9c6c793
Show file tree
Hide file tree
Showing 40 changed files with 221 additions and 53 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint-config-lerna-scopes/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package commitlint-config-lerna-scopes





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package commitlint-config-lerna-scopes
Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-lerna-scopes",
"version": "12.1.1",
"version": "12.1.2",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -29,7 +29,7 @@
"node": ">=v10"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^12.1.1"
"@commitlint/config-lerna-scopes": "^12.1.2"
},
"devDependencies": {
"@commitlint/utils": "^12.1.1"
Expand Down
8 changes: 8 additions & 0 deletions @alias/commitlint/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

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





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package commitlint
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint",
"version": "12.1.1",
"version": "12.1.2",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -34,8 +34,8 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/types": "^12.1.1"
"@commitlint/cli": "^12.1.2",
"@commitlint/types": "^12.1.2"
},
"devDependencies": {
"@commitlint/test": "^12.1.0",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/cli/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/cli





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package @commitlint/cli
Expand Down
12 changes: 6 additions & 6 deletions @commitlint/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cli",
"version": "12.1.1",
"version": "12.1.2",
"description": "Lint your commit messages",
"files": [
"index.js",
Expand Down Expand Up @@ -43,11 +43,11 @@
"fs-extra": "^9.0.0"
},
"dependencies": {
"@commitlint/format": "^12.1.1",
"@commitlint/lint": "^12.1.1",
"@commitlint/load": "^12.1.1",
"@commitlint/read": "^12.1.1",
"@commitlint/types": "^12.1.1",
"@commitlint/format": "^12.1.2",
"@commitlint/lint": "^12.1.2",
"@commitlint/load": "^12.1.2",
"@commitlint/read": "^12.1.2",
"@commitlint/types": "^12.1.2",
"lodash": "^4.17.19",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-conventional/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/config-conventional





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package @commitlint/config-conventional
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-conventional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-conventional",
"version": "12.1.1",
"version": "12.1.2",
"description": "Shareable commitlint config enforcing conventional commits",
"files": [
"index.js"
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=v10"
},
"devDependencies": {
"@commitlint/lint": "^12.1.1",
"@commitlint/lint": "^12.1.2",
"@commitlint/utils": "^12.1.1"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-lerna-scopes/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/config-lerna-scopes





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)


Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/config-lerna-scopes",
"version": "12.1.1",
"version": "12.1.2",
"description": "Shareable commitlint config enforcing lerna package and workspace names as scopes",
"files": [
"index.js"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/core/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/core





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package @commitlint/core
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/core",
"version": "12.1.1",
"version": "12.1.2",
"description": "Lint your commit messages",
"main": "lib/core.js",
"types": "lib/core.d.ts",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/format": "^12.1.1",
"@commitlint/lint": "^12.1.1",
"@commitlint/load": "^12.1.1",
"@commitlint/read": "^12.1.1"
"@commitlint/format": "^12.1.2",
"@commitlint/lint": "^12.1.2",
"@commitlint/load": "^12.1.2",
"@commitlint/read": "^12.1.2"
},
"devDependencies": {
"@commitlint/utils": "^12.1.1"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/cz-commitlint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/cz-commitlint
6 changes: 3 additions & 3 deletions @commitlint/cz-commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/cz-commitlint",
"version": "1.0.0",
"version": "12.1.2",
"description": "Commitizen adapter using the commitlint.config.js",
"main": "./lib/index.js",
"files": [
Expand All @@ -26,8 +26,8 @@
}
},
"dependencies": {
"@commitlint/load": "^12.1.1",
"@commitlint/types": "^12.1.1",
"@commitlint/load": "^12.1.2",
"@commitlint/types": "^12.1.2",
"chalk": "^4.1.0",
"lodash": "^4.17.21",
"word-wrap": "^1.2.3"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/ensure/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/ensure





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package @commitlint/ensure
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/ensure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/ensure",
"version": "12.1.1",
"version": "12.1.2",
"description": "Lint your commit messages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"globby": "^11.0.0"
},
"dependencies": {
"@commitlint/types": "^12.1.1",
"@commitlint/types": "^12.1.2",
"lodash": "^4.17.19"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/format/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/format





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package @commitlint/format
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/format",
"version": "12.1.1",
"version": "12.1.2",
"description": "Format commitlint reports",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@commitlint/utils": "^12.1.1"
},
"dependencies": {
"@commitlint/types": "^12.1.1",
"@commitlint/types": "^12.1.2",
"chalk": "^4.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/is-ignored/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/is-ignored





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)


Expand Down
6 changes: 3 additions & 3 deletions @commitlint/is-ignored/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/is-ignored",
"version": "12.1.1",
"version": "12.1.2",
"description": "Lint your commit messages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -34,13 +34,13 @@
},
"license": "MIT",
"devDependencies": {
"@commitlint/parse": "^12.1.1",
"@commitlint/parse": "^12.1.2",
"@commitlint/test": "^12.1.0",
"@commitlint/utils": "^12.1.1",
"@types/semver": "7.3.5"
},
"dependencies": {
"@commitlint/types": "^12.1.1",
"@commitlint/types": "^12.1.2",
"semver": "7.3.5"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/lint/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/lint





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package @commitlint/lint
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/lint",
"version": "12.1.1",
"version": "12.1.2",
"description": "Lint a string against commitlint rules",
"main": "lib/lint.js",
"types": "lib/lint.d.ts",
Expand Down Expand Up @@ -38,10 +38,10 @@
"@commitlint/utils": "^12.1.1"
},
"dependencies": {
"@commitlint/is-ignored": "^12.1.1",
"@commitlint/parse": "^12.1.1",
"@commitlint/rules": "^12.1.1",
"@commitlint/types": "^12.1.1"
"@commitlint/is-ignored": "^12.1.2",
"@commitlint/parse": "^12.1.2",
"@commitlint/rules": "^12.1.2",
"@commitlint/types": "^12.1.2"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}
8 changes: 8 additions & 0 deletions @commitlint/load/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.

## [12.1.2](https://github.com/conventional-changelog/commitlint/compare/v12.1.1...v12.1.2) (2021-04-29)

**Note:** Version bump only for package @commitlint/load





## [12.1.1](https://github.com/conventional-changelog/commitlint/compare/v12.1.0...v12.1.1) (2021-04-02)

**Note:** Version bump only for package @commitlint/load
Expand Down
4 changes: 2 additions & 2 deletions @commitlint/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commitlint/load",
"version": "12.1.1",
"version": "12.1.2",
"description": "Load shared commitlint configuration",
"main": "lib/load.js",
"types": "lib/load.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@commitlint/execute-rule": "^12.1.1",
"@commitlint/resolve-extends": "^12.1.1",
"@commitlint/types": "^12.1.1",
"@commitlint/types": "^12.1.2",
"chalk": "^4.0.0",
"cosmiconfig": "^7.0.0",
"lodash": "^4.17.19",
Expand Down
Loading

0 comments on commit 9c6c793

Please sign in to comment.