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.1
 - @1stg/babel-preset@0.8.1
 - @1stg/lib-config@0.1.1
 - @1stg/tslint-config@0.5.2
  • Loading branch information
JounQin committed Nov 1, 2019
1 parent 1dfecdc commit 932f230
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 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.1](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.0...@1stg/app-config@0.1.1) (2019-11-01)

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





# 0.1.0 (2019-11-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/app-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "0.1.0",
"version": "0.1.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 @@ -10,7 +10,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@1stg/babel-preset": "^0.8.0",
"@1stg/babel-preset": "^0.8.1",
"@1stg/browserslist-config": "^0.3.1",
"@1stg/commitlint-config": "^0.2.0",
"@1stg/eslint-config": "^0.14.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.1](https://github.com/1stG/configs/compare/@1stg/babel-preset@0.8.0...@1stg/babel-preset@0.8.1) (2019-11-01)


### Bug Fixes

* **babel-preset:** add esmodules option ([1dfecdc](https://github.com/1stG/configs/commit/1dfecdc04ca7cb4d084e88573c05ee337e3d910f))





# [0.8.0](https://github.com/1stG/configs/compare/@1stg/babel-preset@0.7.10...@1stg/babel-preset@0.8.0) (2019-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/babel-preset",
"version": "0.8.0",
"version": "0.8.1",
"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
8 changes: 8 additions & 0 deletions packages/lib-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.1](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.0...@1stg/lib-config@0.1.1) (2019-11-01)

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





# 0.1.0 (2019-11-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "0.1.0",
"version": "0.1.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/babel-preset": "^0.8.0",
"@1stg/babel-preset": "^0.8.1",
"@1stg/commitlint-config": "^0.2.0",
"@1stg/eslint-config": "^0.14.0",
"@1stg/husky-config": "^0.4.0",
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.2](https://github.com/1stG/configs/compare/@1stg/tslint-config@0.5.0...@1stg/tslint-config@0.5.2) (2019-11-01)


### Bug Fixes

* **tslint-config:** module starts with app should not be considered as npm package ([bbd16f9](https://github.com/1stG/configs/commit/bbd16f9b1bb2d002f1e23631f147879ebd6de721))





# [0.5.0](https://github.com/1stG/configs/compare/@1stg/tslint-config@0.4.4...@1stg/tslint-config@0.5.0) (2019-10-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/tslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/tslint-config",
"version": "0.5.1",
"version": "0.5.2",
"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 932f230

Please sign in to comment.