Skip to content

Commit d38528c

Browse files
runnerrunner
authored andcommitted
chore: release package(s)
- @1stg/app-config@0.4.0 - @1stg/babel-preset@0.12.0 - @1stg/browserslist-config@0.6.0 - @1stg/commitlint-config@0.5.0 - @1stg/eslint-config@0.19.0 - @1stg/husky-config@0.7.0 - @1stg/lib-config@0.4.0 - @1stg/lint-staged@0.13.0 - @1stg/postcss-config@0.8.0 - @1stg/prettier-config@0.9.0 - @1stg/remark-config@0.5.0 - @1stg/renovate-config@0.6.0 - @1stg/stylelint-config@0.11.0 - @1stg/tsconfig@0.10.0 - @1stg/tslint-config@0.8.0
1 parent 337ee1c commit d38528c

30 files changed

Lines changed: 199 additions & 34 deletions

File tree

packages/app-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.4.0 (2020-02-11)
7+
8+
9+
### Features
10+
11+
* **eslint-config:** disable some too strict unicorn rules ([337ee1c](https://github.com/1stG/configs/commit/337ee1cf8253b861773a41898572c5e4584ee05b))
12+
13+
14+
15+
16+
617
## 0.3.2 (2020-02-07)
718

819

packages/app-config/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1stg/app-config",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Personal but Shareable App Configuration for all 1stG.me projects.",
55
"repository": "git+https://github.com/1stG/configs.git",
66
"homepage": "https://github.com/1stG/configs/tree/master/packages/app-config",
@@ -10,17 +10,17 @@
1010
"node": ">=10.0.0"
1111
},
1212
"dependencies": {
13-
"@1stg/babel-preset": "^0.11.2",
14-
"@1stg/browserslist-config": "^0.5.2",
15-
"@1stg/commitlint-config": "^0.4.2",
16-
"@1stg/eslint-config": "^0.18.2",
17-
"@1stg/husky-config": "^0.6.2",
18-
"@1stg/lint-staged": "^0.12.2",
19-
"@1stg/postcss-config": "^0.7.2",
20-
"@1stg/prettier-config": "^0.8.2",
21-
"@1stg/remark-config": "^0.4.2",
22-
"@1stg/stylelint-config": "^0.10.2",
23-
"@1stg/tsconfig": "^0.9.2",
13+
"@1stg/babel-preset": "^0.12.0",
14+
"@1stg/browserslist-config": "^0.6.0",
15+
"@1stg/commitlint-config": "^0.5.0",
16+
"@1stg/eslint-config": "^0.19.0",
17+
"@1stg/husky-config": "^0.7.0",
18+
"@1stg/lint-staged": "^0.13.0",
19+
"@1stg/postcss-config": "^0.8.0",
20+
"@1stg/prettier-config": "^0.9.0",
21+
"@1stg/remark-config": "^0.5.0",
22+
"@1stg/stylelint-config": "^0.11.0",
23+
"@1stg/tsconfig": "^0.10.0",
2424
"@babel/core": "^7.8.4",
2525
"@pkgr/es-modules": "^0.3.0",
2626
"@pkgr/imagemin": "^0.4.0",

packages/babel-preset/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.12.0 (2020-02-11)
7+
8+
9+
### Features
10+
11+
* **eslint-config:** disable some too strict unicorn rules ([337ee1c](https://github.com/1stG/configs/commit/337ee1cf8253b861773a41898572c5e4584ee05b))
12+
13+
14+
15+
16+
617
## 0.11.2 (2020-02-07)
718

819

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@1stg/babel-preset",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"description": "Personal but Shareable Babel Preset for all 1stG.me projects.",
55
"repository": "git@github.com:1stG/configs.git",
66
"author": "JounQin <admin@1stg.me>",

packages/browserslist-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.6.0 (2020-02-11)
7+
8+
9+
### Features
10+
11+
* **eslint-config:** disable some too strict unicorn rules ([337ee1c](https://github.com/1stG/configs/commit/337ee1cf8253b861773a41898572c5e4584ee05b))
12+
13+
14+
15+
16+
617
## 0.5.2 (2020-02-07)
718

819

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": "@1stg/browserslist-config",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Personal but Shareable Browserslist Configuration for all 1stG.me projects.",
55
"repository": "git@github.com:1stG/configs.git",
66
"author": "JounQin <admin@1stg.me>",

packages/commitlint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.5.0 (2020-02-11)
7+
8+
9+
### Features
10+
11+
* **eslint-config:** disable some too strict unicorn rules ([337ee1c](https://github.com/1stG/configs/commit/337ee1cf8253b861773a41898572c5e4584ee05b))
12+
13+
14+
15+
16+
617
## 0.4.2 (2020-02-07)
718

819

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": "@1stg/commitlint-config",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Personal but Shareable Commitlint Configuration for all 1stG.me projects.",
55
"repository": "git@github.com:1stG/configs.git",
66
"author": "JounQin <admin@1stg.me>",

packages/eslint-config/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.19.0 (2020-02-11)
7+
8+
9+
### Features
10+
11+
* **eslint-config:** disable some too strict unicorn rules ([337ee1c](https://github.com/1stG/configs/commit/337ee1cf8253b861773a41898572c5e4584ee05b))
12+
13+
14+
15+
16+
617
## 0.18.2 (2020-02-07)
718

819

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": "@1stg/eslint-config",
3-
"version": "0.18.2",
3+
"version": "0.19.0",
44
"description": "Personal but Shareable ESLint Configuration for all 1stG.me projects.",
55
"repository": "git@github.com:1stG/configs.git",
66
"homepage": "https://github.com/1stG/configs/tree/master/packages/eslint-config",

0 commit comments

Comments
 (0)