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.4
 - @1stg/babel-preset@0.8.2
 - @1stg/commitlint-config@0.2.1
 - @1stg/eslint-config@0.14.3
 - @1stg/lib-config@0.1.4
 - @1stg/lint-staged@0.9.1
 - @1stg/postcss-config@0.4.1
 - @1stg/stylelint-config@0.8.3
 - @1stg/tsconfig@0.7.1
 - @1stg/tslint-config@0.5.3
  • Loading branch information
JounQin committed Nov 3, 2019
1 parent e980ddb commit 127dcf8
Show file tree
Hide file tree
Showing 20 changed files with 129 additions and 22 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.4](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.3...@1stg/app-config@0.1.4) (2019-11-03)

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





## [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
Expand Down
16 changes: 8 additions & 8 deletions packages/app-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "0.1.3",
"version": "0.1.4",
"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 @@ -10,17 +10,17 @@
"node": ">=10.0.0"
},
"dependencies": {
"@1stg/babel-preset": "^0.8.1",
"@1stg/babel-preset": "^0.8.2",
"@1stg/browserslist-config": "^0.3.1",
"@1stg/commitlint-config": "^0.2.0",
"@1stg/eslint-config": "^0.14.2",
"@1stg/commitlint-config": "^0.2.1",
"@1stg/eslint-config": "^0.14.3",
"@1stg/husky-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.0",
"@1stg/postcss-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.1",
"@1stg/postcss-config": "^0.4.1",
"@1stg/prettier-config": "^0.5.2",
"@1stg/remark-config": "^0.2.2",
"@1stg/stylelint-config": "^0.8.2",
"@1stg/tsconfig": "^0.7.0",
"@1stg/stylelint-config": "^0.8.3",
"@1stg/tsconfig": "^0.7.1",
"@babel/core": "^7.6.4",
"@pkgr/es-modules": "^0.2.1",
"@pkgr/imagemin": "^0.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/babel-preset/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.8.2](https://github.com/1stG/configs/compare/@1stg/babel-preset@0.8.1...@1stg/babel-preset@0.8.2) (2019-11-03)


### Bug Fixes

* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e))





## [0.8.1](https://github.com/1stG/configs/compare/@1stg/babel-preset@0.8.0...@1stg/babel-preset@0.8.1) (2019-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/babel-preset",
"version": "0.8.1",
"version": "0.8.2",
"description": "Personal but Shareable Babel Preset 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/commitlint-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.2.1](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.2.0...@1stg/commitlint-config@0.2.1) (2019-11-03)


### Bug Fixes

* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e))





# [0.2.0](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.1.2...@1stg/commitlint-config@0.2.0) (2019-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/commitlint-config",
"version": "0.2.0",
"version": "0.2.1",
"description": "Personal but Shareable Commitlint 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/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.3](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.2...@1stg/eslint-config@0.14.3) (2019-11-03)


### Bug Fixes

* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e))





## [0.14.2](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.1...@1stg/eslint-config@0.14.2) (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.2",
"version": "0.14.3",
"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
11 changes: 11 additions & 0 deletions packages/lib-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.1.4](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.3...@1stg/lib-config@0.1.4) (2019-11-03)


### Bug Fixes

* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e))





## [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
Expand Down
12 changes: 6 additions & 6 deletions packages/lib-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "0.1.3",
"version": "0.1.4",
"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,14 +10,14 @@
"node": ">=10.0.0"
},
"dependencies": {
"@1stg/babel-preset": "^0.8.1",
"@1stg/commitlint-config": "^0.2.0",
"@1stg/eslint-config": "^0.14.2",
"@1stg/babel-preset": "^0.8.2",
"@1stg/commitlint-config": "^0.2.1",
"@1stg/eslint-config": "^0.14.3",
"@1stg/husky-config": "^0.4.0",
"@1stg/lint-staged": "^0.9.0",
"@1stg/lint-staged": "^0.9.1",
"@1stg/prettier-config": "^0.5.2",
"@1stg/remark-config": "^0.2.2",
"@1stg/tsconfig": "^0.7.0",
"@1stg/tsconfig": "^0.7.1",
"@babel/core": "^7.6.4",
"@pkgr/rollup": "^0.8.0",
"eslint": "^6.6.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/lint-staged/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.9.1](https://github.com/1stG/configs/compare/@1stg/lint-staged@0.9.0...@1stg/lint-staged@0.9.1) (2019-11-03)


### Bug Fixes

* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e))





# [0.9.0](https://github.com/1stG/configs/compare/@1stg/lint-staged@0.8.12...@1stg/lint-staged@0.9.0) (2019-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lint-staged",
"version": "0.9.0",
"version": "0.9.1",
"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/postcss-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.4.1](https://github.com/1stG/configs/compare/@1stg/postcss-config@0.4.0...@1stg/postcss-config@0.4.1) (2019-11-03)


### Bug Fixes

* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e))





# [0.4.0](https://github.com/1stG/configs/compare/@1stg/postcss-config@0.3.5...@1stg/postcss-config@0.4.0) (2019-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/postcss-config",
"version": "0.4.0",
"version": "0.4.1",
"description": "Personal but Shareable PostCSS 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/stylelint-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.8.3](https://github.com/1stG/configs/compare/@1stg/stylelint-config@0.8.2...@1stg/stylelint-config@0.8.3) (2019-11-03)


### Bug Fixes

* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e))





## [0.8.2](https://github.com/1stG/configs/compare/@1stg/stylelint-config@0.8.1...@1stg/stylelint-config@0.8.2) (2019-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/stylelint-config",
"version": "0.8.2",
"version": "0.8.3",
"description": "Personal but Shareable Stylelint 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/tsconfig/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.7.1](https://github.com/1stG/configs/compare/@1stg/tsconfig@0.7.0...@1stg/tsconfig@0.7.1) (2019-11-03)


### Bug Fixes

* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e))





# [0.7.0](https://github.com/1stG/configs/compare/@1stg/tsconfig@0.6.1...@1stg/tsconfig@0.7.0) (2019-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/tsconfig",
"version": "0.7.0",
"version": "0.7.1",
"description": "Personal but Shareable TypeScript 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/tslint-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.5.3](https://github.com/1stG/configs/compare/@1stg/tslint-config@0.5.2...@1stg/tslint-config@0.5.3) (2019-11-03)


### Bug Fixes

* **tslint-config:** disable rules which have been covered by sonarjs ([53629e3](https://github.com/1stG/configs/commit/53629e35949815a057b07014b8523d7d21238569))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/tslint-config",
"version": "0.5.2",
"version": "0.5.3",
"description": "Personal but Shareable TSLint Configuration for all 1stG.me projects.",
"repository": "git@github.com:1stG/configs.git",
"author": "JounQin <admin@1stg.me>",
Expand Down

0 comments on commit 127dcf8

Please sign in to comment.