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.12
 - @1stg/lib-config@0.1.10
 - @1stg/lint-staged@0.10.0
 - @1stg/prettier-config@0.6.0
  • Loading branch information
JounQin committed Nov 8, 2019
1 parent df7fdd1 commit 127d699
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/app-config/CHANGELOG.md
Original file line number Diff line number Diff line change
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.12](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.11...@1stg/app-config@0.1.12) (2019-11-08)

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





## [0.1.11](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.10...@1stg/app-config@0.1.11) (2019-11-05)

**Note:** Version bump only for package @1stg/app-config
Expand Down
6 changes: 3 additions & 3 deletions packages/app-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "0.1.11",
"version": "0.1.12",
"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 @@ -15,9 +15,9 @@
"@1stg/commitlint-config": "^0.2.1",
"@1stg/eslint-config": "^0.14.6",
"@1stg/husky-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.1",
"@1stg/lint-staged": "^0.10.0",
"@1stg/postcss-config": "^0.4.1",
"@1stg/prettier-config": "^0.5.2",
"@1stg/prettier-config": "^0.6.0",
"@1stg/remark-config": "^0.2.2",
"@1stg/stylelint-config": "^0.8.5",
"@1stg/tsconfig": "^0.7.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/lib-config/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.9...@1stg/lib-config@0.1.10) (2019-11-08)

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





## [0.1.9](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.8...@1stg/lib-config@0.1.9) (2019-11-05)

**Note:** Version bump only for package @1stg/lib-config
Expand Down
6 changes: 3 additions & 3 deletions packages/lib-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "0.1.9",
"version": "0.1.10",
"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 @@ -14,8 +14,8 @@
"@1stg/commitlint-config": "^0.2.1",
"@1stg/eslint-config": "^0.14.6",
"@1stg/husky-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.1",
"@1stg/prettier-config": "^0.5.2",
"@1stg/lint-staged": "^0.10.0",
"@1stg/prettier-config": "^0.6.0",
"@1stg/remark-config": "^0.2.2",
"@1stg/tsconfig": "^0.7.1",
"@babel/core": "^7.6.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/lint-staged/CHANGELOG.md
Original file line number Diff line number Diff line change
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.10.0](https://github.com/1stG/configs/compare/@1stg/lint-staged@0.9.1...@1stg/lint-staged@0.10.0) (2019-11-08)


### Features

* **prettier-config:** support format ruby files ([df7fdd1](https://github.com/1stG/configs/commit/df7fdd10b29bde9610f81f61efdf44cd69e82902))





## [0.9.1](https://github.com/1stG/configs/compare/@1stg/lint-staged@0.9.0...@1stg/lint-staged@0.9.1) (2019-11-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/lint-staged",
"version": "0.9.1",
"version": "0.10.0",
"description": "Personal but Shareable lint-staged Configuration for all 1stG.me projects.",
"repository": "git@github.com:1stG/configs.git",
"author": "JounQin <admin@1stg.me>",
Expand Down
11 changes: 11 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
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.6.0](https://github.com/1stG/configs/compare/@1stg/prettier-config@0.5.2...@1stg/prettier-config@0.6.0) (2019-11-08)


### Features

* **prettier-config:** support format ruby files ([df7fdd1](https://github.com/1stG/configs/commit/df7fdd10b29bde9610f81f61efdf44cd69e82902))





## [0.5.2](https://github.com/1stG/configs/compare/@1stg/prettier-config@0.5.1...@1stg/prettier-config@0.5.2) (2019-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/prettier-config",
"version": "0.5.2",
"version": "0.6.0",
"description": "Personal but Shareable Prettier Configuration for all 1stG.me projects.",
"repository": "git@github.com:1stG/configs.git",
"author": "JounQin <admin@1stg.me>",
Expand Down

0 comments on commit 127d699

Please sign in to comment.