Skip to content

Commit b3f36be

Browse files
committed
chore(release): publish
- @demartini/[email protected] - @demartini/[email protected] - @demartini/[email protected] - @demartini/[email protected] - @demartini/[email protected] - @demartini/[email protected] - @demartini/[email protected]
1 parent bdee493 commit b3f36be

File tree

14 files changed

+42
-120
lines changed

14 files changed

+42
-120
lines changed
Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,25 @@
11
# Change Log
22

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

6-
## [0.1.3](https://github.com/demartini/base-configs/compare/@demartini/[email protected].2...@demartini/[email protected].3) (2022-01-02)
5+
## [0.1.4](https://github.com/demartini/base-configs/compare/@demartini/[email protected].3...@demartini/[email protected].4) (2022-11-30)
76

87
**Note:** Version bump only for package @demartini/browserslist-config
98

9+
## [0.1.3](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2022-01-02)
1010

11-
12-
11+
**Note:** Version bump only for package @demartini/browserslist-config
1312

1413
## [0.1.2](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2021-04-13)
1514

1615
**Note:** Version bump only for package @demartini/browserslist-config
1716

18-
19-
20-
21-
2217
## [0.1.1](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2021-04-08)
2318

2419
**Note:** Version bump only for package @demartini/browserslist-config
2520

26-
27-
28-
29-
3021
# 0.1.0 (2021-03-29)
3122

32-
3323
### Features
3424

