diff --git a/.changeset/tame-kangaroos-promise.md b/.changeset/tame-kangaroos-promise.md deleted file mode 100644 index caf327d2..00000000 --- a/.changeset/tame-kangaroos-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sourcegraph/eslint-plugin-sourcegraph': patch ---- - -Disabled the `use-button-component` rule diff --git a/packages/demo-app/package.json b/packages/demo-app/package.json index d090defe..ae620211 100644 --- a/packages/demo-app/package.json +++ b/packages/demo-app/package.json @@ -13,7 +13,7 @@ "lint": "echo 'this package is ignored'" }, "devDependencies": { - "@sourcegraph/eslint-plugin-sourcegraph": "1.0.3", + "@sourcegraph/eslint-plugin-sourcegraph": "1.0.4", "@types/react": "18.0.8", "react": "^17.0.2" } diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 599d2121..87d6bdeb 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,23 +1,29 @@ # @sourcegraph/eslint-plugin-sourcegraph +## 1.0.4 + +### Patch Changes + +- [#119](https://github.com/sourcegraph/codemod/pull/119) [`c2638f1`](https://github.com/sourcegraph/codemod/commit/c2638f1d669c5eab3e68f1f8d1f561ee113b1d4f) Thanks [@valerybugakov](https://github.com/valerybugakov)! - Disabled the `use-button-component` rule + ## 1.0.3 ### Patch Changes -- [#117](https://github.com/sourcegraph/codemod/pull/117) [`a72a1c3`](https://github.com/sourcegraph/codemod/commit/a72a1c34ad6422aee71fa000f18326ac2124e9d7) Thanks [@valerybugakov](https://github.com/valerybugakov)! - Imported the `check-help-links` eslint-plugin rule. +- [#117](https://github.com/sourcegraph/codemod/pull/117) [`a72a1c3`](https://github.com/sourcegraph/codemod/commit/a72a1c34ad6422aee71fa000f18326ac2124e9d7) Thanks [@valerybugakov](https://github.com/valerybugakov)! - Imported the `check-help-links` eslint-plugin rule. ## 1.0.2 ### Patch Changes -- [#115](https://github.com/sourcegraph/codemod/pull/115) [`309ca9b`](https://github.com/sourcegraph/codemod/commit/309ca9bfede3296e2813fa460c157bca3d0fcc1e) Thanks [@valerybugakov](https://github.com/valerybugakov)! - Upgraded `stylelint` version. +- [#115](https://github.com/sourcegraph/codemod/pull/115) [`309ca9b`](https://github.com/sourcegraph/codemod/commit/309ca9bfede3296e2813fa460c157bca3d0fcc1e) Thanks [@valerybugakov](https://github.com/valerybugakov)! - Upgraded `stylelint` version. -- Updated dependencies [[`309ca9b`](https://github.com/sourcegraph/codemod/commit/309ca9bfede3296e2813fa460c157bca3d0fcc1e)]: - - @sourcegraph/codemod-transforms@1.0.2 +- Updated dependencies [[`309ca9b`](https://github.com/sourcegraph/codemod/commit/309ca9bfede3296e2813fa460c157bca3d0fcc1e)]: + - @sourcegraph/codemod-transforms@1.0.2 ## 1.0.1 ### Patch Changes -- Updated dependencies []: - - @sourcegraph/codemod-transforms@1.0.1 +- Updated dependencies []: + - @sourcegraph/codemod-transforms@1.0.1 diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 5263e823..aac28876 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@sourcegraph/eslint-plugin-sourcegraph", - "version": "1.0.3", + "version": "1.0.4", "description": "Eslint plugin Sourcegraph", "keywords": [ "eslint",