Skip to content

Commit 8305c91

Browse files
chore: update versions (#107)
1 parent b0d2f60 commit 8305c91

File tree

11 files changed

+43
-19
lines changed

11 files changed

+43
-19
lines changed

.changeset/brave-insects-protect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-worms-jam.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.0",
16+
"@sourcegraph/eslint-plugin-sourcegraph": "1.0.1",
1717
"@types/react": "18.0.0",
1818
"react": "^17.0.2"
1919
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @sourcegraph/eslint-plugin-sourcegraph
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @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.0",
3+
"version": "1.0.1",
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.0",
42+
"@sourcegraph/codemod-transforms": "1.0.1",
4343
"@typescript-eslint/experimental-utils": "5.4.0",
4444
"@typescript-eslint/scope-manager": "5.4.0",
4545
"debug": "^4.3.2",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @sourcegraph/codemod-toolkit-packages
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#108](https://github.com/sourcegraph/codemod/pull/108) [`b0d2f60`](https://github.com/sourcegraph/codemod/commit/b0d2f60f048356bd25e1618ea75a851a793795c8) Thanks [@valerybugakov](https://github.com/valerybugakov)! - Update the comment!
8+
9+
- Updated dependencies [[`ccd6094`](https://github.com/sourcegraph/codemod/commit/ccd609477067f3f4ab26dc7065d125dd6e06c6c6)]:
10+
- @sourcegraph/codemod-toolkit-ts@1.0.1

packages/toolkit-packages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcegraph/codemod-toolkit-packages",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "@sourcegraph/codemod-toolkit-packages",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",
@@ -16,6 +16,6 @@
1616
},
1717
"dependencies": {
1818
"@sourcegraph/codemod-common": "1.0.0",
19-
"@sourcegraph/codemod-toolkit-ts": "1.0.0"
19+
"@sourcegraph/codemod-toolkit-ts": "1.0.1"
2020
}
2121
}

packages/toolkit-ts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sourcegraph/codemod-toolkit-ts
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#106](https://github.com/sourcegraph/codemod/pull/106) [`ccd6094`](https://github.com/sourcegraph/codemod/commit/ccd609477067f3f4ab26dc7065d125dd6e06c6c6) Thanks [@valerybugakov](https://github.com/valerybugakov)! - Testing the first package release with changelog.

packages/toolkit-ts/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-ts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "@sourcegraph/codemod-toolkit-ts",
55
"license": "Apache-2.0",
66
"main": "dist/index.js",

packages/transforms/CHANGELOG.md

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

0 commit comments

Comments
 (0)