35-
* **packages:** add browserslist-config ([628aa43](https://github.com/demartini/base-configs/commit/628aa4304cb6f43ad216dbe815463ad225d4466c))
25+
- **packages:** add browserslist-config ([628aa43](https://github.com/demartini/base-configs/commit/628aa4304cb6f43ad216dbe815463ad225d4466c))

packages/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@demartini/browserslist-config",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Demartini’s shareable configuration for Browserslist.",
55
"author": {
66
"name": "Iolar Demartini Junior",
Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,33 @@
11
# Change Log
22

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

6-
## [0.1.5](https://github.com/demartini/base-configs/compare/@demartini/[email protected].4...@demartini/[email protected].5) (2022-01-02)
5+
## [0.1.6](https://github.com/demartini/base-configs/compare/@demartini/[email protected].5...@demartini/[email protected].6) (2022-11-30)
76

87
**Note:** Version bump only for package @demartini/commitlint-config
98

9+
## [0.1.5](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2022-01-02)
1010

11-
12-
11+
**Note:** Version bump only for package @demartini/commitlint-config
1312

1413
## [0.1.4](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2022-01-02)
1514

1615
**Note:** Version bump only for package @demartini/commitlint-config
1716

18-
19-
20-
21-
2217
## [0.1.3](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2022-01-02)
2318

2419
**Note:** Version bump only for package @demartini/commitlint-config
2520

26-
27-
28-
29-
3021
## [0.1.2](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2021-04-08)
3122

3223
**Note:** Version bump only for package @demartini/commitlint-config
3324

34-
35-
36-
37-
3825
## [0.1.1](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2021-04-08)
3926

4027
**Note:** Version bump only for package @demartini/commitlint-config
4128

42-
43-
44-
45-
4629
# 0.1.0 (2021-03-29)
4730

48-
4931
### Features
5032

51-
* **packages:** add commitlint-config ([c9576e6](https://github.com/demartini/base-configs/commit/c9576e64d6ce55d75030bb42a5382ed3e95d7797))
33+
- **packages:** add commitlint-config ([c9576e6](https://github.com/demartini/base-configs/commit/c9576e64d6ce55d75030bb42a5382ed3e95d7797))

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@demartini/commitlint-config",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Demartini’s shareable configuration for commitlint.",
55
"author": {
66
"name": "Iolar Demartini Junior",
Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,29 @@
11
# Change Log
22

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

6-
## [0.1.4](https://github.com/demartini/base-configs/compare/@demartini/[email protected].3...@demartini/[email protected].4) (2022-01-02)
5+
## [0.1.5](https://github.com/demartini/base-configs/compare/@demartini/[email protected].4...@demartini/[email protected].5) (2022-11-30)
76

87
**Note:** Version bump only for package @demartini/eslint-config
98

9+
## [0.1.4](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2022-01-02)
1010

11-
12-
11+
**Note:** Version bump only for package @demartini/eslint-config
1312

1413
## [0.1.3](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2022-01-02)
1514

1615
**Note:** Version bump only for package @demartini/eslint-config
1716

18-
19-
20-
21-
2217
## [0.1.2](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2021-04-21)
2318

2419
**Note:** Version bump only for package @demartini/eslint-config
2520

26-
27-
28-
29-
3021
## [0.1.1](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2021-04-13)
3122

3223
**Note:** Version bump only for package @demartini/eslint-config
3324

34-
35-
36-
37-
3825
# 0.1.0 (2021-04-08)
3926

40-
4127
### Features
4228

43-
* **packages:** add eslint-config ([e131b79](https://github.com/demartini/base-configs/commit/e131b79a3ef3d23d50ae0aac855280057ec78b81))
29+
- **packages:** add eslint-config ([e131b79](https://github.com/demartini/base-configs/commit/e131b79a3ef3d23d50ae0aac855280057ec78b81))

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@demartini/eslint-config",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Demartini’s shareable configuration for ESLint.",
55
"author": {
66
"name": "Iolar Demartini Junior",
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
# Change Log
22

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

6-
## [0.1.2](https://github.com/demartini/base-configs/compare/@demartini/[email protected].1...@demartini/[email protected].2) (2022-01-02)
5+
## [0.1.3](https://github.com/demartini/base-configs/compare/@demartini/[email protected].2...@demartini/[email protected].3) (2022-11-30)
76

87
**Note:** Version bump only for package @demartini/markdownlint-config
98

9+
## [0.1.2](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2022-01-02)
1010

11-
12-
11+
**Note:** Version bump only for package @demartini/markdownlint-config
1312

1413
## [0.1.1](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2021-04-08)
1514

1615
**Note:** Version bump only for package @demartini/markdownlint-config
1716

18-
19-
20-
21-
2217
# 0.1.0 (2021-03-29)
2318

24-
2519
### Features
2620

27-
* **packages:** add markdownlint-config ([00681ac](https://github.com/demartini/base-configs/commit/00681acaa75946da7ad212bf5a494e4a1527869e))
21+
- **packages:** add markdownlint-config ([00681ac](https://github.com/demartini/base-configs/commit/00681acaa75946da7ad212bf5a494e4a1527869e))

packages/markdownlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@demartini/markdownlint-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Demartini’s shareable configuration for markdownlint.",
55
"author": {
66
"name": "Iolar Demartini Junior",
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
# Change Log
22

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

6-
## [0.1.2](https://github.com/demartini/base-configs/compare/@demartini/[email protected].1...@demartini/[email protected].2) (2022-01-02)
5+
## [0.1.3](https://github.com/demartini/base-configs/compare/@demartini/[email protected].2...@demartini/[email protected].3) (2022-11-30)
76

87
**Note:** Version bump only for package @demartini/prettier-config
98

9+
## [0.1.2](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2022-01-02)
1010

11-
12-
11+
**Note:** Version bump only for package @demartini/prettier-config
1312

1413
## [0.1.1](https://github.com/demartini/base-configs/compare/@demartini/[email protected]...@demartini/[email protected]) (2021-04-08)
1514

1615
**Note:** Version bump only for package @demartini/prettier-config
1716

18-
19-
20-
21-
2217
# 0.1.0 (2021-03-29)
2318

24-
2519
### Features
2620

27-
* **packages:** add prettier-config ([d74b022](https://github.com/demartini/base-configs/commit/d74b02286d53faca03305605ba24fbae26828cef))
21+
- **packages:** add prettier-config ([d74b022](https://github.com/demartini/base-configs/commit/d74b02286d53faca03305605ba24fbae26828cef))

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@demartini/prettier-config",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Demartini’s shareable configuration for Prettier.",
55
"author": {
66
"name": "Iolar Demartini Junior",

0 commit comments

Comments
 (0)