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.3
 - @1stg/eslint-config@0.14.2
 - @1stg/lib-config@0.1.3
  • Loading branch information
JounQin committed Nov 1, 2019
1 parent aa218d2 commit 8dbe2e2
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.3](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.2...@1stg/app-config@0.1.3) (2019-11-01)

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





## [0.1.2](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.1...@1stg/app-config@0.1.2) (2019-11-01)

**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.2",
"version": "0.1.3",
"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.1",
"@1stg/browserslist-config": "^0.3.1",
"@1stg/commitlint-config": "^0.2.0",
"@1stg/eslint-config": "^0.14.1",
"@1stg/eslint-config": "^0.14.2",
"@1stg/husky-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.0",
"@1stg/postcss-config": "^0.4.0",
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.2](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.1...@1stg/eslint-config@0.14.2) (2019-11-01)


### Bug Fixes

* **eslint-config:** remove isSrcDirAvailable from resolvePaths ([aa218d2](https://github.com/1stG/configs/commit/aa218d28bf2fa0a309fab12656e05615c1c764d8))





## [0.14.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.0...@1stg/eslint-config@0.14.1) (2019-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/eslint-config",
"version": "0.14.1",
"version": "0.14.2",
"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.3](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.2...@1stg/lib-config@0.1.3) (2019-11-01)

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





## [0.1.2](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.1...@1stg/lib-config@0.1.2) (2019-11-01)

**Note:** Version bump only for package @1stg/lib-config
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "0.1.2",
"version": "0.1.3",
"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.1",
"@1stg/commitlint-config": "^0.2.0",
"@1stg/eslint-config": "^0.14.1",
"@1stg/eslint-config": "^0.14.2",
"@1stg/husky-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.0",
"@1stg/prettier-config": "^0.5.2",
Expand Down

0 comments on commit 8dbe2e2

Please sign in to comment.