Skip to content

Commit 79020a6

Browse files
committed
1 parent 2a77119 commit 79020a6

File tree

6 files changed

+40
-3
lines changed

6 files changed

+40
-3
lines changed

packages/babel-preset-zillow/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
<a name="1.0.0-alpha.2"></a>
7+
# [1.0.0-alpha.2](https://github.com/zillow/javascript/compare/[email protected]@1.0.0-alpha.2) (2018-04-05)
8+
9+
10+
### Features
11+
12+
* **babel-preset-zillow:** Add dev-mode transforms react-jsx-self + react-jsx-source ([7e5712a](https://github.com/zillow/javascript/commit/7e5712a))
13+
* **babel-preset-zillow:** Enable throwIfClosureRequired in transform-es2015-block-scoping ([1d6bc02](https://github.com/zillow/javascript/commit/1d6bc02))
14+
15+
16+
17+
18+
619
<a name="1.0.0-alpha.1"></a>
720
# 1.0.0-alpha.1 (2018-04-04)
821

packages/babel-preset-zillow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-zillow",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "A Babel preset for transpiling JavaScript following our code conventions",
55
"keywords": [
66
"babel",

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

+12
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+
<a name="1.0.0-alpha.2"></a>
7+
# [1.0.0-alpha.2](https://github.com/zillow/javascript/compare/eslint-config-zillow-base@[email protected]) (2018-04-05)
8+
9+
10+
### Features
11+
12+
* Replace stylistic rules with prettier ([d50a4d1](https://github.com/zillow/javascript/commit/d50a4d1))
13+
14+
15+
16+
17+
618
<a name="1.0.0-alpha.1"></a>
719
# [1.0.0-alpha.1](https://github.com/zillow/javascript/compare/eslint-config-zillow-base@[email protected]) (2018-04-04)
820

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

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

packages/eslint-config-zillow/CHANGELOG.md

+12
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+
<a name="1.0.0-alpha.2"></a>
7+
# [1.0.0-alpha.2](https://github.com/zillow/javascript/compare/[email protected]@1.0.0-alpha.2) (2018-04-05)
8+
9+
10+
### Features
11+
12+
* Replace stylistic rules with prettier ([d50a4d1](https://github.com/zillow/javascript/commit/d50a4d1))
13+
14+
15+
16+
17+
618
<a name="1.0.0-alpha.1"></a>
719
# [1.0.0-alpha.1](https://github.com/zillow/javascript/compare/[email protected]@1.0.0-alpha.1) (2018-04-04)
820

packages/eslint-config-zillow/package.json

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

0 commit comments

Comments
 (0)