Skip to content

Commit d8e1933

Browse files
chore: update versions (#120)
1 parent c2638f1 commit d8e1933

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.changeset/tame-kangaroos-promise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "echo 'this package is ignored'"
1414
},
1515
"devDependencies": {
16-
"@sourcegraph/eslint-plugin-sourcegraph": "1.0.3",
16+
"@sourcegraph/eslint-plugin-sourcegraph": "1.0.4",
1717
"@types/react": "18.0.8",
1818
"react": "^17.0.2"
1919
}
Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
# @sourcegraph/eslint-plugin-sourcegraph
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.0.3
410

511
### Patch Changes
612

7-
- [#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.
13+
- [#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.
814

915
## 1.0.2
1016

1117
### Patch Changes
1218

13-
- [#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.
19+
- [#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.
1420

15-
- Updated dependencies [[`309ca9b`](https://github.com/sourcegraph/codemod/commit/309ca9bfede3296e2813fa460c157bca3d0fcc1e)]:
16-
- @sourcegraph/codemod-transforms@1.0.2
21+
- Updated dependencies [[`309ca9b`](https://github.com/sourcegraph/codemod/commit/309ca9bfede3296e2813fa460c157bca3d0fcc1e)]:
22+
- @sourcegraph/codemod-transforms@1.0.2
1723

1824
## 1.0.1
1925

2026
### Patch Changes
2127

22-
- Updated dependencies []:
23-
- @sourcegraph/codemod-transforms@1.0.1
28+
- Updated dependencies []:
29+
- @sourcegraph/codemod-transforms@1.0.1

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/eslint-plugin-sourcegraph",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Eslint plugin Sourcegraph",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)