Skip to content

Commit 78171fa

Browse files
committed
๐Ÿšš chore: rename package directory
1 parent 0682125 commit 78171fa

24 files changed

+14
-28
lines changed

โ€Žpackages/commitlint-config/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"baseUrl": "../..",
1212
"paths": {
1313
"conventional-changelog-gitmoji-config": ["./packages/changelog/src"],
14-
"commitlint-plugin-gitmoji": ["./packages/plugin/src"],
14+
"commitlint-plugin-gitmoji": ["./packages/commitlint-plugin/src"],
1515
"@gitmoji/parser-opts": ["./packages/parser-opts/src"],
1616
"@gitmoji/commit-types": ["./packages/commit-type/src"]
1717
}
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
1-
# ๆ›ดๆ–ฐๆ—ฅๅฟ—
1+
# Changelog
22

33
# commitlint-plugin-gitmoji [2.1.0](https://github.com/arvinxx/commitlint-config-gitmoji/compare/[email protected]@2.1.0) (2021-03-06)
44

5-
65
### โœจ Features
76

8-
* support gitmoji unicode ([6f418a7](https://github.com/arvinxx/commitlint-config-gitmoji/commit/6f418a7))
7+
- support gitmoji unicode ([6f418a7](https://github.com/arvinxx/commitlint-config-gitmoji/commit/6f418a7))
98

109
## commitlint-plugin-gitmoji [2.0.6](https://github.com/arvinxx/commitlint-config-gitmoji/compare/[email protected]@2.0.6) (2021-01-28)
1110

12-
1311
### ๐Ÿ› Bug Fixes | ไฟฎๅค
1412

15-
* **package**: clean unused files in package ([6805b75](https://github.com/arvinxx/commitlint-config-gitmoji/commit/6805b75))
13+
- **package**: clean unused files in package ([6805b75](https://github.com/arvinxx/commitlint-config-gitmoji/commit/6805b75))
1614

1715
## commitlint-plugin-gitmoji [2.0.5](https://github.com/arvinxx/commitlint-config-gitmoji/compare/[email protected]@2.0.5) (2021-01-28)
1816

19-
2017
### ๐Ÿ› Bug Fixes | ไฟฎๅค
2118

22-
* **plugin**: throw better fetch failed msg ([c74a1ff](https://github.com/arvinxx/commitlint-config-gitmoji/commit/c74a1ff)), closes [#12](https://github.com/arvinxx/commitlint-config-gitmoji/issues/12)
19+
- **plugin**: throw better fetch failed msg ([c74a1ff](https://github.com/arvinxx/commitlint-config-gitmoji/commit/c74a1ff)), closes [#12](https://github.com/arvinxx/commitlint-config-gitmoji/issues/12)
File renamed without changes.

โ€Žpackages/plugin/jest.config.js renamed to โ€Žpackages/commitlint-plugin/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const base = require('../../jest.config.base');
22

33
const packageName = 'commitlint-plugin-gitmoji';
44

5-
const root = '<rootDir>/packages/plugin';
5+
const root = '<rootDir>/packages/commitlint-plugin';
66

77
module.exports = {
88
...base,

0 commit comments

Comments
ย (0)