Skip to content

Commit

Permalink
chore: update versions (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 4, 2022
1 parent 309ca9b commit 3017c9d
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/big-ties-melt.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.1",
"@sourcegraph/eslint-plugin-sourcegraph": "1.0.2",
"@types/react": "18.0.0",
"react": "^17.0.2"
}
Expand Down
13 changes: 11 additions & 2 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# @sourcegraph/eslint-plugin-sourcegraph

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

- 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
4 changes: 2 additions & 2 deletions 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.1",
"version": "1.0.2",
"description": "Eslint plugin Sourcegraph",
"keywords": [
"eslint",
Expand Down Expand Up @@ -39,7 +39,7 @@
"lint": "eslint . --ext .js,.ts --ignore-path ../../.eslintignore"
},
"dependencies": {
"@sourcegraph/codemod-transforms": "1.0.1",
"@sourcegraph/codemod-transforms": "1.0.2",
"@typescript-eslint/experimental-utils": "5.4.0",
"@typescript-eslint/scope-manager": "5.4.0",
"debug": "^4.3.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/stylelint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sourcegraph/stylelint-plugin-sourcegraph

## 1.0.1

### 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.
2 changes: 1 addition & 1 deletion packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/stylelint-plugin-sourcegraph",
"version": "1.0.0",
"version": "1.0.1",
"description": "Custom stylelint rules for Sourcegraph",
"keywords": [
"stylelint",
Expand Down
7 changes: 7 additions & 0 deletions packages/toolkit-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sourcegraph/codemod-toolkit-css

## 1.0.1

### 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.
2 changes: 1 addition & 1 deletion packages/toolkit-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/codemod-toolkit-css",
"version": "1.0.0",
"version": "1.0.1",
"description": "@sourcegraph/codemod-toolkit-css",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
12 changes: 9 additions & 3 deletions packages/transforms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# @sourcegraph/codemod-transforms

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

## 1.0.1

### Patch Changes

- Updated dependencies [[`ccd6094`](https://github.com/sourcegraph/codemod/commit/ccd609477067f3f4ab26dc7065d125dd6e06c6c6), [`b0d2f60`](https://github.com/sourcegraph/codemod/commit/b0d2f60f048356bd25e1618ea75a851a793795c8)]:
- @sourcegraph/codemod-toolkit-ts@1.0.1
- @sourcegraph/codemod-toolkit-packages@1.0.1
- Updated dependencies [[`ccd6094`](https://github.com/sourcegraph/codemod/commit/ccd609477067f3f4ab26dc7065d125dd6e06c6c6), [`b0d2f60`](https://github.com/sourcegraph/codemod/commit/b0d2f60f048356bd25e1618ea75a851a793795c8)]:
- @sourcegraph/codemod-toolkit-ts@1.0.1
- @sourcegraph/codemod-toolkit-packages@1.0.1
2 changes: 1 addition & 1 deletion packages/transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/codemod-transforms",
"version": "1.0.1",
"version": "1.0.2",
"description": "@sourcegraph/codemod-transforms",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit 3017c9d

Please sign in to comment.