diff --git a/packages/ESLintConfig/CHANGELOG.md b/packages/ESLintConfig/CHANGELOG.md index e563dc2..270d852 100644 --- a/packages/ESLintConfig/CHANGELOG.md +++ b/packages/ESLintConfig/CHANGELOG.md @@ -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.3.7](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config@0.3.6...@alljoint-next/eslint-config@0.3.7) (2020-07-04) + +**Note:** Version bump only for package @alljoint-next/eslint-config + + + + + ## [0.3.6](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config@0.3.5...@alljoint-next/eslint-config@0.3.6) (2020-05-25) **Note:** Version bump only for package @alljoint-next/eslint-config diff --git a/packages/ESLintConfig/package.json b/packages/ESLintConfig/package.json index c39645e..2289977 100644 --- a/packages/ESLintConfig/package.json +++ b/packages/ESLintConfig/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/eslint-config", - "version": "0.3.6", + "version": "0.3.7", "description": "The ESLint Config Be Used For AllJointNext", "author": "TZU-YEN, CHANG ", "license": "GPL-3.0", diff --git a/packages/ESLintConfigTypeScript/CHANGELOG.md b/packages/ESLintConfigTypeScript/CHANGELOG.md index d2fa30a..a1602d2 100644 --- a/packages/ESLintConfigTypeScript/CHANGELOG.md +++ b/packages/ESLintConfigTypeScript/CHANGELOG.md @@ -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.3.8](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config-typescript@0.3.7...@alljoint-next/eslint-config-typescript@0.3.8) (2020-07-04) + +**Note:** Version bump only for package @alljoint-next/eslint-config-typescript + + + + + ## [0.3.7](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config-typescript@0.3.6...@alljoint-next/eslint-config-typescript@0.3.7) (2020-05-25) **Note:** Version bump only for package @alljoint-next/eslint-config-typescript diff --git a/packages/ESLintConfigTypeScript/package.json b/packages/ESLintConfigTypeScript/package.json index 7fd74db..6cb1827 100644 --- a/packages/ESLintConfigTypeScript/package.json +++ b/packages/ESLintConfigTypeScript/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/eslint-config-typescript", - "version": "0.3.7", + "version": "0.3.8", "description": "The ESLint Config Be Used For AllJointNext", "author": "TZU-YEN, CHANG ", "license": "GPL-3.0", @@ -16,7 +16,7 @@ "url": "git+https://github.com/AllJointTW/AllJointNext.git" }, "dependencies": { - "@alljoint-next/eslint-config": "0.3.6", + "@alljoint-next/eslint-config": "0.3.7", "@typescript-eslint/eslint-plugin": "^3.5.0", "@typescript-eslint/parser": "^3.5.0" }, diff --git a/packages/ESLintConfigVue/CHANGELOG.md b/packages/ESLintConfigVue/CHANGELOG.md index 3755f62..be2e461 100644 --- a/packages/ESLintConfigVue/CHANGELOG.md +++ b/packages/ESLintConfigVue/CHANGELOG.md @@ -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.3](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config-vue@0.1.2...@alljoint-next/eslint-config-vue@0.1.3) (2020-07-04) + +**Note:** Version bump only for package @alljoint-next/eslint-config-vue + + + + + ## [0.1.2](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config-vue@0.1.1...@alljoint-next/eslint-config-vue@0.1.2) (2020-05-25) **Note:** Version bump only for package @alljoint-next/eslint-config-vue diff --git a/packages/ESLintConfigVue/package.json b/packages/ESLintConfigVue/package.json index 23e55b1..f82d605 100644 --- a/packages/ESLintConfigVue/package.json +++ b/packages/ESLintConfigVue/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/eslint-config-vue", - "version": "0.1.2", + "version": "0.1.3", "description": "The ESLint Config Vue Be Used For AllJointNext", "author": "TZU-YEN, CHANG ", "license": "GPL-3.0", @@ -16,7 +16,7 @@ "url": "git+https://github.com/AllJointTW/AllJointNext.git" }, "dependencies": { - "@alljoint-next/eslint-config": "0.3.6", + "@alljoint-next/eslint-config": "0.3.7", "babel-eslint": "^10.1.0", "eslint-import-resolver-node": "^0.3.3", "eslint-import-resolver-nuxt": "^1.0.1", diff --git a/packages/TSConfig/CHANGELOG.md b/packages/TSConfig/CHANGELOG.md index 4f69b1b..937564a 100644 --- a/packages/TSConfig/CHANGELOG.md +++ b/packages/TSConfig/CHANGELOG.md @@ -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.12](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/ts-config@0.1.11...@alljoint-next/ts-config@0.1.12) (2020-07-04) + +**Note:** Version bump only for package @alljoint-next/ts-config + + + + + ## [0.1.11](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/ts-config@0.1.10...@alljoint-next/ts-config@0.1.11) (2020-05-25) **Note:** Version bump only for package @alljoint-next/ts-config diff --git a/packages/TSConfig/package.json b/packages/TSConfig/package.json index 1d5a8c9..774995f 100644 --- a/packages/TSConfig/package.json +++ b/packages/TSConfig/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/ts-config", - "version": "0.1.11", + "version": "0.1.12", "description": "The TSLint Config Be Used For AllJointNext", "author": "TZU-YEN, CHANG ", "license": "GPL-3.0",