Skip to content

Commit 265b856

Browse files
committed
chore(release): Publish
- [email protected] - [email protected]
1 parent b18789b commit 265b856

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

packages/eslint-config-zillow-typescript/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-alpha.3](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@[email protected]) (2020-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **typescript:** Restore no-shadow builtinGlobals default ([06d4337](https://github.com/zillow/javascript/commit/06d4337227a754dc636a6b38100b9691c89c5848))
12+
* **typescript:** Turn off prefer-readonly-parameter-types, too many bugs for too little benefit ([da2306e](https://github.com/zillow/javascript/commit/da2306e9f25bd00c4326d562f7a866264be8f514))
13+
14+
15+
16+
17+
618
# [1.0.0-alpha.2](https://github.com/zillow/javascript/compare/eslint-config-zillow-typescript@[email protected]) (2020-09-29)
719

820

packages/eslint-config-zillow-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-zillow-typescript",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Zillow's ESLint config for TypeScript, following our code conventions",
55
"main": "index.js",
66
"files": [

packages/eslint-plugin-zillow/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-alpha.7](https://github.com/zillow/javascript/compare/[email protected]@4.0.0-alpha.7) (2020-09-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **plugin:** Target .ts(x) files for Jest & Mocha, too ([c676979](https://github.com/zillow/javascript/commit/c676979e97e9bdf5397ba40de323d79bdbac67ab))
12+
* **plugin:** Turn off react/prop-types in test files ([b18789b](https://github.com/zillow/javascript/commit/b18789b89a782deaa33c446a86f79b71e390b4aa))
13+
* **typescript:** Restore no-shadow builtinGlobals default ([06d4337](https://github.com/zillow/javascript/commit/06d4337227a754dc636a6b38100b9691c89c5848))
14+
* **typescript:** Turn off prefer-readonly-parameter-types, too many bugs for too little benefit ([da2306e](https://github.com/zillow/javascript/commit/da2306e9f25bd00c4326d562f7a866264be8f514))
15+
16+
17+
18+
19+
620
# [4.0.0-alpha.6](https://github.com/zillow/javascript/compare/[email protected]@4.0.0-alpha.6) (2020-09-29)
721

822

packages/eslint-plugin-zillow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-zillow",
3-
"version": "4.0.0-alpha.6",
3+
"version": "4.0.0-alpha.7",
44
"description": "Zillow's ESLint config bundled into a \"zero-conf\" plugin",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)