Skip to content

Commit 3017c9d

Browse files
chore: update versions (#116)
1 parent 309ca9b commit 3017c9d

File tree

10 files changed

+40
-19
lines changed

10 files changed

+40
-19
lines changed

.changeset/big-ties-melt.md

Lines changed: 0 additions & 8 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.1",
16+
"@sourcegraph/eslint-plugin-sourcegraph": "1.0.2",
1717
"@types/react": "18.0.0",
1818
"react": "^17.0.2"
1919
}
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# @sourcegraph/eslint-plugin-sourcegraph
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
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.
8+
9+
- Updated dependencies [[`309ca9b`](https://github.com/sourcegraph/codemod/commit/309ca9bfede3296e2813fa460c157bca3d0fcc1e)]:
10+
- @sourcegraph/codemod-transforms@1.0.2
11+
312
## 1.0.1
413

514
### Patch Changes
615

7-
- Updated dependencies []:
8-
- @sourcegraph/codemod-transforms@1.0.1
16+
- Updated dependencies []:
17+
- @sourcegraph/codemod-transforms@1.0.1

packages/eslint-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/eslint-plugin-sourcegraph",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Eslint plugin Sourcegraph",
55
"keywords": [
66
"eslint",
@@ -39,7 +39,7 @@
3939
"lint": "eslint . --ext .js,.ts --ignore-path ../../.eslintignore"
4040
},
4141
"dependencies": {
42-
"@sourcegraph/codemod-transforms": "1.0.1",
42+
"@sourcegraph/codemod-transforms": "1.0.2",
4343
"@typescript-eslint/experimental-utils": "5.4.0",
4444
"@typescript-eslint/scope-manager": "5.4.0",
4545
"debug": "^4.3.2",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sourcegraph/stylelint-plugin-sourcegraph
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
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.

packages/stylelint-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/stylelint-plugin-sourcegraph",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Custom stylelint rules for Sourcegraph",
55
"keywords": [
66
"stylelint",

packages/toolkit-css/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sourcegraph/codemod-toolkit-css
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
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.

packages/toolkit-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/codemod-toolkit-css",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "@sourcegraph/codemod-toolkit-css",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",

packages/transforms/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# @sourcegraph/codemod-transforms
22

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

511
### Patch Changes
612

7-
- Updated dependencies [[`ccd6094`](https://github.com/sourcegraph/codemod/commit/ccd609477067f3f4ab26dc7065d125dd6e06c6c6), [`b0d2f60`](https://github.com/sourcegraph/codemod/commit/b0d2f60f048356bd25e1618ea75a851a793795c8)]:
8-
- @sourcegraph/codemod-toolkit-ts@1.0.1
9-
- @sourcegraph/codemod-toolkit-packages@1.0.1
13+
- Updated dependencies [[`ccd6094`](https://github.com/sourcegraph/codemod/commit/ccd609477067f3f4ab26dc7065d125dd6e06c6c6), [`b0d2f60`](https://github.com/sourcegraph/codemod/commit/b0d2f60f048356bd25e1618ea75a851a793795c8)]:
14+
- @sourcegraph/codemod-toolkit-ts@1.0.1
15+
- @sourcegraph/codemod-toolkit-packages@1.0.1

packages/transforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/codemod-transforms",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "@sourcegraph/codemod-transforms",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)