Skip to content

Commit 5be3528

Browse files
committed
1 parent bf56011 commit 5be3528

File tree

10 files changed

+60
-5
lines changed

10 files changed

+60
-5
lines changed

packages/eslint-config-zillow-base/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+
# [3.8.0](https://github.com/zillow/javascript/compare/[email protected]@3.8.0) (2020-09-23)
7+
8+
9+
### Features
10+
11+
* **base:** Add new Jest rules ([2b1f25a](https://github.com/zillow/javascript/commit/2b1f25a7d5610db5525e68b63010b3779ef665bb))
12+
* **base:** Add new TypeScript rules ([5ab97fc](https://github.com/zillow/javascript/commit/5ab97fc8953c92937f2ed075260fa4f1cea199be))
13+
14+
15+
16+
17+
618
## [3.7.8](https://github.com/zillow/javascript/compare/[email protected]@3.7.8) (2020-06-03)
719

820

packages/eslint-config-zillow-base/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-base",
3-
"version": "3.7.8",
3+
"version": "3.8.0",
44
"description": "Zillow's base ESLint config, following our code conventions",
55
"main": "index.js",
66
"files": [

packages/eslint-config-zillow/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+
# [3.6.0](https://github.com/zillow/javascript/compare/[email protected]@3.6.0) (2020-09-23)
7+
8+
9+
### Features
10+
11+
* **config:** Add new React A11y rules ([a20ca45](https://github.com/zillow/javascript/commit/a20ca4520c17a802fcf256b6040420face2069dc))
12+
* **config:** Add new React rules ([3b038ca](https://github.com/zillow/javascript/commit/3b038ca8ca8ec293f5ba90c254e8bed73618b8c3))
13+
14+
15+
16+
17+
618
## [3.5.8](https://github.com/zillow/javascript/compare/[email protected]@3.5.8) (2020-06-03)
719

820
**Note:** Version bump only for package eslint-config-zillow

packages/eslint-config-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-config-zillow",
3-
"version": "3.5.8",
3+
"version": "3.6.0",
44
"description": "Zillow's ESLint config, following our code conventions",
55
"main": "index.js",
66
"files": [

packages/eslint-plugin-zillow/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+
# [3.8.0](https://github.com/zillow/javascript/compare/[email protected]@3.8.0) (2020-09-23)
7+
8+
9+
### Features
10+
11+
* **plugin:** Bump dependencies ([f2992b7](https://github.com/zillow/javascript/commit/f2992b7b8b1ec3a5cbbd5c29c6b78b87cb5b5e88))
12+
* **plugin:** Expand dependency range of TypeScript to encompass ^4.0.2 ([bf56011](https://github.com/zillow/javascript/commit/bf56011530042f5527bd005dd8f2ae55182df051))
13+
14+
15+
16+
17+
618
## [3.7.8](https://github.com/zillow/javascript/compare/[email protected]@3.7.8) (2020-06-03)
719

820
**Note:** Version bump only for package eslint-plugin-zillow

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": "3.7.8",
3+
"version": "3.8.0",
44
"description": "Zillow's ESLint config bundled into a \"zero-conf\" plugin",
55
"keywords": [
66
"eslint",

packages/zillow-browser-shims/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/zillow/javascript/compare/[email protected]@1.0.1) (2020-09-23)
7+
8+
**Note:** Version bump only for package zillow-browser-shims
9+
10+
11+
12+
13+
614
<a name="1.0.0"></a>
715
# [1.0.0](https://github.com/zillow/javascript/compare/[email protected]@1.0.0) (2018-08-15)
816

packages/zillow-browser-shims/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zillow-browser-shims",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Browser and JS shims used by Zillow",
55
"main": "zillow-browser-shims.js",
66
"files": [

packages/zillow-js-shims/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.0](https://github.com/zillow/javascript/compare/[email protected]@1.1.0) (2020-09-23)
7+
8+
9+
### Features
10+
11+
* **zillow-js-shims:** string.prototype.matchall@^4.0.2 ([e5ab699](https://github.com/zillow/javascript/commit/e5ab699519311c57073cb34a418ff6c3270357e3))
12+
13+
14+
15+
16+
617
<a name="1.0.0"></a>
718
# [1.0.0](https://github.com/zillow/javascript/compare/[email protected]@1.0.0) (2018-08-15)
819

packages/zillow-js-shims/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zillow-js-shims",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "JS language shims used by Zillow",
55
"main": "zillow-js-shims.js",
66
"files": [

0 commit comments

Comments
 (0)