diff --git a/package.json b/package.json index 5e7132b..22a2d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "11.0.2", + "version": "11.1.0", "private": true, "repository": { "type": "git", diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index 1625f03..2f5a3d7 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.1.0] +### Changed +- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266)) + ## [11.0.2] ### Changed - Stop requiring newlines between multiline blocks/expressions ([#263](https://github.com/MetaMask/eslint-config/pull/263)) @@ -156,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add base, TypeScript, and Jest configs (#3) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...v11.1.0 [11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...v11.0.2 [11.0.1]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.1 [11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0 diff --git a/packages/base/package.json b/packages/base/package.json index 81424e5..940652a 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config", - "version": "11.0.2", + "version": "11.1.0", "description": "Shareable MetaMask ESLint config.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 985db8a..105855f 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.1.0] +### Changed +- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266)) + ## [11.0.0] ### Added - Initial release of this package. -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0 [11.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.0.0 diff --git a/packages/browser/package.json b/packages/browser/package.json index 9425186..e70b089 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-browser", - "version": "11.0.0", + "version": "11.1.0", "description": "Shareable MetaMask ESLint plugin for browser environments.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { diff --git a/packages/commonjs/CHANGELOG.md b/packages/commonjs/CHANGELOG.md index 36a58ce..5de598c 100644 --- a/packages/commonjs/CHANGELOG.md +++ b/packages/commonjs/CHANGELOG.md @@ -6,4 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -[Unreleased]: https://github.com/MetaMask/eslint-config/ +## [11.1.0] +### Added +- Initial release of this package ([#267](https://github.com/MetaMask/eslint-config/pull/267)) + +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/eslint-config/releases/tag/v11.1.0 diff --git a/packages/commonjs/package.json b/packages/commonjs/package.json index 46d8789..1b5e735 100644 --- a/packages/commonjs/package.json +++ b/packages/commonjs/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-commonjs", - "version": "11.0.2", + "version": "11.1.0", "description": "Shareable MetaMask ESLint config for CommonJS projects.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index b4c9f13..a638be8 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.1.0] +### Changed +- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266)) + ## [11.0.0] ### Changed - **BREAKING:** Bump all ESLint dependencies to the latest version ([#252](https://github.com/MetaMask/eslint-config/pull/252)) @@ -51,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-jest` instead of `@metamask/eslint-config/jest`. - Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0 [11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0 [10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v10.0.0 [9.0.0]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...v9.0.0 diff --git a/packages/jest/package.json b/packages/jest/package.json index 903d1bc..6c2561f 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-jest", - "version": "11.0.0", + "version": "11.1.0", "description": "Shareable MetaMask ESLint config for Jest.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { diff --git a/packages/mocha/CHANGELOG.md b/packages/mocha/CHANGELOG.md index 7d9d627..6d8cba2 100644 --- a/packages/mocha/CHANGELOG.md +++ b/packages/mocha/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.1.0] +### Changed +- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266)) + ## [11.0.0] ### Changed - **BREAKING:** Bump all ESLint dependencies to the latest version ([#252](https://github.com/MetaMask/eslint-config/pull/252)) @@ -53,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-mocha` instead of `@metamask/eslint-config/mocha`. - Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.1.0 [11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0 [10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v10.0.0 [9.0.0]: https://github.com/MetaMask/eslint-config/compare/v8.0.0...v9.0.0 diff --git a/packages/mocha/package.json b/packages/mocha/package.json index 9bc61b1..39df864 100644 --- a/packages/mocha/package.json +++ b/packages/mocha/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-mocha", - "version": "11.0.0", + "version": "11.1.0", "description": "Shareable MetaMask ESLint config for Mocha.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { diff --git a/packages/nodejs/CHANGELOG.md b/packages/nodejs/CHANGELOG.md index 1c813cd..b2fc75e 100644 --- a/packages/nodejs/CHANGELOG.md +++ b/packages/nodejs/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.1.0] +### Changed +- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266)) + ## [11.0.1] ### Fixed - Disable import/no-nodejs-modules in Node.js config ([#257](https://github.com/MetaMask/eslint-config/pull/257)) @@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-nodejs` instead of `@metamask/eslint-config/nodejs`. - Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...v11.1.0 [11.0.1]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.1 [11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0 [10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.0...v10.0.0 diff --git a/packages/nodejs/package.json b/packages/nodejs/package.json index e5448c7..7fec929 100644 --- a/packages/nodejs/package.json +++ b/packages/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-nodejs", - "version": "11.0.1", + "version": "11.1.0", "description": "Shareable MetaMask ESLint config for Node.js.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index d7eade4..b9a5885 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.1.0] +### Changed +- Exclude test files from package ([#266](https://github.com/MetaMask/eslint-config/pull/266)) + ## [11.0.2] ### Changed - Allow async functions without any 'await' ([#262](https://github.com/MetaMask/eslint-config/pull/262)) @@ -89,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - To continue extending this config, install this package and update your `.eslintrc.js` `extends` array to include `@metamask/eslint-config-typescript` instead of `@metamask/eslint-config/typescript`. - Update `eslint` and other ESLint peer dependencies ([#151](https://github.com/MetaMask/eslint-config/pull/151)) -[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.1.0...HEAD +[11.1.0]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...v11.1.0 [11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.2 [11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0 [10.0.0]: https://github.com/MetaMask/eslint-config/compare/v9.0.1...v10.0.0 diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 2163a49..33cdfdd 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eslint-config-typescript", - "version": "11.0.2", + "version": "11.1.0", "description": "Shareable MetaMask ESLint config for TypeScript.", "homepage": "https://github.com/MetaMask/eslint-config#readme", "bugs": {