Skip to content

Commit e3174bb

Browse files
committed
v0.12.0
1 parent 419a7fc commit e3174bb

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.11.0",
2+
"version": "0.12.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/babel-preset",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Shared Babel preset",
55
"keywords": [
66
"babel"

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": "@superdispatch/eslint-plugin",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Shared ESLint plugin",
55
"keywords": [
66
"eslint"

packages/js-tools/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ npm install -g @superdispatch/js-tools
1717
$ js-tools COMMAND
1818
running command...
1919
$ js-tools (-v|--version|version)
20-
@superdispatch/js-tools/0.11.0 darwin-x64 node-v20.19.2
20+
@superdispatch/js-tools/0.12.0 darwin-x64 node-v20.19.2
2121
$ js-tools --help [COMMAND]
2222
USAGE
2323
$ js-tools COMMAND
@@ -65,7 +65,7 @@ EXAMPLES
6565
$ js-tools lint foo.js bar.js
6666
```
6767

68-
_See code: [dist/commands/lint/index.js](https://github.com/superdispatch/js-tools/blob/v0.11.0/dist/commands/lint/index.js)_
68+
_See code: [dist/commands/lint/index.js](https://github.com/superdispatch/js-tools/blob/v0.12.0/dist/commands/lint/index.js)_
6969

7070
## `js-tools lint:eslint`
7171

@@ -91,7 +91,7 @@ EXAMPLES
9191
$ js-tools lint foo.js bar.js
9292
```
9393

94-
_See code: [dist/commands/lint/eslint.js](https://github.com/superdispatch/js-tools/blob/v0.11.0/dist/commands/lint/eslint.js)_
94+
_See code: [dist/commands/lint/eslint.js](https://github.com/superdispatch/js-tools/blob/v0.12.0/dist/commands/lint/eslint.js)_
9595

9696
## `js-tools lint:prettier`
9797

@@ -117,7 +117,7 @@ EXAMPLES
117117
$ js-tools lint foo.js bar.js
118118
```
119119

120-
_See code: [dist/commands/lint/prettier.js](https://github.com/superdispatch/js-tools/blob/v0.11.0/dist/commands/lint/prettier.js)_
120+
_See code: [dist/commands/lint/prettier.js](https://github.com/superdispatch/js-tools/blob/v0.12.0/dist/commands/lint/prettier.js)_
121121

122122
## `js-tools lint:yarn-deduplicate`
123123

@@ -143,6 +143,6 @@ EXAMPLES
143143
$ js-tools lint foo.js bar.js
144144
```
145145

146-
_See code: [dist/commands/lint/yarn-deduplicate.js](https://github.com/superdispatch/js-tools/blob/v0.11.0/dist/commands/lint/yarn-deduplicate.js)_
146+
_See code: [dist/commands/lint/yarn-deduplicate.js](https://github.com/superdispatch/js-tools/blob/v0.12.0/dist/commands/lint/yarn-deduplicate.js)_
147147

148148
<!-- commandsstop -->

packages/js-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/js-tools",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "CLI tools for JavaScript",
55
"keywords": [
66
"eslint",

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/prettier-config",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Shared config for Prettier.",
55
"keywords": [
66
"prettier"

packages/renovate-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/renovate-config",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Shared config for Renovate.",
55
"keywords": [
66
"typescript"

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdispatch/tsconfig",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Shared config for TypeScript.",
55
"keywords": [
66
"typescript"

0 commit comments

Comments
 (0)