diff --git a/packages/ESLintConfig/CHANGELOG.md b/packages/ESLintConfig/CHANGELOG.md new file mode 100644 index 0000000..ebf5b2a --- /dev/null +++ b/packages/ESLintConfig/CHANGELOG.md @@ -0,0 +1,12 @@ +# 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-02-23) + + +### Features + +* **tool:** add the javascript eslint config package for alljoint-next ([5f269f2](https://github.com/AllJointTW/AllJointNext/commit/5f269f2d152c5aab2aefc083dacbe24b4dbf55af)) +* **tool:** add the typescript eslint config package for alljoint-next ([719886c](https://github.com/AllJointTW/AllJointNext/commit/719886c80fc2a864bac0308a7793d617f53b27bc)) diff --git a/packages/ESLintConfig/package.json b/packages/ESLintConfig/package.json index 32d8c9e..a630ae8 100644 --- a/packages/ESLintConfig/package.json +++ b/packages/ESLintConfig/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/eslint-config", - "version": "0.0.0", + "version": "0.1.0", "description": "The ESLint Config Used For AllJointNext", "author": "TZU-YEN, CHANG ", "license": "GPL-3.0", diff --git a/packages/ESLintConfigTypeScript/CHANGELOG.md b/packages/ESLintConfigTypeScript/CHANGELOG.md new file mode 100644 index 0000000..2e1831e --- /dev/null +++ b/packages/ESLintConfigTypeScript/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-02-23) + + +### Features + +* **tool:** add the typescript eslint config package for alljoint-next ([719886c](https://github.com/AllJointTW/AllJointNext/commit/719886c80fc2a864bac0308a7793d617f53b27bc)) diff --git a/packages/ESLintConfigTypeScript/package.json b/packages/ESLintConfigTypeScript/package.json index 0f8cd24..aa63a9d 100644 --- a/packages/ESLintConfigTypeScript/package.json +++ b/packages/ESLintConfigTypeScript/package.json @@ -1,6 +1,6 @@ { "name": "@alljoint-next/eslint-config-typescript", - "version": "0.0.0", + "version": "0.1.0", "description": "The ESLint Config Used For AllJointNext", "author": "TZU-YEN, CHANG ", "license": "GPL-3.0", @@ -19,7 +19,7 @@ "lint": ":" }, "dependencies": { - "@alljoint-next/eslint-config": "^0.0.0", + "@alljoint-next/eslint-config": "0.1.0", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2" },