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 25, 2021
1 parent e24a825 commit c93683b
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 7 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.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





## [1.2.6](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
4 changes: 2 additions & 2 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.6",
"version": "1.2.7",
"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,7 +11,7 @@
},
"dependencies": {
"@1stg/browserslist-config": "^1.0.0",
"@1stg/common-config": "^1.2.7",
"@1stg/common-config": "^1.2.8",
"@1stg/postcss-config": "^1.1.0",
"@1stg/stylelint-config": "^1.2.0",
"@pkgr/es-modules": "^0.4.0",
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.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





## [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/common-config
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "1.2.8",
"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 @@ -12,7 +12,7 @@
"dependencies": {
"@1stg/babel-preset": "^1.3.0",
"@1stg/commitlint-config": "^1.0.2",
"@1stg/eslint-config": "^1.7.1",
"@1stg/eslint-config": "^1.7.2",
"@1stg/husky-config": "^1.0.1",
"@1stg/lint-staged": "^1.1.0",
"@1stg/prettier-config": "^1.3.0",
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.2](https://github.com/1stG/configs/compare/@1stg/[email protected]...@1stg/[email protected]) (2021-02-25)


### Bug Fixes

* disable jest if inavailable ([e24a825](https://github.com/1stG/configs/commit/e24a825a904e435ae815ccbdf1c21144dbb30859))





## [1.7.1](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.1",
"version": "1.7.2",
"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.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





## [1.1.6](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.6",
"version": "1.1.7",
"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.7",
"@1stg/common-config": "^1.2.8",
"@pkgr/rollup": "^0.11.3",
"jest": "^26.6.3"
},
Expand Down

0 comments on commit c93683b

Please sign in to comment.