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 Mar 23, 2021
1 parent 46dde2e commit ea7c180
Show file tree
Hide file tree
Showing 16 changed files with 92 additions and 16 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.3.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-23)

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





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


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.3.0",
"version": "1.3.1",
"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,8 +11,8 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.0.0",
"@1stg/common-config": "^1.3.0",
"@1stg/postcss-config": "^1.2.0",
"@1stg/common-config": "^1.3.1",
"@1stg/postcss-config": "^1.3.0",
"@1stg/stylelint-config": "^1.3.0",
"@pkgr/es-modules": "^0.4.0",
"@pkgr/imagemin": "^0.5.0",
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.6.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-23)


### Features

* use @rxts/eslint-plugin-prettier temporarily ([46dde2e](https://github.com/1stG/configs/commit/46dde2eb75ae2594d2351f8ad11ec9a25506db4a))





# [1.5.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-14)


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.5.0",
"version": "1.6.0",
"description": "Personal but Shareable Babel Preset for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions packages/common-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.3.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-23)

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





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


Expand Down
10 changes: 5 additions & 5 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.3.0",
"version": "1.3.1",
"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.5.0",
"@1stg/babel-preset": "^1.6.0",
"@1stg/commitlint-config": "^1.0.3",
"@1stg/eslint-config": "^1.9.0",
"@1stg/eslint-config": "^1.10.0",
"@1stg/husky-config": "^1.0.2",
"@1stg/lint-staged": "^1.2.0",
"@1stg/prettier-config": "^1.5.0",
"@1stg/lint-staged": "^1.2.1",
"@1stg/prettier-config": "^1.6.0",
"@1stg/remark-config": "^1.1.0",
"@1stg/tsconfig": "^1.2.0",
"@babel/core": "^7.13.10",
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.10.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-23)


### Features

* use @rxts/eslint-plugin-prettier temporarily ([46dde2e](https://github.com/1stG/configs/commit/46dde2eb75ae2594d2351f8ad11ec9a25506db4a))





# [1.9.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-14)


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.9.0",
"version": "1.10.0",
"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
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.2.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-23)

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





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


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.2.0",
"version": "1.2.1",
"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.3.0",
"@1stg/common-config": "^1.3.1",
"@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.2.1](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-23)

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





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


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.2.0",
"version": "1.2.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.5.0",
"@1stg/prettier-config": "^1.6.0",
"@pkgr/utils": "^0.6.0",
"cross-env": "^7.0.3",
"prettier": "^2.2.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/postcss-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.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-23)


### Features

* use @rxts/eslint-plugin-prettier temporarily ([46dde2e](https://github.com/1stG/configs/commit/46dde2eb75ae2594d2351f8ad11ec9a25506db4a))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1stg/postcss-config",
"version": "1.2.0",
"version": "1.3.0",
"description": "Personal but Shareable PostCSS 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/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.6.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-23)


### Features

* use @rxts/eslint-plugin-prettier temporarily ([46dde2e](https://github.com/1stG/configs/commit/46dde2eb75ae2594d2351f8ad11ec9a25506db4a))





# [1.5.0](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-03-14)


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.5.0",
"version": "1.6.0",
"description": "Personal but Shareable Prettier Configuration for all 1stG.me projects.",
"repository": "[email protected]:1stG/configs.git",
"author": "JounQin <[email protected]>",
Expand Down

0 comments on commit ea7c180

Please sign in to comment.