From 86a45a34b974061403c8e3215c8913c78053d0f6 Mon Sep 17 00:00:00 2001 From: "TZU-YEN, CHANG" Date: Mon, 25 May 2020 15:10:04 +0800 Subject: [PATCH] chore(release): publish - @alljoint-next/eslint-config@0.3.4 - @alljoint-next/eslint-config-typescript@0.3.5 - @alljoint-next/eslint-config-vue@0.1.0 - @alljoint-next/ts-config@0.1.9 --- packages/ESLintConfig/CHANGELOG.md | 8 ++++++++ packages/ESLintConfig/package.json | 2 +- packages/ESLintConfigTypeScript/CHANGELOG.md | 8 ++++++++ packages/ESLintConfigTypeScript/package.json | 4 ++-- packages/ESLintConfigVue/CHANGELOG.md | 11 +++++++++++ packages/ESLintConfigVue/package.json | 4 ++-- packages/TSConfig/CHANGELOG.md | 8 ++++++++ packages/TSConfig/package.json | 2 +- 8 files changed, 41 insertions(+), 6 deletions(-) create mode 100644 packages/ESLintConfigVue/CHANGELOG.md diff --git a/packages/ESLintConfig/CHANGELOG.md b/packages/ESLintConfig/CHANGELOG.md index e738ab6..8c3e59a 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.4](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config@0.3.3...@alljoint-next/eslint-config@0.3.4) (2020-05-25) + +**Note:** Version bump only for package @alljoint-next/eslint-config + + + + + ## [0.3.3](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config@0.3.2...@alljoint-next/eslint-config@0.3.3) (2020-05-15) **Note:** Version bump only for package @alljoint-next/eslint-config diff --git a/packages/ESLintConfig/package.json b/packages/ESLintConfig/package.json index 957f1ea..d704814 100644 --- a/packages/ESLintConfig/package.json +++ b/packages/ESLintConfig/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/eslint-config", - "version": "0.3.3", + "version": "0.3.4", "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 1434a64..0e0b269 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.5](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config-typescript@0.3.4...@alljoint-next/eslint-config-typescript@0.3.5) (2020-05-25) + +**Note:** Version bump only for package @alljoint-next/eslint-config-typescript + + + + + ## [0.3.4](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/eslint-config-typescript@0.3.3...@alljoint-next/eslint-config-typescript@0.3.4) (2020-05-15) **Note:** Version bump only for package @alljoint-next/eslint-config-typescript diff --git a/packages/ESLintConfigTypeScript/package.json b/packages/ESLintConfigTypeScript/package.json index b0e6b7a..ea2102c 100644 --- a/packages/ESLintConfigTypeScript/package.json +++ b/packages/ESLintConfigTypeScript/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/eslint-config-typescript", - "version": "0.3.4", + "version": "0.3.5", "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.3", + "@alljoint-next/eslint-config": "0.3.4", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2" }, diff --git a/packages/ESLintConfigVue/CHANGELOG.md b/packages/ESLintConfigVue/CHANGELOG.md new file mode 100644 index 0000000..aad0362 --- /dev/null +++ b/packages/ESLintConfigVue/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 0.1.0 (2020-05-25) + + +### Features + +* **eslint-config-vue:** add the eslint config for vue ([d1f06b3](https://github.com/AllJointTW/AllJointNext/commit/d1f06b3898684441e76e42f377af0c62453c0b2d)) diff --git a/packages/ESLintConfigVue/package.json b/packages/ESLintConfigVue/package.json index 3f9dac9..31fd25b 100644 --- a/packages/ESLintConfigVue/package.json +++ b/packages/ESLintConfigVue/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/eslint-config-vue", - "version": "0.0.0", + "version": "0.1.0", "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.3", + "@alljoint-next/eslint-config": "0.3.4", "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 60a7520..0d05930 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.9](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/ts-config@0.1.8...@alljoint-next/ts-config@0.1.9) (2020-05-25) + +**Note:** Version bump only for package @alljoint-next/ts-config + + + + + ## [0.1.8](https://github.com/AllJointTW/AllJointNext/compare/@alljoint-next/ts-config@0.1.7...@alljoint-next/ts-config@0.1.8) (2020-05-15) **Note:** Version bump only for package @alljoint-next/ts-config diff --git a/packages/TSConfig/package.json b/packages/TSConfig/package.json index afe2128..4b9a6dc 100644 --- a/packages/TSConfig/package.json +++ b/packages/TSConfig/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/ts-config", - "version": "0.1.8", + "version": "0.1.9", "description": "The TSLint Config Be Used For AllJointNext", "author": "TZU-YEN, CHANG ", "license": "GPL-3.0",