Skip to content

Commit cf98a19

Browse files
chore: update versions (#122)
1 parent 1c99d2a commit cf98a19

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/thirty-terms-shake.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.4",
16+
"@sourcegraph/eslint-plugin-sourcegraph": "1.0.5",
1717
"@types/react": "18.0.8",
1818
"react": "^17.0.2"
1919
}

packages/eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sourcegraph/eslint-plugin-sourcegraph
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [#121](https://github.com/sourcegraph/codemod/pull/121) [`1c99d2a`](https://github.com/sourcegraph/codemod/commit/1c99d2abd199df7c26cc567861a87f96e00ab9c7) Thanks [@valerybugakov](https://github.com/valerybugakov)! - Removed `ts-morph` dependency
8+
39
## 1.0.4
410

511
### Patch Changes

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.4",
3+
"version": "1.0.5",
44
"description": "Eslint plugin Sourcegraph",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)