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.6
 - @1stg/babel-preset@0.9.0
 - @1stg/lib-config@0.1.6
  • Loading branch information
JounQin committed Nov 3, 2019
1 parent 7d93dbe commit 4290941
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 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.6](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.5...@1stg/app-config@0.1.6) (2019-11-03)

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





## [0.1.5](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.4...@1stg/app-config@0.1.5) (2019-11-03)

**Note:** Version bump only for package @1stg/app-config
Expand Down
4 changes: 2 additions & 2 deletions packages/app-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/app-config",
"version": "0.1.5",
"version": "0.1.6",
"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.2",
"@1stg/babel-preset": "^0.9.0",
"@1stg/browserslist-config": "^0.3.1",
"@1stg/commitlint-config": "^0.2.1",
"@1stg/eslint-config": "^0.14.4",
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.9.0](https://github.com/1stG/configs/compare/@1stg/babel-preset@0.8.2...@1stg/babel-preset@0.9.0) (2019-11-03)


### Features

* **babel-preset:** add babel-plugin-transform-commonjs for tree shaking ([7d93dbe](https://github.com/1stG/configs/commit/7d93dbebac7c7b660ae1379279b5d8de7365873d))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/babel-preset",
"version": "0.8.2",
"version": "0.9.0",
"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.6](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.5...@1stg/lib-config@0.1.6) (2019-11-03)

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





## [0.1.5](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.4...@1stg/lib-config@0.1.5) (2019-11-03)

**Note:** Version bump only for package @1stg/lib-config
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@1stg/lib-config",
"version": "0.1.5",
"version": "0.1.6",
"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.2",
"@1stg/babel-preset": "^0.9.0",
"@1stg/commitlint-config": "^0.2.1",
"@1stg/eslint-config": "^0.14.4",
"@1stg/husky-config": "^0.4.0",
Expand Down

0 comments on commit 4290941

Please sign in to comment.