diff --git a/packages/eslint-config-core/CHANGELOG.md b/packages/eslint-config-core/CHANGELOG.md new file mode 100644 index 0000000..a9f8f57 --- /dev/null +++ b/packages/eslint-config-core/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 (2021-01-19) + + +### Features + +* add package eslint-config-core ([e206026](https://github.com/azimutlabs/eslint/commit/e206026b14b686615bd3dd3f2a5a25b6f8836004)) diff --git a/packages/eslint-config-core/package.json b/packages/eslint-config-core/package.json index 4ed3edb..89b2a0d 100644 --- a/packages/eslint-config-core/package.json +++ b/packages/eslint-config-core/package.json @@ -1,6 +1,6 @@ { "name": "@azimutlabs/eslint-config-core", - "version": "0.0.0", + "version": "0.1.0", "description": "ESLint configuration core rules", "keywords": [ "config", @@ -27,7 +27,7 @@ "*.js" ], "dependencies": { - "@azimutlabs/eslint-env": "^0.0.0" + "@azimutlabs/eslint-env": "^0.1.0" }, "peerDependencies": { "eslint": "^7" diff --git a/packages/eslint-config-prettier/CHANGELOG.md b/packages/eslint-config-prettier/CHANGELOG.md new file mode 100644 index 0000000..c70a110 --- /dev/null +++ b/packages/eslint-config-prettier/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 (2021-01-19) + + +### Features + +* add eslint-config-typescript ([ac0bde1](https://github.com/azimutlabs/eslint/commit/ac0bde1d66167af9444e3b833cb8104b7d328074)) +* add package eslint-config-prettier ([b16e6d6](https://github.com/azimutlabs/eslint/commit/b16e6d6e764761efb3ee810d48bfbc619c1100e6)) diff --git a/packages/eslint-config-prettier/package.json b/packages/eslint-config-prettier/package.json index 663755b..8e06cef 100644 --- a/packages/eslint-config-prettier/package.json +++ b/packages/eslint-config-prettier/package.json @@ -1,6 +1,6 @@ { "name": "@azimutlabs/eslint-config-prettier", - "version": "0.0.0", + "version": "0.1.0", "description": "ESLint configuration for Prettier", "keywords": [ "config", @@ -28,7 +28,7 @@ "*.js" ], "dependencies": { - "@azimutlabs/eslint-env": "^0.0.0", + "@azimutlabs/eslint-env": "^0.1.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.1", "prettier": "^2.2.1" diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md new file mode 100644 index 0000000..0dd0cf5 --- /dev/null +++ b/packages/eslint-config-typescript/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 (2021-01-19) + + +### Features + +* add eslint-config-typescript ([ac0bde1](https://github.com/azimutlabs/eslint/commit/ac0bde1d66167af9444e3b833cb8104b7d328074)) diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index b060db9..db734d4 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@azimutlabs/eslint-config-typescript", - "version": "0.0.0", + "version": "0.1.0", "description": "ESLint configuration for TypeScript", "keywords": [ "config", @@ -30,7 +30,7 @@ "*.js" ], "dependencies": { - "@azimutlabs/eslint-env": "^0.0.0", + "@azimutlabs/eslint-env": "^0.1.0", "@typescript-eslint/eslint-plugin": "^4.14.0", "@typescript-eslint/parser": "^4.14.0" }, diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 0000000..b243efe --- /dev/null +++ b/packages/eslint-config/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.4.0 (2021-01-19) + + +### Features + +* add eslint-config ([cb4ed8e](https://github.com/azimutlabs/eslint/commit/cb4ed8e7c539cb1a6d4264391a4bdb0dfdfae9e0)) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 0b7bb49..cfd3ae8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@azimutlabs/eslint-config", - "version": "0.3.0", + "version": "0.4.0", "description": "Collection of all @azimutlabs/eslint-config packages", "keywords": [ "config", @@ -27,9 +27,9 @@ "*.js" ], "dependencies": { - "@azimutlabs/eslint-config-core": "^0.0.0", - "@azimutlabs/eslint-config-prettier": "^0.0.0", - "@azimutlabs/eslint-config-typescript": "^0.0.0" + "@azimutlabs/eslint-config-core": "^0.1.0", + "@azimutlabs/eslint-config-prettier": "^0.1.0", + "@azimutlabs/eslint-config-typescript": "^0.1.0" }, "peerDependencies": { "eslint": "^7", diff --git a/packages/eslint-env/CHANGELOG.md b/packages/eslint-env/CHANGELOG.md new file mode 100644 index 0000000..dfe94b1 --- /dev/null +++ b/packages/eslint-env/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 (2021-01-19) + + +### Features + +* add eslint-config-typescript ([ac0bde1](https://github.com/azimutlabs/eslint/commit/ac0bde1d66167af9444e3b833cb8104b7d328074)) +* add package eslint-env ([756ed34](https://github.com/azimutlabs/eslint/commit/756ed34e02debc09ba03976a641518fa38cf8041)) diff --git a/packages/eslint-env/package.json b/packages/eslint-env/package.json index abd6e07..b720a3c 100644 --- a/packages/eslint-env/package.json +++ b/packages/eslint-env/package.json @@ -1,6 +1,6 @@ { "name": "@azimutlabs/eslint-env", - "version": "0.0.0", + "version": "0.1.0", "description": "Base ESLint environment configuration for all @azimutlabs/eslint-config packages", "keywords": [ "config",