Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Feb 28, 2021
1 parent 39599d8 commit ecd422d
Show file tree
Hide file tree
Showing 22 changed files with 133 additions and 21 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.

## [1.2.8](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)

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





## [1.2.7](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-25)

**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": "1.2.7",
"version": "1.2.8",
"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 @@ -11,9 +11,9 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.0.0",
"@1stg/common-config": "^1.2.8",
"@1stg/common-config": "^1.2.9",
"@1stg/postcss-config": "^1.1.0",
"@1stg/stylelint-config": "^1.2.0",
"@1stg/stylelint-config": "^1.2.1",
"@pkgr/es-modules": "^0.4.0",
"@pkgr/imagemin": "^0.5.0",
"browserslist": "^4.16.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-preset/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.

## [1.3.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)


### Bug Fixes

* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628))





# [1.3.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/babel-preset",
"version": "1.3.0",
"version": "1.3.1",
"description": "Personal but Shareable Babel Preset for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/commitlint-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.

## [1.0.3](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)


### Bug Fixes

* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628))





## [1.0.2](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/commitlint-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "Personal but Shareable Commitlint Configuration for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/common-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.

## [1.2.9](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)


### Bug Fixes

* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628))





## [1.2.8](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-25)

**Note:** Version bump only for package @1stg/common-config
Expand Down
14 changes: 7 additions & 7 deletions packages/common-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/common-config",
"version": "1.2.8",
"version": "1.2.9",
"description": "Personal but Shareable Common Configuration for all 1stG.me projects.",
"repository": "git+https://github.com/1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/common-config",
Expand All @@ -10,12 +10,12 @@
"node": ">=10.0.0"
},
"dependencies": {
"@1stg/babel-preset": "^1.3.0",
"@1stg/commitlint-config": "^1.0.2",
"@1stg/eslint-config": "^1.7.2",
"@1stg/husky-config": "^1.0.1",
"@1stg/lint-staged": "^1.1.0",
"@1stg/prettier-config": "^1.3.0",
"@1stg/babel-preset": "^1.3.1",
"@1stg/commitlint-config": "^1.0.3",
"@1stg/eslint-config": "^1.7.3",
"@1stg/husky-config": "^1.0.2",
"@1stg/lint-staged": "^1.1.1",
"@1stg/prettier-config": "^1.3.1",
"@1stg/remark-config": "^1.0.0",
"@1stg/tsconfig": "^1.1.0",
"@babel/core": "^7.13.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-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.

## [1.7.3](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)


### Bug Fixes

* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628))





## [1.7.2](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/eslint-config",
"version": "1.7.2",
"version": "1.7.3",
"description": "Personal but Shareable ESLint Configuration for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"homepage": "https://github.com/1stG/configs/tree/master/packages/eslint-config",
Expand Down
11 changes: 11 additions & 0 deletions packages/husky-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.

## [1.0.2](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)


### Bug Fixes

* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628))





## [1.0.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/husky-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/husky-config",
"version": "1.0.1",
"version": "1.0.2",
"description": "Personal but Shareable husky Configuration for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
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.

## [1.1.8](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)

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





## [1.1.7](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-25)

**Note:** Version bump only for package @1stg/lib-config
Expand Down
4 changes: 2 additions & 2 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": "1.1.7",
"version": "1.1.8",
"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 @@ -10,7 +10,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@1stg/common-config": "^1.2.8",
"@1stg/common-config": "^1.2.9",
"@pkgr/rollup": "^0.11.3",
"jest": "^26.6.3"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/lint-staged/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.

## [1.1.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)

**Note:** Version bump only for package @1stg/lint-staged





# [1.1.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/lint-staged",
"version": "1.1.0",
"version": "1.1.1",
"description": "Personal but Shareable lint-staged Configuration for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand All @@ -9,7 +9,7 @@
"lint-staged": ">=10.0.0"
},
"dependencies": {
"@1stg/prettier-config": "^1.3.0",
"@1stg/prettier-config": "^1.3.1",
"@pkgr/utils": "^0.6.0",
"cross-env": "^7.0.3",
"prettier": "^2.2.1"
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.

## [1.3.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)


### Bug Fixes

* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628))





# [1.3.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-22)


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": "1.3.0",
"version": "1.3.1",
"description": "Personal but Shareable Prettier Configuration for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/stylelint-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.

## [1.2.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)


### Bug Fixes

* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628))





# [1.2.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/stylelint-config",
"version": "1.2.0",
"version": "1.2.1",
"description": "Personal but Shareable Stylelint Configuration for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/tslint-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.

## [1.0.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-28)


### Bug Fixes

* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628))





# [1.0.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-01-26)

**Note:** Version bump only for package @1stg/tslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/tslint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Personal but Shareable TSLint Configuration for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down

0 comments on commit ecd422d

Please sign in to comment.