Skip to content

Commit

Permalink
chore: update versions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 6, 2022
1 parent c2638f1 commit d8e1933
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/tame-kangaroos-promise.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
18 changes: 12 additions & 6 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/eslint-plugin-sourcegraph",
"version": "1.0.3",
"version": "1.0.4",
"description": "Eslint plugin Sourcegraph",
"keywords": [
"eslint",
Expand Down

0 comments on commit d8e1933

Please sign in to comment.