Skip to content

Commit 9c41084

Browse files
chore: update versions (#118)
1 parent a72a1c3 commit 9c41084

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

.changeset/stale-eagles-relate.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.2",
16+
"@sourcegraph/eslint-plugin-sourcegraph": "1.0.3",
1717
"@types/react": "18.0.8",
1818
"react": "^17.0.2"
1919
}
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# @sourcegraph/eslint-plugin-sourcegraph
22

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

511
### Patch Changes
612

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

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

1218
## 1.0.1
1319

1420
### Patch Changes
1521

16-
- Updated dependencies []:
17-
- @sourcegraph/codemod-transforms@1.0.1
22+
- Updated dependencies []:
23+
- @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.2",
3+
"version": "1.0.3",
44
"description": "Eslint plugin Sourcegraph",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)