Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
 - @1stg/app-config@0.1.5
 - @1stg/eslint-config@0.14.4
 - @1stg/lib-config@0.1.5
  • Loading branch information
JounQin committed Nov 3, 2019
1 parent 808ee1e commit be0b439
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/app-config/CHANGELOG.md
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.

## [0.1.5](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.4...@1stg/app-config@0.1.5) (2019-11-03)

**Note:** Version bump only for package @1stg/app-config





## [0.1.4](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.3...@1stg/app-config@0.1.4) (2019-11-03)

**Note:** Version bump only for package @1stg/app-config
Expand Down
4 changes: 2 additions & 2 deletions packages/app-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "0.1.4",
"version": "0.1.5",
"description": "Personal but Shareable App Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/app-config",
Expand All @@ -13,7 +13,7 @@
"@1stg/babel-preset": "^0.8.2",
"@1stg/browserslist-config": "^0.3.1",
"@1stg/commitlint-config": "^0.2.1",
"@1stg/eslint-config": "^0.14.3",
"@1stg/eslint-config": "^0.14.4",
"@1stg/husky-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.1",
"@1stg/postcss-config": "^0.4.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.4](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.3...@1stg/eslint-config@0.14.4) (2019-11-03)


### Bug Fixes

* **eslint-config:** disable @typescript-eslint/no-explicit-any for .d.ts ([808ee1e](https://github.com/1stG/configs/commit/808ee1e3154248a128873860c713d60c7a30f840))





## [0.14.3](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.2...@1stg/eslint-config@0.14.3) (2019-11-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/eslint-config",
"version": "0.14.3",
"version": "0.14.4",
"description": "Personal but Shareable ESLint Configuration for all 1stG.me projects.",
"repository": "git@github.com:1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/eslint-config",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib-config/CHANGELOG.md
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.

## [0.1.5](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.4...@1stg/lib-config@0.1.5) (2019-11-03)

**Note:** Version bump only for package @1stg/lib-config





## [0.1.4](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.3...@1stg/lib-config@0.1.4) (2019-11-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "0.1.4",
"version": "0.1.5",
"description": "Personal but Shareable Library Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/lib-config",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@1stg/babel-preset": "^0.8.2",
"@1stg/commitlint-config": "^0.2.1",
"@1stg/eslint-config": "^0.14.3",
"@1stg/eslint-config": "^0.14.4",
"@1stg/husky-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.1",
"@1stg/prettier-config": "^0.5.2",
Expand Down

0 comments on commit be0b439

Please sign in to comment.